Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 06-12-2015, 04:00 AM
nullacht nullacht is offline
Senior Member
 
Join Date: Jan 2010
Posts: 230
nullacht will become famous soon enoughnullacht will become famous soon enough
Default

youtube-dl


youtube-dl

A command line tool to download videos from various websites.

https://rg3.github.io/youtube-dl

https://github.com/rg3/youtube-dl

Command line usage:

Code:
youtube-dl [options] [url]
Windows binaries:

Code:
https://yt-dl.org/latest/youtube-dl.exe
Graphical user interface:

Code:
https://github.com/MrS0m30n3/youtube-dl-gui
Supported websites:

Code:
https://rg3.github.io/youtube-dl/supportedsites.html
Code:
https://github.com/rg3/youtube-dl/tree/master/youtube_dl/extractor
If something doesn't work, submit a bug report to the issue tracker on GitHub.

Code:
https://github.com/rg3/youtube-dl/issues
In combination with mpv it becomes a streaming media player.

http://mpv.io

Code:
http://mpv.io/manual/master/#options-ytdl
Code:
--ytdl
Quote:
Enable the youtube-dl hook-script. It will look at the input URL, and will play the video located on the website. This works with many streaming sites, not just the one that the script is named after. This requires a recent version of youtube-dl to be installed on the system.
Some example command lines:

Code:
youtube-dl -F "http://www.rte.ie/player/99/show/10431178/"
[Rte] 10431178: Downloading webpage
[Rte] 10431178: Downloading JSON metadata
[Rte] 10431178: Downloading f4m manifest
[info] Available formats for 10431178:
format code  extension  resolution note
512          mp4        unknown
1024         mp4        unknown
2048         mp4        unknown    (best)
Code:
youtube-dl -g "http://www.rte.ie/player/99/show/10431178/"
http://vod.hds.rasset.ie/hds-vod/2015/0613/20150613_rteone-onenews_cl10431178_10431179_260_/20150613_rteone-onenews_cl10431178_10431179_260__2048k.mp4.f4m
Code:
youtube-dl "http://www.rte.ie/player/99/show/10431178/"
[Rte] 10431178: Downloading webpage
[Rte] 10431178: Downloading JSON metadata
[Rte] 10431178: Downloading f4m manifest
[download] Downloading f4m manifest
[download] Destination: Watch One News  online-10431178.mp4
Code:
youtube-dl -F "http://www.bbc.co.uk/iplayer/episode/b05yy8yt/the-interceptor-episode-1"
[bbc.co.uk] b05yy8yt: Downloading video page
[bbc.co.uk] b05yy8xt: Downloading media selection XML
[info] Available formats for b05yy8xt:
format code                                extension  resolution note
iplayer_streaming_h264_flv_lo_akamai       flv        640x360    h264@ 480k, 210.71MiB
iplayer_streaming_h264_flv_lo_limelight    flv        640x360    h264@ 480k, 210.71MiB
iplayer_streaming_h264_flv_akamai          flv        640x360    h264@ 796k, 329.18MiB
iplayer_streaming_h264_flv_limelight       flv        640x360    h264@ 796k, 329.18MiB
iplayer_streaming_h264_flv_high_akamai     flv        832x468    h264@1500k, 616.18MiB
iplayer_streaming_h264_flv_high_limelight  flv        832x468    h264@1500k, 616.18MiB
pc_streaming_hd_akamai                     flv        1280x720   h264@2800k, 983.54MiB
pc_streaming_hd_level3                     flv        1280x720   h264@2800k, 983.54MiB (best)
Code:
youtube-dl -g "http://www.bbc.co.uk/iplayer/episode/b05yy8yt/the-interceptor-episode-1"
rtmp://iplayertokfs.fplive.net/iplayertok?token=c3RhcnRfdGltZT0yMDE1MDYxMzE2MDYzNyZlbmRfdGltZT0yMDE1MDYxMzIwMDYzNyZkaWdlc3Q9ODQ0MzQyYzkzYzAxOWM2MzU3YmRkYzhmZTNkMWFhMTI=mp4:3200kbps/modav/bUnknown-e6bc662f-5702-43de-8f6f-2636ae290c80_b05yy8xt_1433281734578
Code:
youtube-dl "http://www.bbc.co.uk/iplayer/episode/b05yy8yt/the-interceptor-episode-1"
[bbc.co.uk] b05yy8yt: Downloading video page
[bbc.co.uk] b05yy8xt: Downloading media selection XML
[download] Destination: The Interceptor, Episode 1-b05yy8xt.flv
Code:
-F | --list-formats               List all available formats
-g | --get-url                    Simulate, quiet but print URL

Last edited by nullacht : 06-13-2015 at 12:35 PM.
Reply With Quote
  #2  
Old 06-12-2015, 08:08 AM
minipc minipc is offline
Member
 
