View Single Post
  #4  
Old 02-17-2011, 06:34 AM
nullacht nullacht is offline
Senior Member
 
Join Date: Jan 2010
Posts: 230
nullacht will become famous soon enoughnullacht will become famous soon enough
Cool

Re: Grabbing Videos from NBC.com


Quote:
Originally Posted by LikeABoss View Post
So I've been running through the tutorials trying to figure out how to get a set of videos from nbc.com.

An example URL is
Code:
http://www.nbc.com/minute-to-win-it/how-to/episode-114/back-flip/
RTMPDump is able to do this:

Code:
rtmpdump -r rtmp://85.183.195.118:80/ondemand?_fcs_vhost=cp35586.edgefcs.net -a "ondemand?_fcs_vhost=cp35586.edgefcs.net" -y "nbcu/nbcrewind2/d3a8f866039c04f40089cc5e4b3becf5_0700" -W "http://video.nbcuni.com/outlet/embed_4.5.2/extensions/inext_video_player/video_player_extension.swf?4.7" -o d3a8f866039c04f40089cc5e4b3becf5_0700.flv
Code:
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration              28.68
INFO:   width                 640.00
INFO:   height                360.00
INFO:   framerate             29.40
INFO:   canSeekToEnd          TRUE
INFO:   videocodecid          4.00
INFO:   videodatarate         652.00
INFO:   audiocodecid          2.00
INFO:   audiosamplerate       22050.00
INFO:   audiosamplesize       16.00
INFO:   lasttimestamp         28.66
INFO:   lastkeyframetimestamp 28.66
INFO:   audiodelay            0.00
INFO:   audiodatarate         0.00
INFO:   creationdate          unknown
INFO:   metadatacreator       Manitu Group FLV MetaData Injector 2
INFO:   metadatadate          timestamp:1279131153455.00
INFO: keyframes:
INFO: filepositions:
INFO: times:
INFO:   filesize              2390583.00
INFO:   videosize             2158833.00
INFO:   audiosize             189662.00
INFO:   datasize              42075.00
2334.507 kB / 28.66 sec (99.9%)
Download complete
Reply With Quote