Fix an example command in ffserver-doc.texi.
Originally committed as revision 13777 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
							parent
							
								
									b11829a9d9
								
							
						
					
					
						commit
						bc2869f6dd
					
				@ -55,12 +55,12 @@ you run the ffserver ./configure, make sure that you have the
 | 
				
			|||||||
LAME is important as it allows for streaming audio to Windows Media Player.
 | 
					LAME is important as it allows for streaming audio to Windows Media Player.
 | 
				
			||||||
Don't ask why the other audio types do not work.
 | 
					Don't ask why the other audio types do not work.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
As a simple test, just run the following two command lines (assuming that you
 | 
					As a simple test, just run the following two command lines where INPUTFILE
 | 
				
			||||||
have a V4L video capture card):
 | 
					is some file which you can decode with ffmpeg:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@example
 | 
					@example
 | 
				
			||||||
./ffserver -f doc/ffserver.conf &
 | 
					./ffserver -f doc/ffserver.conf &
 | 
				
			||||||
./ffmpeg http://localhost:8090/feed1.ffm
 | 
					./ffmpeg -i INPUTFILE http://localhost:8090/feed1.ffm
 | 
				
			||||||
@end example
 | 
					@end example
 | 
				
			||||||
 | 
					
 | 
				
			||||||
At this point you should be able to go to your Windows machine and fire up
 | 
					At this point you should be able to go to your Windows machine and fire up
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user