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 > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 11-25-2015, 04:15 PM
blead2005 blead2005 is offline
Member
 
Join Date: Jul 2014
Posts: 72
blead2005 is on a distinguished road
Default

cbs.com help


can anyone tell me how to use rtmpdump to download these videos

http://www.cbs.com/shows/big_bang_th...mplementation/

http://www.cbs.com/shows/big_bang_th...insufficiency/



I have never used rtmpdump so would need a detailed simple guide please

And can you please tell me how to get the correct URL to videos from that site as There's alot more videos that I want to download

also how do I choose what quality I want to download 480p 720p etc...

Thanks
Reply With Quote
  #2  
Old 11-25-2015, 04:20 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: cbs.com help


Quote:
Originally Posted by blead2005 View Post
can anyone tell me how to use rtmpdump to download these videos

http://www.cbs.com/shows/big_bang_th...mplementation/

http://www.cbs.com/shows/big_bang_th...insufficiency/



I have never used rtmpdump so would need a detailed simple guide please

And can you please tell me how to get the correct URL to videos from that site as There's alot more videos that I want to download

also how do I choose what quality I want to download 480p 720p etc...

Thanks



Code:
youtube-dl -F "http://www.cbs.com/shows/big_bang_theory/video/38E2E058-C75F-416C-ED77-6DC9A988A96B/the-big-bang-theory-the-perspiration-implementation/"

>>>>>>>


Code:
[CBS] the-big-bang-theory-the-perspiration-implementation: Downloading webpage
[ThePlatform] eWQ83IZyFSX5: Downloading SMIL data
[ThePlatform] eWQ83IZyFSX5: Downloading m3u8 information
[ThePlatform] eWQ83IZyFSX5: Downloading m3u8 information
[ThePlatform] eWQ83IZyFSX5: Downloading m3u8 information
[ThePlatform] eWQ83IZyFSX5: Downloading m3u8 information
[ThePlatform] eWQ83IZyFSX5: Downloading JSON metadata
[info] Available formats for eWQ83IZyFSX5:
format code  extension  resolution note
hls-meta-0   mp4        multiple   Quality selection URL 
hls-meta-1   mp4        multiple   Quality selection URL 
hls-meta-2   mp4        multiple   Quality selection URL 
hls-meta-3   mp4        multiple   Quality selection URL 
hls-47-0     mp4        unknown      47k , mp4a
hls-47-1     mp4        unknown      47k , mp4a
hls-47-2     mp4        unknown      47k , mp4a
hls-47-3     mp4        unknown      47k , mp4a
hls-163-0    mp4        400x224     163k , avc1,  mp4a
hls-163-1    mp4        400x224     163k , avc1,  mp4a
hls-163-2    mp4        400x224     163k , avc1,  mp4a
hls-163-3    mp4        400x224     163k , avc1,  mp4a
hls-304-0    mp4        400x224     304k , avc1,  mp4a
hls-304-1    mp4        400x224     304k , avc1,  mp4a
hls-304-2    mp4        400x224     304k , avc1,  mp4a
hls-304-3    mp4        400x224     304k , avc1,  mp4a
hls-555-0    mp4        512x288     555k , avc1,  mp4a
hls-555-1    mp4        512x288     555k , avc1,  mp4a
hls-555-2    mp4        512x288     555k , avc1,  mp4a
hls-555-3    mp4        512x288     555k , avc1,  mp4a
hls-856-0    mp4        640x360     856k , avc1,  mp4a
hls-856-1    mp4        640x360     856k , avc1,  mp4a
hls-856-2    mp4        640x360     856k , avc1,  mp4a
hls-856-3    mp4        640x360     856k , avc1,  mp4a
hls-1269-0   mp4        768x432    1269k , avc1,  mp4a
hls-1269-1   mp4        768x432    1269k , avc1,  mp4a
hls-1269-2   mp4        768x432    1269k , avc1,  mp4a
hls-1269-3   mp4        768x432    1269k , avc1,  mp4a
hls-1877-0   mp4        960x540    1877k , avc1,  mp4a
hls-1877-1   mp4        960x540    1877k , avc1,  mp4a
hls-1877-2   mp4        960x540    1877k , avc1,  mp4a
hls-1877-3   mp4        960x540    1877k , avc1,  mp4a
hls-2616-0   mp4        1024x576   2616k , avc1,  mp4a
hls-2616-1   mp4        1024x576   2616k , avc1,  mp4a
hls-2616-2   mp4        1024x576   2616k , avc1,  mp4a
hls-2616-3   mp4        1024x576   2616k , avc1,  mp4a
hls-3631-0   mp4        1280x720   3631k , avc1,  mp4a
hls-3631-1   mp4        1280x720   3631k , avc1,  mp4a
hls-3631-2   mp4        1280x720   3631k , avc1,  mp4a
hls-3631-3   mp4        1280x720   3631k , avc1,  mp4a (best)

after choose your quality

example 720p

Code:
youtube-dl -f hls-3631-3 "http://www.cbs.com/shows/big_bang_theory/video/38E2E058-C75F-416C-ED77-6DC9A988A96B/the-big-bang-theory-the-perspiration-implementation/"
Reply With Quote
  #3  
Old 12-10-2015, 09:05 PM
DoctorRockzo DoctorRockzo is offline
Member
 
Join Date: Jun 2015
Posts: 51
DoctorRockzo is on a distinguished road
Default

Re: cbs.com help


Thank you, biezom, for explaining how to use youtube-dl, particularly for this site. Very useful.
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 01:54 AM.


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