Hi lads!https://stevolopata.github.io/njpw/japanese.html
I'm trying to download a simple, unprotected m3u8, but I constantly run in a small issue. FFMPEG reports invalid timestamps (https://pastebin.com/4ih9GGpd), and the downloaded video results in being extremely choppy, while when watching the m3u8 itself (loaded via streamlink, also can be checked here on my site: https://stevolopata.github.io/njpw/japanese.html) it works completely normal.
All tips and advices are hugely appreciated
+ Reply to Thread
Results 1 to 2 of 2
-
-
I tried that site with youtube-dl and saw all the timestamp warning messages. But the captured file was fine, not jerky. In any case, using the --hls-prefer-native option gets rid of those warnings.
Code:youtube-dl --hls-prefer-native https://aka-amd-njpwworld-hls-live.akamaized.net/hls/video/njpw/njpw_channel01_3/chunklist_DVR.m3u8
Code:youtube-dl --quiet https://aka-amd-njpwworld-hls-live.akamaized.net/hls/video/njpw/njpw_channel01_3/chunklist_DVR.m3u8
Code:ffmpeg -loglevel warning -i https://aka-amd-njpwworld-hls-live.akamaized.net/hls/video/njpw/njpw_channel01_3/chunklist_DVR.m3u8 -c copy output.ts
Last edited by jagabo; 23rd Jun 2020 at 19:12.
Similar Threads
-
FFMPEG Interlaced MPEG2 video to x264 Issue
By Rizoko in forum Video ConversionReplies: 20Last Post: 16th May 2020, 22:39 -
FFMPEG 720P to local Cable TV Channel Issue
By sig1ms in forum ProgrammingReplies: 2Last Post: 27th Feb 2020, 07:56 -
Error, non monotone timestamps in ffmpeg
By TeNSoR in forum Newbie / General discussionsReplies: 0Last Post: 20th Dec 2017, 14:04 -
ffmpeg warning: timestamps are unset in a packet for stream 1
By marcorocchini in forum Newbie / General discussionsReplies: 0Last Post: 12th Mar 2017, 17:00 -
FFMPEG -F Concat Video, Audio Sync Issue
By Shohag_ifas in forum EditingReplies: 2Last Post: 30th Nov 2016, 01:31