Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
www.ant1.com.cy: Problem downloading. Need rtmpdump parameter helpHi,
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 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!! |
#2
|
|||
|
|||
Re: www.ant1.com.cy: Problem downloading. Need rtmpdump parameter helpUse rtmpsrv or rtmpsuck to see the parameters the flash client is using. rtmpsrv will give you the exact rtmpdump 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 |
#3
|
|||
|
|||
Re: www.ant1.com.cy: Problem downloading. Need rtmpdump parameter helpGoodmorning,
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:me...i_20141017.f4v Thanks |
#4
|
|||
|
|||
Re: www.ant1.com.cy: Problem downloading. Need rtmpdump parameter helpQuote:
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: Code:
ffmpeg -i "rtmp://videos.ant1.com.cy/vod/mp4:mera_mesimeri_20141017.f4v" -c copy output.mp4 |
#5
|
|||
|
|||
Re: www.ant1.com.cy: Problem downloading. Need rtmpdump parameter helpQuote:
Thanks but how to use this code to download this video? |
#6
|
|||
|
|||
Re: www.ant1.com.cy: Problem downloading. Need rtmpdump parameter helpHi, I am looking for a direct link which pointing to each video at: http://www.ant1iwo.com/webtv/ant1news/deltia/
Please advise! Thanks Quote:
|
#7
|
|||
|
|||
Re: www.ant1.com.cy: Problem downloading. Need rtmpdump parameter helpQuote:
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 .. Quote:
|
#8
|
|||
|
|||
Re: www.ant1.com.cy: Problem downloading. Need rtmpdump parameter helpHi,
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! |
#9
|
|||
|
|||
Re: www.ant1.com.cy: Problem downloading. Need rtmpdump parameter helpuse ffmpeg brother to download the Video..
Quote:
|
Tags: ant1 com cy, download, downloading, rtmpdump |
Thread Tools | |
Display Modes | |
|
|