Audio/video stream recording forums 
 | 
| Attention Visitor: | 
You may have to register or log in before you can post: 
  | 
		
			
  | 	
	
	
		
		|||||||
     
		  
 
	
	
 | 
| 
		 | 
	Thread Tools | Display Modes | 
| 
		 
			 
			#1  
			
			
			
			
			
		 
		
		
	 | 
|||
		
		
  | 
|||
	
	
		
			
			Janjua.tv rtmpdumpHi 
		
	
		
		
		
		
		
	
		
		
	
	
	I am unable to rtmpdump janjua streams now, previously they worked fine. Please check and give rtmpdump for this. http://malosotv.com/2013/07/mtv-en-v...-internet.html Thanks  | 
| 
		 
			 
			#2  
			
			
			
			
			
		 
		
		
	 | 
|||
		
		
  | 
|||
	
	
		
			
			Re: Janjua.tv rtmpdumpJust make sure you're using the latest rtmpdump... 
		
	
		
		
		
		
		
	
		
		
	
	
	Code: 
	rtmpdump -r "rtmp://46.28.48.116/live" -a "live" -f "WIN 13,0,0,214" -W "http://www.janjua.tv/resources/scripts/eplayer.swf" -p "http://www.janjua.tv/embedplayer/mtv2016/1/620/385" -C S:OK --live -y "mtv2016?id=14102" -o "2014-09-22_05-57-30_mtv2016.flv" ![]()  | 
| 
		 
			 
			#3  
			
			
			
			
			
		 
		
		
	 | 
|||
		
		
  | 
|||
	
	
		
			
			Re: Janjua.tv rtmpdumpQuote: 
	
 Code: 
	rtmpdump -r "rtmp://185.2.137.180/live" -a "live" -f "WIN 13,0,0,214" -W "http://www.janjua.tv/resources/scripts/eplayer.swf" -p "http://www.janjua.tv/embedplayer/mtv2016/1/620/385" -C S:OK --live -y "mtv2016?id=14102" -K "soLagaDaSeStoriAga;TRUE" -o "mtv2016.flv" http://www.mediafire.com/download/xu...d/rtmpdump.exe  | 
| 
		 
			 
			#4  
			
			
			
			
			
		 
		
		
	 | 
|||
		
		
  | 
|||
	
	
		
			
			Re: Janjua.tv rtmpdumpI'm trying to rtmpdump this: http://www.zahipedia.net/2009/07/01/...ews-live-free/ 
		
	
		
		
		
		
		
	
		
		
	
	
	I tried rtmpsrv and rtmpsuck and couldn't get any results. (I did set an iptables rule first) In wireshark I found what I think I need. My command: Code: 
	rtmpdump -r "rtmp://91.109.247.158/live" -a "live" -f "LNX 17,0,0,134" -W "http://www.janjuaplayer.com/resources/scripts/eplayer.swf" -p "http://www.janjuaplayer.com/embedplayer/foxnews440/1/600/400" -C S:OK --live -y "foxnews440?id=34933" -o "test.flv"  | 
| 
		 
			 
			#5  
			
			
			
			
			
		 
		
		
	 | 
|||
		
		
  | 
|||
	
	
		
			
			Re: Janjua.tv rtmpdump@jb721 
		
	
		
		
		
		
		
	
		
		
	
	
	rtmpdumphelper has generated correctly but you need also the -K option with parameter in your code Code: 
	-K "soLagaDaSeStoriAga;TRUE;TRUE" Code: 
	rtmpdump -v -r "rtmp://185.2.137.180/live" -a "live" -f "LNX 17,0,0,134" -W "http://www.janjuaplayer.com/resources/scripts/eplayer.swf" -p "http://www.janjuaplayer.com/embedplayer/foxnews440/1/600/400" -C S:OK -y "foxnews440?id=34933" -K "soLagaDaSeStoriAga;TRUE;TRUE" -o "output.flv" Code: 
	RTMPDump v2.4 GIT-2015-01-15 (Compiled by KSV) (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL WARNING: You haven't specified an output file (-o filename), using stdout Connecting ... INFO: Connected... Starting Live Stream INFO: Metadata: INFO: presetname Custom INFO: creationdate Thu Mar 26 22:35:21 2015 INFO: videodevice Conexant Polaris Video Capture INFO: framerate 20.00 INFO: width 450.00 INFO: height 254.00 INFO: videocodecid avc1 INFO: videodatarate 300.00 INFO: avclevel 31.00 INFO: avcprofile 66.00 INFO: videokeyframe_frequency 5.00 INFO: audiodevice Conexant Polaris Video Capture INFO: audiosamplerate 44100.00 INFO: audiochannels 2.00 INFO: audioinputvolume 75.00 INFO: audiocodecid .mp3 INFO: audiodatarate 96.00 151.725 kB / 3.83 sec  | 
| 
		 
			 
			#6  
			
			
			
			
			
		 
		
		
	 | 
|||
		
		
  | 
|||
	
	
		
			
			Re: Janjua.tv rtmpdumpHow do I get rtmpdump compiled by KSV for Ubuntu/linux?  I can't use the -K option 
		
	
		
		
		
		
		
	
		
		
	
	
	 | 
| 
		 
			 
			#7  
			
			
			
			
			
		 
		
		
	 | 
|||
		
		
  | 
|||
	
	
		
			
			Re: Janjua.tv rtmpdumphi you need compile the last release 
		
	
		
		
		
		
		
	
		
		
	
	
	Code: 
	http://stream-recorder.com/forum/customized-rtmpdump-binaries-patch-file-t16103.html  | 
| 
		 
			 
			#8  
			
			
			
			
			
		 
		
		
	 | 
|||
		
		
  | 
|||
	
	
		
			
			Re: Janjua.tv rtmpdumpQuote: 
	
 Is there any reason why this wouldn't work on Ubuntu Server 14.10? It stops after INFO: Connected... on my server. Is there some other missing dependency perhaps? Thanks again  | 
| 
		 
			 
			#9  
			
			
			
			
			
		 
		
		
	 | 
|||
		
		
  | 
|||
	
	
		
			
			Re: Janjua.tv rtmpdumpI installed pepperflashplugin-nonfree on the server and it started working. 
		
	
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
 | 
		
	
| Tags: rtmpdump | 
| Thread Tools | |
| Display Modes | |
		
  | 
	
		
  |