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 08-06-2011, 11:47 PM
matrixxx matrixxx is offline
Junior Member
 
Join Date: Jul 2011
Posts: 10
matrixxx is on a distinguished road
Default

streamhq.tv - How to download rtmp:// stream with rtmpdump


Im having an issue with the following

Code:
http://lankajustin.com/link2/
When I grab that stream and combine the code :

rtmpdump --live -r "rtmp://173.192.81.189/streamhq/100358" -p "http://streamhq.tv/player.php?channel_id=100358&width=600&height=430" -W "http://streamhq.tv/player/player.swf" -o "video.flv"
Reply With Quote
  #2  
Old 08-08-2011, 12:57 AM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: streamhq.tv - How to download rtmp:// stream with rtmpdump


it seems,they are using SecureToken method.
ask for help decipher KSV
Reply With Quote
  #3  
Old 08-09-2011, 08:09 AM
Ed999 Ed999 is offline
Senior Member
 
Join Date: Feb 2009
Posts: 115
Ed999 is on a distinguished road
Default

Re: streamhq.tv - How to download rtmp:// stream with rtmpdump


They are also concealling the true http address of the SWF file, by hiding it behind a http 302 redirect.

RTMPdump can't handle the necessary redirect, unlike a web browser, so it won't stream in RTMPDump but will in your browser.
Reply With Quote
  #4  
Old 08-17-2011, 10:51 AM
nullacht nullacht is offline
Senior Member
 
Join Date: Jan 2010
Posts: 230
nullacht will become famous soon enoughnullacht will become famous soon enough
Cool

Re: streamhq.tv - How to download rtmp:// stream with rtmpdump


Quote:
Originally Posted by matrixxx View Post

Code:
http://lankajustin.com/link2/
They are using SecureToken protection. The key is stored in the .swf file.

Code:
("secureTokenResponse", null, TEA.decrypt(event.info.secureToken, "%Xr8e(nKa@#."));
RTMPdump v2.4 command line:

Code:
rtmpdump -r "rtmp://173.192.81.189/streamhq/102569" -W "http://streamhq.tv/player/player.swf" -o 102569.flv --live -T "%Xr8e(nKa@#."
Code:
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   author
INFO:   copyright
INFO:   description
INFO:   keywords
INFO:   rating
INFO:   title
INFO:   presetname            Custom
INFO:   creationdate          Mon Aug 15 12:17:35 2011
INFO:   videodevice           Gadmei TV Belle CaptureC
INFO:   framerate             15.00
INFO:   width                 320.00
INFO:   height                240.00
INFO:   videocodecid          avc1
INFO:   videodatarate         200.00
INFO:   avclevel              31.00
INFO:   avcprofile            66.00
INFO:   videokeyframe_frequency5.00
INFO:   audiodevice           Yamaha DS1x Native Audio
INFO:   audiosamplerate       22050.00
INFO:   audiochannels         1.00
INFO:   audioinputvolume      75.00
INFO:   audiocodecid          .mp3
INFO:   audiodatarate         32.00
3458.650 kB / 110.68 sec
Reply With Quote
  #5  
Old 08-17-2011, 03:46 PM
matrixxx matrixxx is offline
Junior Member
 
Join Date: Jul 2011
Posts: 10
matrixxx is on a distinguished road
Default

Re: streamhq.tv - How to download rtmp:// stream with rtmpdump


Thanks a lot nullacht !
Reply With Quote
  #6  
Old 09-14-2011, 08:18 AM
MaxMustermann MaxMustermann is offline
Junior Member
 
Join Date: Sep 2011
Posts: 11
MaxMustermann is on a distinguished road
Default

Re: streamhq.tv - How to download rtmp:// stream with rtmpdump


This approach doesn't work for me anymore. Did they change something? Does it still work for you?
Reply With Quote
  #7  
Old 04-02-2014, 03:12 PM
snypercopyright snypercopyright is offline
Junior Member
 
Join Date: Apr 2014
Posts: 18
snypercopyright is on a distinguished road
Default

Re: streamhq.tv - How to download rtmp:// stream with rtmpdump


Guys, precisod and helps to force the download of this site, alphaconcursos.
I tried to use URL Snooper to identify, but could not.
Manulmente created the link:

HTML Code:
rtmpdump -r "rtmps://51a31bcacc912.streamlock.net/alfaconcursos2s" -W "http://www.alfaconcursos.com.br/imagens/player/player_alfacon.swf" -o demo_pj_lin_por.mp4 --live -T "5bead039555e3046e491864eaa333914"
ERROR:

rtmpdump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: You must specify the playpath (- playpath) or url (-r "rtmp :/ / host [: port] / playpath") containing the playpath

Can anyone help me find the correct row to download?

HTML Code:
<script type="text/javascript">
		$(document).ready(function(){
			var srv_at_AlfaCon_94=1;
			function cp_AlfaCon_94(tl,pl,tc,srv,v1,v2,v3,ms)
			{
				jwplayer('AlfaCon_94').setup(
				{
					flashplayer:'http://www.alfaconcursos.com.br/imagens/player/'+pl,
					skin:'http://www.alfaconcursos.com.br/imagens/player/modieus.swf',
					width:'430',height:'250',
					allowfullscreen:true,
					allowscriptaccess:true,
					wmode:'transparent',
					stretching:'exactfit',
					autostart:false,
					controlbar:'over',
					bufferlength:'30',
					'playlist':
					[{
						'provider':tc,
						'streamer':srv,
						'image':'http://www.alfaconcursos.com.br/repositorio/imagens/cursos/94-video_grande.jpg',
						'levels':
						[{
							'bitrate':110,
							'width':640,
							'file':v3,
							'title':'VideoAula Demonstrativa'
						}]
					}],
					'plugins':{},
					events:{onMeta:function(){
						if(registrar_log)
							{
								registra_log();
							}
						},
						onError:function(){
							if(srv_at_AlfaCon_94==3)
								{
									ps=1;
								}else
								{
									ps=srv_at_AlfaCon_94+1;
								}
						pps_AlfaCon_94(ps,1);
					}
				}
			});
		}
		function pps_AlfaCon_94(codigo,play)
		{
			switch(codigo)
			{
				
				 
				// "C:\rtmpdump\rtmpdump.exe" -r "rtmps://51a31bcacc912.streamlock.net/alfaconcursos2s" -W "http://www.alfaconcursos.com.br/imagens/player/player_alfacon.swf" -o demo_pj_lin_por.mp4 --live -T "5bead039555e3046e491864eaa333914"
				case 1:srv_at_AlfaCon_94=1;
				jwplayer('AlfaCon_94').remove();
				cp_AlfaCon_94('Servidor 1 (BR)',
					'player_alfacon.swf',
					'rtmp',
					'rtmps://51a31bcacc912.streamlock.net/alfaconcursos2s',
					'aula/aulas_demo/demo_pj_lin_por.mp4',
					'100/aulas_demo/demo_pj_lin_por.mp4',
					'200/aulas_demo/demo_pj_lin_por.mp4',
					'http://51a31bcacc912.streamlock.net:1935/alfaconcursos2s/_definst_/mp4:200/aulas_demo/demo_pj_lin_por.mp4/playlist.m3u8');
				if(play==1)
					{
						jwplayer('AlfaCon_94').play();
					}
				break;
				case 2:srv_at_AlfaCon_94=2;
				jwplayer('AlfaCon_94').remove();
				cp_AlfaCon_94('Servidor 2 (FL)',
					'player_alfacon.swf',
					'rtmp',
					'rtmps://51b73eba923b9.streamlock.net/alfaconcursos2s',
					'aula/aulas_demo/demo_pj_lin_por.mp4',
					'100/aulas_demo/demo_pj_lin_por.mp4',
					'200/aulas_demo/demo_pj_lin_por.mp4',
					'http://51b73eba923b9.streamlock.net:1935/alfaconcursos2s/_definst_/mp4:200/aulas_demo/demo_pj_lin_por.mp4/playlist.m3u8');
				if(play==1){
					jwplayer('AlfaCon_94').play();
				}
				break;
				case 3:srv_at_AlfaCon_94=3;
				jwplayer('AlfaCon_94').remove();
				cp_AlfaCon_94('Servidor 3 (MI)',
					'player_alfacon.swf',
					'rtmp',
					'rtmps://51a59b8396b9d.streamlock.net/alfaconcursos2s',
					'aula/aulas_demo/demo_pj_lin_por.mp4',
					'100/aulas_demo/demo_pj_lin_por.mp4',
					'200/aulas_demo/demo_pj_lin_por.mp4',
					'http://51a59b8396b9d.streamlock.net:1935/alfaconcursos2s/_definst_/mp4:200/aulas_demo/demo_pj_lin_por.mp4/playlist.m3u8');
				if(play==1){
					jwplayer('AlfaCon_94').play();
				}
				break;
			}
		}
		$('#fm_AlfaCon_94').bind("click",function(){
			$('#MSG_AlfaCon_94').hide('fast','linear');
		});
		$('#rp_AlfaCon_94').bind("click",function(){
			jwplayer('AlfaCon_94').remove();
		});
		$('#opcoes_AlfaCon_94').bind("click",function(){
			$('#botoes_serv_AlfaCon_94').fadeToggle('fast','linear');
		});
		$('#rl_AlfaCon_94').bind("click",function(){
			jwplayer('AlfaCon_94').remove();
			pps_AlfaCon_94(srv_at_AlfaCon_94,1);
		});
		$('#s1_AlfaCon_94').bind("click",function(){
			pps_AlfaCon_94(1,1);
		});
		$('#s2_AlfaCon_94').bind("click",function(){
			pps_AlfaCon_94(2,1);
		});
		$('#s3_AlfaCon_94').bind("click",function(){
			pps_AlfaCon_94(3,1);
		});

		pps_AlfaCon_94(srv_at_AlfaCon_94,0);
	});
</script>   
Reply With Quote
  #8  
Old 09-24-2011, 07:29 PM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

Re: streamhq.tv - How to download rtmp:// stream with rtmpdump


Quote:
Originally Posted by Ed999 View Post
They are also concealling the true http address of the SWF file, by hiding it behind a http 302 redirect.

RTMPdump can't handle the necessary redirect, unlike a web browser, so it won't stream in RTMPDump but will in your browser.
How do you find secure token when SWF player is redirected to blank page?
Reply With Quote
  #9  
Old 09-25-2011, 01:24 PM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

Re: streamhq.tv - How to download rtmp:// stream with rtmpdump


Quote:
Originally Posted by karlo2105 View Post
How do you find secure token when SWF player is redirected to blank page?
Get an SWF file from the cache of your web-browser.
Reply With Quote
  #10  
Old 09-26-2011, 04:49 AM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

Re: streamhq.tv - How to download rtmp:// stream with rtmpdump


Quote:
Originally Posted by any ANONYMOUS forum user View Post
Get an SWF file from the cache of your web-browser.
Could you be more accurate?

When I look for this "http://streamhq.tv/player/player.swf" in Google, it doesn't display streamhq page so I can't find in Google cache.
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 11:17 PM.


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