Hi,
This is code html/js:
How downloading this stream with use rtmpdump in Linux Debian?Code:<script type="text/javascript" src="scripts/swfobject.js"></script> <script type="text/javascript"> function video_misc(){ setInterval(function () { player.displayLiniarAd("4qKXLH5gKjGZqR.flv");}, 59940000); } // Create a StrobeMediaPlayback configuration var parameters = { src: "rtmp%3A%2F%2FXXX.XXX.XXX.XXX%3A1943%2FhtKqpVrsGbabqhMl%2FzbloKkhUfq%3Fevent=42%26token=3Ba21LNdVZFcyp7zCjrush8HlgIO9X%26user=myusername&streamType=live" , plugin_ads: "http://domain.com/play/w7ugAaSwtratru5e.swf" , autoPlay: true , controlBarAutoHide: true , javascriptCallbackFunction: "onJavaScriptBridgeCreated" }; // Embed the player SWF: swfobject.embedSWF ( "http://domain.com/play/StrobeMediaPlayback_v5.swf" , "strobeMediaPlayback" , 640 , 360 , "10.1.0" , {} , parameters , { allowFullScreen: "true"} , { name: "strobeMediaPlayback" } ); var player = null; function onJavaScriptBridgeCreated(playerId) { if (player == null) { player = document.getElementById(playerId); } } </script> </head><body> <div id="strobeMediaPlayback"> </div>
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 2 of 2
			
		- 
	
- 
	Hi , 
 
 Try :
 maybe you'll have to replace :Code:streamlink "rtmp%3A%2F%2FXXX.XXX.XXX.XXX%3A1943%2FhtKqpVrsGbabqhMl%2FzbloKkhUfq%3Fevent=42%26token=3Ba21LNdVZFcyp7zCjrush8HlgIO9X%26user=myusername&streamType=live" best -o video.mp4 
 %3A by :
 %2F by /
 %26 by &
 %3F by ?
 
 Cheers .JE SUIS CHARLIE !!!
Similar Threads
- 
  Seeking free conversion-downloading program, or just the best downloadingBy jimmo in forum Video ConversionReplies: 6Last Post: 8th Jan 2017, 16:32
- 
  dumping myTV video via rtmpdumpBy chisd in forum Video Streaming DownloadingReplies: 0Last Post: 30th Oct 2016, 03:11
- 
  rtmpdump help: Video only available a for a few days. Help??By nobodyhome in forum Video Streaming DownloadingReplies: 9Last Post: 24th Apr 2015, 03:56
- 
  Help getting 480 video from gyao.co.jp with rtmpdump?By nobodyhome in forum Video Streaming DownloadingReplies: 0Last Post: 10th Apr 2015, 02:17
- 
  Help downloading a videoBy jramirez92 in forum Video Streaming DownloadingReplies: 2Last Post: 15th Mar 2014, 13:34


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote