VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. Target video streaming site has URLs such as:

    /v2/sources/content-owners/film-movement/117802/v0122004144-2958k.mp4Frag13Num12.ts HTTP/1.1

    As the video streams, more HTTP requests are made to similar URIs e.g. /v2/sources/content-owners/film-movement/117802/v0122004144-2958k.mp4Frag15Num14.ts and so on.

    where v0122004144-2958k.mp4 does not exist as a complete file at that URL. Is there a tool I can use to guess / ascertain all file fragment names and download the whole stream to one file?

    Content type - video/MP2T
    Server - ECAcc (lhr/4A98)

    Client operating system OSX 10.10.3
    Quote Quote  
  2. There might be a .mp4 http url, but you'll have to post where you got the video from first.
    Quote Quote  
  3. Originally Posted by codecowboy View Post
    hi

    Code:
    livestreamer "hls://http://c11.adrise.tv/v2/sources/content-owners/film-movement/117802/v0122004144-2958k.mp4.m3u8" best -o The_Rage_in_Placid_Lake.ts
    Last edited by biezom; 21st Apr 2015 at 08:49.
    Quote Quote  
  4. You can use ffmpeg too:
    Code:
    ffmpeg -i http://c11.adrise.tv/v2/sources/content-owners/film-movement/117802/v0122004144-2958k.mp4.m3u8 -vcodec copy -acodec copy The_Rage_in_Placid_Lake.mkv
    Quote Quote  
  5. or direct link

    Code:
    http://c12.adrise.tv/v2/sources/content-owners/film-movement/117802/v0122004144-2958k.mp4
    Quote Quote  



Similar Threads

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