hello
i have problem with download video from mpd protected into ts and m3u8 list,
the problem is the video is laggy sometimes
and the sound delayed for 3 ot 5 second and back again and video freezing every 1 min
this a huge problem to me
this the command i used
PHP Code:
./ffmpeg -cenc_decryption_key blablabla -copyts -start_at_zero -copytb 0 -fflags +igndts -i https://shls-live-ak.akamaized.net/out/v1/ac12f8988d3945e9974702265620b01e/index.mpd -map 0:8 -map 0:9 - -af "aresample=async=1:first_pts=0" -f segment -segment_format mpegts -segment_time 4 -segment_list_size 6 -segment_list_flags +live+delete -segment_list_type m3u8 -segment_list /home/myuser/public_html/test/60_.m3u8 -fflags +genpts /home/myuser/public_html/test/60_%d.ts
also i see this problem in terminal
some videos for the problem is attachedPHP Code:
[segment @ 0x55be3496e080] Non-monotonous DTS in output stream 0:1; previous: 5937737, current: 5935738; changing to 5937738. This may result in incorrect timestamps in the output file.
sorry for my bad english![]()
+ Reply to Thread
Results 1 to 5 of 5
Similar Threads
-
How to download mpd stream (DRM protected)?
By ddim in forum Video Streaming DownloadingReplies: 320Last Post: 23rd Jun 2024, 18:01 -
How to download video which is protected by mpd
By Anonymous9875434 in forum Video Streaming DownloadingReplies: 6Last Post: 5th Jun 2023, 10:44 -
How can i download mpd video DRM protected ?
By Markoz in forum Video Streaming DownloadingReplies: 10Last Post: 8th Mar 2022, 17:33 -
Download encrypted video via DRM protected MPD
By wondercheck in forum Video Streaming DownloadingReplies: 7Last Post: 4th Sep 2021, 10:59 -
How to download mpd stream (DRM protected)?
By bodasaud in forum Video Streaming DownloadingReplies: 5Last Post: 3rd Feb 2021, 07:41