Hello friends,

I'm trying to use ffmpeg to re-stream an encrypted MPD to stdout in a Linux/Ubuntu environment. Ffmpeg is able to decrypt correctly. But, ffmpeg is loosing some video or audio frame every 15-20 seconds.

The command I'm using is:
Code:
 ffmpeg -allowed_extensions ALL -cenc_decryption_key KEY -loglevel error -i VIDEO_URL -c copy -f mpegts pipe:1
I can try to use other CLI utility that can read the stream and pipe it to stdout, if someone can suggest me this too.

This is my first post here.
So, I apologize if I should be asking this in another space.


Thank you