^ Give us a link to a vid for exam(that you are trying to rip), then We'll tell you how to!!
Edit:
	Quote:
	
	
		
			
				
					Originally Posted by  ZeuStar
					 
				 
				I managed to get it woring in the end, the video plays VIA google, but not through RTMPexplorer, any ideas ? 
			
		 | 
	
	
 I don't see anything plays VIA google!!
I just tried this video link for exam: 
	Code:
	http://ten.com.au/video-player.htm?movideo_m=144392&movideo_p=45944
 Then, I could found the stream url from this xml:
	Code:
	http://api.movideo.com/rest/media/144392/smil?token=cae8020e-4b3e-48b4-a4f3-574705392466
 
	Code:
	<smil>
<head>
<meta base="rtmpe://159.rtmpe.movideo.com/ondemand"/>
<meta name="id" content="144392"/>
<meta name="auth" content="auth=daEdWcicybjc3dUcMcIcccecmdQb2cRdIcE-bo2_jh-4q-JptFEoKEFqpx&aifp=9000&slist=281/media/144392/"/>
<meta name="debugUrl" content="http://api.movideo.com/rest/media/144392/smil?token=cae8020e-4b3e-48b4-a4f3-574705392466&auth=daEdWcicybjc3dUcMcIcccecmdQb2cRdIcE-bo2_jh-4q-JptFEoKEFqpx&aifp=9000&slist=281/media/144392/"/>
</head>
<body>
<switch>
<video src="mp4:281/media/144392/168000-512x288.mp4" system-bitrate="200000" encoding-profile-name="TEN Flash - 16:9 200000" height="288" width="512"/>
<video src="mp4:281/media/144392/272000-512x288.mp4" system-bitrate="400000" encoding-profile-name="TEN Flash - 16:9 400000" height="288" width="512"/>
<video src="mp4:281/media/144392/672000-512x288.mp4" system-bitrate="800000" encoding-profile-name="Flash Fast DSL - 16:9 800000" height="288" width="512"/>
</switch>
</body>
</smil>
 We have all parameters except "-a" !!
So,
	Code:
	rtmpdump -r "rtmpe://159.rtmpe.movideo.com/ondemand" -a "missed" -f "WIN 11,1,102,55" -W "http://static.movideo.com/flash/movideo_player.swf" -p "http://ten.com.au/video-player.htm?movideo_m=144392&movideo_p=45944" -y "mp4:281/media/144392/672000-512x288.mp4" -o 672000-512x288.mp4
 I couldn't get it because my rtmpexplorer will hang up after ads!! 
