View Single Post
  #1  
Old 11-28-2010, 02:31 PM
LikeABoss LikeABoss is offline
Junior Member
 
Join Date: Nov 2010
Posts: 1
LikeABoss is on a distinguished road
Default

Grabbing Videos from NBC.com


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/
I first used Wireshark to grab the RTMP URLs, which I then verified were correct by using Grab++.

The RTMP URL that I come up with is:
Code:
rtmp://65.216.161.93:80/ondemand?_fcs_vhost=cp35586.edgefcs.net|ondemand?_fcs_vhost=cp35586.edgefcs.net|nbcu/nbcrewind2/d3a8f866039c04f40089cc5e4b3becf5_0700|http://www.nbc.com/[[IMPORT]]/video.nbcuni.com/outlet/embed_4.5.2/extensions/inext_video_player/video_player_extension.swf?4.6.1|http://www.nbc.com/minute-to-win-it/how-to/episode-114/back-flip/&OBT_fname=d3a8f866039c04f40089cc5e4b3becf5_0700.flv
I've tried a number of combinations using that URL, but RTMP just connects and gets reset by the server. Evidently I'm missing some variables or something, but I'm not savvy enough to figure out what I'm missing.

Some of the things I've tried are adding the -W option, with the URL listed to the SWF file above. I've tried adding the -f option to include my flash version (WIN 9,0,45,0) and some other variants of the -W option.

I just can't think of anything else to try.

I have used the demo version of Replay Media Catcher and that program was able to capture the video contents but I don't have the 40 bucks to shell out for the program right now.

Any help is appreciated.

Thanks,
Reply With Quote