
03-16-2013, 09:21 AM
|
Junior Member
|
|
Join Date: Mar 2013
Posts: 21
|
|
 Re: How to dump youtube live TV stream to file using commandline?
Quote:
Originally Posted by TubeDigger
Code:
ffmpeg -i "http://www.youtube.com/api/manifest/hls_playlist/id/A0H7-eZm4Mg.1/itag/93/source/yt_live_broadcast/ratebypass/yes/live/1/cmbypass/yes/newshard/yes/playlist_type/LIVE/cp/U0hVSFRLU19FUENONV9MRVdCOnN3MkNVSkZtaTJX/maudio/1/pmbypass/yes/sver/3/fexp/912806,902000,919512,929901,913605,906938,931202,931401,908529,930803,920201,929602,930101,930603,900824/upn/B1D7NPMwzLo/cpn/3j6T84km9gzfdL_V/ip/188.230.10.206/ipbits/8/expire/1363405106/sparams/ip,ipbits,expire,id,itag,source,ratebypass,live,cmbypass,newshard,playlist_type,cp,maudio,pmbypass/signature/4516D925E719FDAECAD772CF28B1DB7698C4E6C1.47CAFC076F0D04E5E5AE278DECC6D80E58AAE980/key/dg_yt0/file/index.m3u8" -c copy out.ts
|
i'm trying to record that stream too. the ffmpeg method definitely works but i ran into a problem where it stops downloading the stream after about 2 or 3 hours. the stream is about 10 hours long. is there any way to make sure it gets the whole thing?
|