VideoHelp Forum


Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays! or rip iTunes movies!


Try StreamFab Downloader and download streaming video from Youtube, Netflix, Amazon! Download free trial.


+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. 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
    Quote Quote  
  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
    Or you can tell it not to display those warnings:

    Code:
    youtube-dl --quiet https://aka-amd-njpwworld-hls-live.akamaized.net/hls/video/njpw/njpw_channel01_3/chunklist_DVR.m3u8
    For using ffmpeg directly you can set "-loglevel error" to stop those warning messages.

    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.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!