View Single Post
  #1  
Old 05-02-2010, 05:42 AM
IWantStream IWantStream is offline
Junior Member
 
Join Date: Apr 2010
Posts: 14
IWantStream is on a distinguished road
Default

bunch.tv - help recording video (parameters and rtmpdump syntax + missing info?)


Trying to rip some videos, but have some trouble piecing together the information I managed to get.

_http://bunch.tv/news/blood-red-shoes-interview-live
(might start last added movie, but I want the Blood Red Shoes clips obvious)

player (from source):
_http://bunch.tv/sites/all/themes/bunch/flash/BunchPlayer.swf

rtmp (URL Snooper):

(first part of interview
rtmp://brightcove.fcod.llnwd.net/a500/d7/&media/55856293001/55856293001_81872266001_BLOOD-RED-SHOES-BEITRAG-1&1272672000000&510196b179e99c057c0df49038 d9a143

source code / flash info


Code:
	<div id="video_flash">
		<object id="videoflashid" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="630" height="555">

			<param name="movie" value="/sites/all/themes/bunch/flash/BunchPlayer.swf" />
			<param name="bgcolor" value="#000000" />
			<param name="flashvars" value="videoId=&playList=72907989001&autoplay=true" />
			<param name="allowfullscreen" value="true" />
			<param name="allowscriptaccess" value="always" />
			<param name="wmode" value="opaque" />

			<param name="base" value="http://admin.brightcove.com" />
			<param name="seamlesstabbing" value="false" />

			<param name="swLiveConnect" value="true" />

			<!--[if !IE]>-->
			<object name="videoflashid" type="application/x-shockwave-flash" data="/sites/all/themes/bunch/flash/BunchPlayer.swf" width="630" height="555" bgcolor="#000000" wmode="opaque" flashvars="videoId=&playList=72907989001&autoplay=true" allowfullscreen="true" allowscriptaccess="always" base="http://admin.brightcove.com" seamlesstabbing="false" swLiveConnect="true">
			<!--<![endif]-->
			<p>Install Flash Player</p>
			<!--[if !IE]>-->
			</object>
			<!--<![endif]-->

		</object>
	</div>
Is this all the info I need?

No? What other info do I need (and how to find it)
All done? What rtmpdump commando do I have to use (parameters)
Reply With Quote