The Streaming Video Capture Masterpost
This list will be updated as I figure out more services.
YouTube:
Install youtube-dl. Download the highest-quality video. If it’s delivered with a DASH manifest, you also need to download the audio file. Combine the two in ffmpeg:For protected videos, open the link in the YouTube mobile app and use the technique below.Code:ffmpeg -i “audiofile” -i “videofile” -c copy ytdownload.mp4
Television:
Many TV companies have a mobile app (iPlayer, 4oD, Watch ABC, etc.). Apple requires use of HLS in mobile apps, and it's easier than RTMP. For most apps, using a development proxy on your computer like mitmproxy (command line), Charles (Mac), or Fiddler (Windows) will reveal an M3U8 file. Using ffmpeg, download all the segments:Special Apps:Code:ffmpeg -i “hlsmanifest” -c copy video.ts
—WatchESPN delivers authentication tokens in a JSON file.
—Viacom-owned channels (like Spike and MTV) deliver multiple manifests, one for each segment cut by ads.
Vimeo:
Open your browser’s web inspector and search “mp4”. Download the tokenised akamaihd.net mp4 link. The highest quality available will be downloaded.
Leave help requests in the comments and I'll see what I can do.
Leave some suggestions and I'll give you credit in the post.
+ Reply to Thread
Results 1 to 1 of 1
-
Last edited by rubbish; 4th Apr 2015 at 01:52.
Similar Threads
-
Streaming and Capture solution
By gimi in forum Newbie / General discussionsReplies: 9Last Post: 30th Apr 2014, 10:00 -
streaming from capture card
By pk21x in forum Video Streaming DownloadingReplies: 0Last Post: 23rd Oct 2012, 13:35 -
Capture streaming videos
By alintatoc in forum ComputerReplies: 2Last Post: 13th Nov 2011, 04:20 -
capture streaming from putlocker?
By cdb in forum Video Streaming DownloadingReplies: 5Last Post: 3rd May 2011, 21:36 -
Help please capture a streaming video
By kasfig in forum Video Streaming DownloadingReplies: 1Last Post: 28th Nov 2010, 13:40