Join Date: Apr 2011
Posts: 37
minipc is on a distinguished road
Question

Re: youtube-dl


how is this related to rtmpdump?
Reply With Quote
  #3  
Old 06-12-2015, 08:56 AM
nullacht nullacht is offline
Senior Member
 
Join Date: Jan 2010
Posts: 230
nullacht will become famous soon enoughnullacht will become famous soon enough
Default

Re: youtube-dl


Do some research before asking such questions.

https://rtmpdump.mplayerhq.hu

Quote:
Projects using rtmpdump:

youtube-dl
Reply With Quote
  #4  
Old 06-12-2015, 11:51 AM
-D3n1s- -D3n1s- is offline
Member
 
Join Date: Feb 2015
Location: http://futur3design3r.wixsite.com/d3n1s
Posts: 74
-D3n1s- is on a distinguished road
Default

Re: youtube-dl


Nice work man. I really appreciate it! I'm using it right now.

That's one big list of all the supported sites! I don't even want to know how you check what's working and what doesn't work anymore.
Reply With Quote
  #5  
Old 06-12-2015, 04:51 PM
minipc minipc is offline
Member
 
Join Date: Apr 2011
Posts: 37
minipc is on a distinguished road
Default

Re: youtube-dl


Quote:
Originally Posted by nullacht View Post
Do some research before asking such questions.

https://rtmpdump.mplayerhq.hu
yes, i was aware that youtube-dl is listed as a project that uses rtmpdump, but how does this link help me understand how youtube-dl is related to rtmpdump?
Reply With Quote
  #6  
Old 08-13-2016, 06:33 PM
chanc chanc is offline
Senior Member
 
Join Date: Sep 2012
Posts: 115
chanc is on a distinguished road
Default

Re: youtube-dl


could urls like :

http://abc.go.com/shows/world-news-t...-huge-loss-rio

be supported ?
Reply With Quote
  #7  
Old 03-28-2017, 09:32 PM
Palfu Palfu is offline
Junior Member
 
Join Date: Mar 2017
Posts: 1
Palfu is on a distinguished road
Default

Re: youtube-dl


I would prefer when you take the newer thing from http://www.ytdl.info
Reply With Quote
  #8  
Old 04-29-2017, 12:03 AM
confused.com confused.com is offline
Senior Member
 
Join Date: Jan 2017
Posts: 164
confused.com is on a distinguished road
Default

Re: youtube-dl


https://github.com/rg3/youtube-dl/issues/12908
Reply With Quote
  #9  
Old 05-01-2017, 03:35 AM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 514
j_cool is on a distinguished road
Default

Re: youtube-dl


tvplayer.com cnninternationaleurope bug has been fixed with release

youtube-dl 2017.05.01

https://github.com/rg3/youtube-dl/releases



C:\>youtube-dl.exe -v -F --no-check-certificate http://tvplayer.com/watch/cnninternationaleurope
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '-F', '--no-check-certificate', 'http://tvplayer.com/watch/cnninternationaleurope']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2017.05.01
[debug] Python version 3.4.4 - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg n3.2.1, rtmpdump 2.4
[debug] Proxy map: {}
[TVPlayer] cnninternationaleurope: Downloading webpage
[TVPlayer] cnninternationaleurope: Downloading JSON context
[TVPlayer] cnninternationaleurope: Downloading JSON stream
[TVPlayer] cnninternationaleurope: Downloading m3u8 information
[info] Available formats for 286:
format code extension resolution note
214 mp4 unknown 214k
564 mp4 unknown 564k
1064 mp4 unknown 1064k
1864 mp4 unknown 1864k
2564 mp4 unknown 2564k (best)



youtube-dl.exe --no-check-certificate -f 1864 http://tvplayer.com/watch/cnninternationaleurope -o - | vlc.exe -



Ihry,

these 2 are for you, fake news without CMD window pop-up:


Code:
@echo off
echo youtube-dl.exe --no-check-certificate -f 2564 http://tvplayer.com/watch/cnninternationaleurope -o - ^| ffplay.exe -vf scale=854:480 - > %TEMP%\news.bat
start /min %TEMP%\news.bat ^& exit

@echo off
echo youtube-dl.exe --no-check-certificate -f 1965 https://tvplayer.com/watch/bbcnews -o - ^| ffplay.exe -vf scale=854:480 - > %TEMP%\news.bat
start /min %TEMP%\news.bat ^& exit

Last edited by j_cool : 05-01-2017 at 09:26 AM.
Reply With Quote
  #10  
Old 01-03-2018, 01:28 AM
confused.com confused.com is offline
Senior Member
 
Join Date: Jan 2017
Posts: 164
confused.com is on a distinguished road
Default

Re: youtube-dl


How to record BBC iPlayer without signing-in

http://stream-recorder.com/forum/rec...ng-t23889.html
Reply With Quote
Reply Post New Thread
Tags: ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 12:00 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons