the_burger
02-08-2010, 03:42 AM
Hi,
was wondering if someone out there can help me with the parameters to download RTMP with rtmpdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) from
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:
<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'),provid er: '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!!
Use rtmpsrv or rtmpsuck to see the parameters the flash client is using. rtmpsrv will give you the exact rtmpdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) commandline.
This is what I got, but I can't actually connect to their server, the connection always times out:
rtmpdump -r "rtmp://videos.ant1.com.cy/vod" -a "vod" -W "http://www.ant1.com.cy/flowplayer.rtmp-3.1.3.swf" -t "rtmp://videos.ant1.com.cy/vod" -p "http://www.ant1.com.cy/nqcontent.cfm?a_id=5352&tt=graphic&lang=l1" -y "aigia_fouxia_2_41" -o output.flv
neroman
10-18-2014, 04:33 AM
Goodmorning,
I would like to know how to use rtmpdump-1.9-bcfix\streams.exe application in order to download this kind of video: rtmp://videos.ant1.com.cy/vod/mp4:mera_mesimeri_20141017.f4v
Thanks
slim10
10-19-2014, 04:30 AM
Goodmorning,
I would like to know how to use rtmpdump-1.9-bcfix\streams.exe application in order to download this kind of video: rtmp://videos.ant1.com.cy/vod/mp4:mera_mesimeri_20141017.f4v
Thanks
I don't know what streams.exe is, or why you want to use it. But you can download that easily with FFmpeg, like this:
ffmpeg -i "rtmp://videos.ant1.com.cy/vod/mp4:mera_mesimeri_20141017.f4v" -c copy output.mp4
neroman
10-19-2014, 01:17 PM
I don't know what streams.exe is, or why you want to use it. But you can download that easily with FFmpeg, like this:
ffmpeg t-i "rtmp://videos.ant1.com.cy/vod/mp4:mera_mesimeri_20141017.f4v" -c copy output.mp4
Thanks but how to use this code to download this video?
neroman
10-31-2014, 01:35 PM
Hi, I am looking for a direct link which pointing to each video at: http://www.ant1iwo.com/webtv/ant1news/deltia/
Please advise!
Thanks
Hi,
was wondering if someone out there can help me with the parameters to download RTMP with rtmpdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm) from
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:
<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'),provid er: '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!!
surya987
11-01-2014, 02:11 AM
rtmpdump -r "rtmp://videos.ant1.com.cy/vod" -a "vod" -f "WIN 15,0,0,189" -W "htt
p://www.ant1iwo.com/flowplayer.rtmp-3.1.3.swf" -p "http://www.ant1iwo.com/webtv/
ant1news/deltia/" -y "mp4:deltio_eidiseon_20141031.f4v" -o "2014-11-01_01-37-18_
mp4_deltio_eidiseon_20141031.flv"
Just change the date here to get your desired date video.
Format is YYYYMMDD
or use this link to use with FFMPEG.. Edit the date to your desired date ..
rtmp://videos.ant1.com.cy/vod/mp4:mera_mesimeri_20141031.f4v
enjoy
neroman
11-02-2014, 08:45 AM
Hi,
I cannot see the video when I copy - paste to my browser the links you gave me.
Is there any kind of software in order to see those links?
Thanks for your help! :)
Just change the date here to get your desired date video.
Format is YYYYMMDD
or use this link to use with FFMPEG.. Edit the date to your desired date ..
enjoy
surya987
11-02-2014, 09:58 AM
use ffmpeg brother to download the Video..
ffmpeg t-i "rtmp://videos.ant1.com.cy/vod/mp4:mera_mesimeri_20141017.f4v" -c copy output.mp4
vBulletin® , Copyright ©2000-2025, Jelsoft Enterprises Ltd.