VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Hello,


    i'm totally new but i will try to explain what i wanna ty to do. I would like to download a streaming video from a video site.

    Wheni connect and i open the video the browser load a file:

    HTML Code:
    chunklist.m3u8
    The structure of the file is the following:

    HTML Code:
    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-TARGETDURATION:14
    #EXT-X-MEDIA-SEQUENCE:0
    #EXTINF:11.12,
    media_b645120_0.ts?token=76bd24db5bb8dea255157a4b3b30db57&time=56df216e
    #EXTINF:9.88,
    media_b645120_1.ts?token=76bd24db5bb8dea255157a4b3b30db57&time=56df216e
    #EXTINF:10.72,
    media_b645120_2.ts?token=76bd24db5bb8dea255157a4b3b30db57&time=56df216e
    #EXTINF:12.0,
    media_b645120_3.ts?token=76bd24db5bb8dea255157a4b3b30db57&time=56df216e
    #EXTINF:13.0,
    media_b645120_4.ts?token=76bd24db5bb8dea255157a4b3b30db57&time=56df216e
    In witch way i can let ffmpeg download and connect all TS files ?

    Thanks for any help
    Quote Quote  
  2. Member
    Join Date
    Aug 2014
    Location
    India
    Search Comp PM
    Basic syntax is

    Code:
    ffmpeg -i chunklist.m3u8 -c copy video.ts
    Just need to make sure that the m3u8 has full paths and the tokens are still valid. Best way to ensure that is to reference the playlist on site i.e.

    Code:
    ffmpeg -i http://site/path/to/chunklist.m3u8 -c copy video.ts
    Quote Quote  



Similar Threads

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