
10-31-2014, 01:35 PM
|
Junior Member
|
|
Join Date: Oct 2014
Posts: 5
|
|
 Re: www.ant1.com.cy: Problem downloading. Need rtmpdump parameter help
Hi, I am looking for a direct link which pointing to each video at: http://www.ant1iwo.com/webtv/ant1news/deltia/
Please advise!
Thanks
Quote:
Originally Posted by the_burger
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!!
|
|