View Single Post
  #55  
Old 12-02-2009, 12:41 PM
Heaven Strike Heaven Strike is offline
Junior Member
 
Join Date: Dec 2009
Posts: 3
Heaven Strike is on a distinguished road
Default

Re: I need help :(


Hi guys I need some help too the souce code of the page im trying to download the video is:


Code:
<div align="center">
<script type="text/javascript" src="swfobject.js"></script>
	<script type="text/javascript">
		swfobject.registerObject("player","9.0.0");
	</script>
 
	<object id="player" classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="400" height="335">
		<param name="movie" value="player-2611.swf" />
		<param name="allowfullscreen" value="true" />
		<param name="allowscriptaccess" value="always" />
        <param name="wmode" value="transparent">
		<param name="flashvars" value="&file=estatistica_aula01_video01.flv&backcolor=999999&streamer=rtmpe://74.81.170.124/cursos&dock=true&image=preview.jpg&skin=controlpanel&bufferlength=15" />
		<object type="application/x-shockwave-flash" data="player-2611.swf" width="390" height="300">
			<param name="movie" value="player-2611.swf" />
			<param name="allowfullscreen" value="true" />
			<param name="allowscriptaccess" value="always" />
            <param name="wmode" value="transparent">
			<param name="flashvars" value="&file=estatistica_aula01_video01.flv&backcolor=999999&streamer=rtmpe://74.33.170.124/cursos&dock=true&image=preview.jpg&skin=controlpanel&bufferlength=15" />
			<p><a href="http://get.adobe.com/flashplayer">Baixe o  Flash</a> para ver o player.</p>


The command im using is:

Code:
rtmpdump 
-r "rtmpe://74.82.170.124/cursos/estatistica_aula01_video_01" 
-a movie 
-s "http://cursos.com/flashplayer/player-2611.swf" 
-o estatistica_aula01_video01.flv
And Im not getting any results!!! oh, the results is almost the same that compn is getting....
Reply With Quote