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
+ Reply to Thread
Results 1 to 7 of 7
-
-
There might be a .mp4 http url, but you'll have to post where you got the video from first.
-
Last edited by biezom; 21st Apr 2015 at 08:49.
-
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
-
or direct link
Code:http://c12.adrise.tv/v2/sources/content-owners/film-movement/117802/v0122004144-2958k.mp4
Similar Threads
-
How to extract stream URL
By masster in forum Video Streaming DownloadingReplies: 21Last Post: 16th Apr 2018, 11:51 -
Need help for actual stream URL
By anzt888 in forum Video Streaming DownloadingReplies: 2Last Post: 20th Oct 2013, 22:51 -
Rip stream video from website
By Browneyd in forum Video Streaming DownloadingReplies: 2Last Post: 14th Aug 2012, 11:24 -
Rip stream video from website
By Browneyd in forum Video Streaming DownloadingReplies: 4Last Post: 18th Jul 2011, 15:50 -
Rip stream video from website
By Browneyd in forum Video Streaming DownloadingReplies: 2Last Post: 7th May 2011, 12:33