Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 02-08-2010, 04: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
  #2  
Old 02-09-2010, 04:51 PM
hyc hyc is offline
RTMPdump team
 
Join Date: Dec 2009
Posts: 169
hyc will become famous soon enoughhyc will become famous soon enough
Default

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


Use 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
Reply With Quote
  #3  
Old 10-18-2014, 05:33 AM
neroman neroman is offline
Junior Member
 
Join Date: Oct 2014
Posts: 5
neroman is on a distinguished road
Default

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


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:me...i_20141017.f4v

Thanks
Reply With Quote
  #4  
Old 10-19-2014, 05:30 AM
slim10 slim10 is offline
Member
 
Join Date: Jun 2013
Posts: 47
slim10 is on a distinguished road
Default

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


Quote:
Originally Posted by neroman View Post
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:me...i_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:

Code:
ffmpeg -i "rtmp://videos.ant1.com.cy/vod/mp4:mera_mesimeri_20141017.f4v" -c copy output.mp4
Reply With Quote
  #5  
Old 10-19-2014, 02:17 PM
neroman neroman is offline
Junior Member
 
Join Date: Oct 2014
Posts: 5
neroman is on a distinguished road
Default

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


Quote:
Originally Posted by slim10 View Post
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 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?
Reply With Quote
  #6  
Old 10-31-2014, 02:35 PM
neroman neroman is offline
Junior Member
 
Join Date: Oct 2014
Posts: 5
neroman is on a distinguished road
Default

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 View Post
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
  #7  
Old 11-01-2014, 03:11 AM
surya987 surya987 is offline
Senior Member
 
Join Date: May 2014
Location: India
Posts: 280
surya987 is on a distinguished road
Default

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


Quote:
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 ..

Quote:
rtmp://videos.ant1.com.cy/vod/mp4:mera_mesimeri_20141031.f4v
enjoy
Reply With Quote
  #8  
Old 11-02-2014, 09:45 AM
neroman neroman is offline
Junior Member
 
Join Date: Oct 2014
Posts: 5
neroman is on a distinguished road
Default

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


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!


Quote:
Originally Posted by surya987 View Post
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
Reply With Quote
  #9  
Old 11-02-2014, 10:58 AM
surya987 surya987 is offline
Senior Member
 
Join Date: May 2014
Location: India
Posts: 280
surya987 is on a distinguished road
Default

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


use ffmpeg brother to download the Video..

Quote:
ffmpeg t-i "rtmp://videos.ant1.com.cy/vod/mp4:mera_mesimeri_20141017.f4v" -c copy output.mp4
Reply With Quote
Reply Post New Thread
Tags: , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 08:13 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons