Audio/video stream recording forums 
 | 
| Attention Visitor: | 
You may have to register or log in before you can post: 
  | 
		
			
  | 	
	
	
		
		|||||||
     
		  
 
	
	
 | 
| 
		 | 
	Thread Tools | Display Modes | 
| 
		 
			 
			#1  
			
			
			
			
			
		 
		
		
	 | 
|||
		
		
  | 
|||
	
	
		
			
			help to know about ffmpeg /ffmplay streamingi am totally new about ffmpeg & ffplay , i read here a lot af post & threads about streaming via ffmpeg & ffmplay !!! i really want to know about this how to stream which file i have to download & how to rip a link with ffmpeg , i reaally appreciate any help from u guys  thank u  
		
	
		
		
		
		
		
	
		
		
	
	
	![]()  | 
| 
		 
			 
			#2  
			
			
			
			
			
		 
		
		
	 | 
|||
		
		
  | 
|||
	
	
		
			
			Re: help to know about ffmpeg /ffmplay streamingcan anyone give me the links to read about my request 
		
	
		
		
		
		
		
	
		
		
	
	
	 | 
| 
		 
			 
			#3  
			
			
			
			
			
		 
		
		
	 | 
|||
		
		
  | 
|||
	
	
		
			
			Re: help to know about ffmpeg /ffmplay streamingCode: 
	http://www.ffmpeg.org/documentation.html  | 
| 
		 
			 
			#4  
			
			
			
			
			
		 
		
		
	 | 
|||
		
		
  | 
|||
	
	
		
			
			Re: help to know about ffmpeg /ffmplay streamingQuote: 
	
  | 
| 
		 
			 
			#5  
			
			
			
			
			
		 
		
		
	 | 
|||
		
		
  | 
|||
	
	
		
			
			Re: help to know about ffmpeg /ffmplay streamingthank u all , could u please post command string i use it for extracting link stream for example m3u8 or rtmp 
		
	
		
		
		
		
		
	
		
		
	
	
	 | 
| 
		 
			 
			#6  
			
			
			
			
			
		 
		
		
	 | 
|||
		
		
  | 
|||
	
	
		
			
			Re: help to know about ffmpeg /ffmplay streamingIf you have a .m3u8 stream just use ffplay like this from the cmd prompt. 
		
	
		
		
		
		
		
	
		
		
	
	
	Code: 
	ffplay -x 800 -y 500 "M3U8 STREAM GOES HERE"  | 
| 
		 
			 
			#7  
			
			
			
			
			
		 
		
		
	 | 
|||
		
		
  | 
|||
	
	
		
			
			Re: help to know about ffmpeg /ffmplay streamingguys i am asking about how to sniff or to catch a streaming link by ffmpeg , what string command do i write , or what do i need to get , please explain , thanx all for help 
		
	
		
		
		
		
		
	
		
		
	
	
	 | 
| 
		 
			 
			#8  
			
			
			
			
			
		 
		
		
	 | 
|||
		
		
  | 
|||
	
	
		
			
			Re: help to know about ffmpeg /ffmplay streamingAll you do is change your browsers user agent to ipod or ipad easy as that. 
		
	
		
		
		
		
		
	
		
		
	
	
	 | 
| 
		 
			 
			#9  
			
			
			
			
			
		 
		
		
	 | 
|||
		
		
  | 
|||
	
	
		
			
			Re: help to know about ffmpeg /ffmplay streamingYou can't do it with ffmpeg/ffplay. Use URLsnooper or similar program to catch those streams. 
		
	
		
		
		
		
		
	
		
		
	
	
	 | 
| 
		 
			 
			#10  
			
			
			
			
			
		 
		
		
	 | 
|||
		
		
  | 
|||
	
	
		
			
			Re: help to know about ffmpeg /ffmplay streamingYou can grab the url you need with Firefox and its console window. Take for example ABC Word News videos. I can use the console (crtl+shift+k) to get the m3u8 address and then i can pass that to ffmpeg to grab the video in question, 
		
	
		
		
		
		
		
	
		
		
	
	
	In a cmd prompt for ffmpeg: ffmpeg -i "m3u8 url goes here" -c copy file.mkv  | 
 
 
 | 
		
	
| Tags: ffmpeg, streaming | 
| Thread Tools | |
| Display Modes | |
		
  | 
	
		
  |