View Single Post
  #1  
Old 01-24-2007, 07:52 PM
streamer streamer is offline
Junior Member
 
Join Date: Jan 2007
Posts: 14
streamer is on a distinguished road
Default

Problem Recording Flash .FLV stream video from NBC Sports (RTMP protocol)


Does anyone know how to save this video:

Code:
http://video.nbcsports.com/player/?id=53489
I used URL Snooper, and it looks like the important URL is:
Code:
http://video.nbcuni.com/nbcsports/smil/64_20AF407C_5799D_B118F_DA000_3BA864B05.smil
But that is not the URL for the video. It contains the following:

HTML Code:
<smil><head><meta base="" /> <layout><root-layout width="384" 
height="288" /></layout></head><body><switch><video 
src="nbcu/nbcsports/64_20AF407C_5799D_B118F_DA000_3BA864B05_0500.flv" 
system-bitrate="500000" /><video 
src="nbcu/nbcsports/64_20AF407C_5799D_B118F_DA000_3BA864B05_0300.flv" 
system-bitrate="300000" /><video 
src="nbcu/nbcsports/64_20AF407C_5799D_B118F_DA000_3BA864B05_0150.flv" 
system-bitrate="150000" /><video 
src="nbcu/nbcsports/64_20AF407C_5799D_B118F_DA000_3BA864B05_0035.flv" 
system-bitrate="35000" /><ref 
src="nbcu/nbcsports/64_20AF407C_5799D_B118F_DA000_3BA864B05_0500.flv" 
/></switch></body></smil>
Note that it has partial URLs for the FLV file, but I can't figure out the complete URL. I tried:

Code:
http://video.nbcuni.com/nbcu/nbcsports/64_20AF407C_5799D_B118F_DA000_3BA864B05_0500.flv
But that does not work. Can anyone figure it out?
Reply With Quote