Hello, i've got an issue and I hope someone can help me. I've got Widevine key and KeyID and manifest URL, but when i run ffmpeg (i'm using a compiled Linux build that has cenc_decryption_key embedded) It starts decrypting but at some point, the stream starts stuttering and starts to give warnings such as:
[flv @ 0x9578280] Non-monotonous DTS in output stream 0:1; previous: 232240, current: 232112; changing to 232240. This may result in incorrect timestamps in the output file.
In addition, I think that ffmpeg reads the input too fast and cannot read the next video and audio fragments (cmfv/cmfa)
P.S: My final goal Is to decrypt the mpd file and convert It into m3u8 or ts unencrypted.
Thanks in advance for any help![]()
+ Reply to Thread
Results 1 to 11 of 11
-
-
...
Last edited by notaghost; 17th Aug 2022 at 13:40.
discord=notaghost9997 -
Hi, thanks for replying, i've already tried to use -re but the stream becomes laggy and the fps drops below 10. Basically when i try to output, it's unplayable as It stutters a lot and desyncs.
The command i use is:
./ffmpeg -cenc_decryption_key *REDACTED* -headers "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0" -i *REDACTED.mpd* -map 0:9 -map 0:10 -codec copy -f flv rtmp://localhost:8080/live/test
The FFmpeg build I'm using (Linux Binaries):
https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz -
Ah... pushing to rtmp and then reading rtmp stream in your panel
I have same issue with some streams, while some other streams do not have this DTS problem.
I did not find the solution yet, however i do not really need these streams so i am not really trying too hard -
Actually I don't have a panel. I need this setup because I will do DVR and multi-monitoring in my house. I'm currently using an old pc with NGINX webserver for delivering the videos.
-
ffmpeg have got a lot to answer for with the new feature, every man and his dog thinks he can operate an iptv service from their bedroom now )
-
-
Similar Threads
-
Decrypting a cenc encrypted video???
By leaderrocks in forum Video Streaming DownloadingReplies: 11Last Post: 9th Jun 2023, 18:32 -
Need help downloading DRM encrypted MPD stream, please PM me. Thanks !
By shock in forum Video Streaming DownloadingReplies: 15Last Post: 25th Apr 2022, 16:35 -
Trying to download video from encrypted mpd
By liongtwap in forum Video Streaming DownloadingReplies: 8Last Post: 21st Oct 2021, 07:42 -
Help Encrypted video mpd
By cedric8528 in forum Video Streaming DownloadingReplies: 6Last Post: 5th Sep 2021, 16:31 -
Help downloading a documentary (mpd... most likely encrypted)
By oopargentina in forum Video Streaming DownloadingReplies: 5Last Post: 25th Aug 2021, 10:13