Re: How to dump youtube live TV stream to file using commandline?this seems to be a nice Tool. Due to law restrictions in Germany I have to use a proxy for Live Broadcasts. This Proxy uses authentication with username/pw. Using this toll throws "Error downloading webpage: 407 - Proxy Authentication Required". I haven't found any possible way to authenticate in cmd
|
Re: How to dump youtube live TV stream to file using commandline?occasionally i get this message using ffmpeg
"skipping 11 segments ahead, expired from playlists" do anyone know how to get the right m3u8 file so i get all segments in the final video? |
Re: How to dump youtube live TV stream to file using commandline?Quote:
|
Re: How to dump youtube live TV stream to file using commandline?Quote:
|
Re: How to dump youtube live TV stream to file using commandline?Quote:
Quote:
Quote:
|
Re: How to dump youtube live TV stream to file using commandline?Hi Elgero,
I just ran into your tool few hours ago and found it very useful. May I ask you to add one option - your current release exits right away if the live stream is not yet active. Is it possible to add something like 'wait until program starts' command line option, preferably with interval? e.g. "c:\>youtubedl -w 60 -u http://blah.", which means, try to download a program from blah, if the program is not active, wait 60 seconds and retry. I need this option because I don't want to get stuck in front of my PC to start recording. How's this sound like? BR doitamd Quote:
|
Re: How to dump youtube live TV stream to file using commandline?Quote:
|
Re: How to dump youtube live TV stream to file using commandline?I'm surprised nobody has mentioned the youtube-dl CLI tool. I personally use it on Ubuntu Linux but it also is supported by Windows and OSX, here is a link to their site: http://rg3.github.io/youtube-dl/
Its insanely simply to use, here is a usage example: In this example, I will use this YouTube video: http://www.youtube.com/watch?v=bV9L5Ht9LgY Note: For me this downloaded the video's 1080p resolution with h.264/aac codecs (iTag 37 which Ill explain later). The filename of the video was that of the URL's video, simply bV9L5Ht9LgY.mp4 if you want to download the video with the video's title as the file name simply use this command: The filename that was downloaded was: Download_Youtube_Playlist_with_Youtube-dl.mp4 If you want to specify the resolution or codec type for the video you can easily do so by using the iTag value that YouTube uses. To view a list of the video's iTag values (without downloading the video) use the -F flag in the command: The result will look as such: Code:
[youtube] Setting language If your curious, all of YouTube's iTag values are listed here: http://en.wikipedia.org/wiki/YouTube#Quality_and_codecs Lastly, this awesome tool is not limited to just YouTube. It also works on a list of other sites like Vimeo, DailyMotion, DepositFiles, CollegeHumor, etc etc. A list of all sites this works with is available here: http://rg3.github.io/youtube-dl/documentation.html#d4 |
Re: How to dump youtube live TV stream to file using commandline?trying to download live stream
http://www.youtube.com/watch?v=Bht5_9sUg3k&hd=1 seems youtube has changed the url format. ffmpeg method not working like before. getting a 403 error. Code:
ffmpeg -i "http://www.youtube.com/api/manifest/hls_playlist/id/Bht5_9sUg3k.1/itag/95/source/yt_live_broadcast/ratebypass/yes/live/1/cmbypass/yes/newshard/yes/hls_chunk_host/www.youtube.com/gir/yes/dg_shard/Bht5_9sUg3k.1_95/cp/U0hXRVNQT19NSkNON19LSlNEOk9MNkh6Z0xWUDZz/pmbypass/yes/playlist_type/DVR/maudio/1/upn/AtW_LbeiVCA/sver/3/fexp/926400,906946,932242,916807,916625,929305,924606,916914,929117,929121,929906,929907,929922,929923,929127,929129,929131,929930,936403,925724,925726,936310,925720,925722,925718,936401,925714,929917,929933,929935,929937,929939,939602,939604,937102,906842,913428,912715,919811,932309,913563,919373,930803,908536,908538,938701,931924,940501,936308,909549,900816,912711,934507,907231,936312,906001/cpn/RKjJU5hq-RpziBMV/ip/174.109.39.220/ipbits/8/expire/1380351380/sparams/ip,ipbits,expire,id,itag,source,ratebypass,live,cmbypass,newshard,hls_chunk_host,gir,dg_shard,cp,pmbypass,playlist_type,maudio/signature/18FFB16ACCD670DD64CC90D58AEFC0EB61CD5750.1E71A2A68A0EE0A09E64B21F2522D00860DCC20B/key/dg_yt0/file/index.m3u8?start_seq=967" -c copy stream3.ts |
Re: How to dump youtube live TV stream to file using commandline? |
All times are GMT -6. The time now is 07:01 AM. |