View Single Post
  #1  
Old 02-08-2010, 03:42 AM
the_burger the_burger is offline
Junior Member
 
Join Date: Feb 2010
Posts: 3
the_burger is on a distinguished road
Default

www.ant1.com.cy: Problem downloading. Need rtmpdump parameter help


Hi,

was wondering if someone out there can help me with the parameters to download RTMP with rtmpdump from
Code:
http://www.ant1.com.cy/nqcontent.cfm?a_id=5352&tt=graphic&lang=l1
? No other app seems to work. It's in greek - there are a 3 tab sheets, and the middle one has all the links. javascript is below if that helps:

HTML Code:
<script type="text/javascript">
$(document).ready(function(){
	$(".videolink").overlay({
		target:'#videoOverlay',
		effect: 'apple',
		onLoad: function(e) 
		{
			var objSelf = this;
			var flowthis=$f("videoContent", {src:"/flowplayer-3.1.5.swf", width: 570, height: 428, version: [10, 0]}, 
			{				 
	  	  plugins: {
	        rtmp: 
	        {
				  	url: '/flowplayer.rtmp-3.1.3.swf',
					  netConnectionUrl: 'rtmp://videos.ant1.com.cy/vod'
					}
			  },
	     clip:{ url: $(objSelf.getTrigger()).attr('videoStream'),provider: 'rtmp'},
 	     key: '#$ac071b4d28e8f2177e1',
		   contextMenu: ['Copyright ANT1. All Rights Reserved']
			});
			//$f("videoContent").play({ url: $(this.getTrigger()).attr('videoStream'),provider: 'rtmp'});
			},
		onClose: function() {
			if($.browser.msie===true){$f("videoContent").stop()}
		}
	});
});
</script>

thanks!!
Reply With Quote