From 115329f16062074e11ccf3b89ead6176606c9696 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 17 Dec 2005 18:14:38 +0000 Subject: COSMETICS: Remove all trailing whitespace. Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/ffserver.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/ffserver.conf') diff --git a/doc/ffserver.conf b/doc/ffserver.conf index 431ef93a94..a3b3ff4129 100644 --- a/doc/ffserver.conf +++ b/doc/ffserver.conf @@ -34,7 +34,7 @@ NoDaemon # You must use 'ffmpeg' to send a live feed to ffserver. In this # example, you can type: -# +# # ffmpeg http://localhost:8090/feed1.ffm # ffserver can also do time shifting. It means that it can stream any @@ -88,7 +88,7 @@ Feed feed1.ffm Format mpeg # Bitrate for the audio stream. Codecs usually support only a few -# different bitrates. +# different bitrates. AudioBitRate 32 # Number of audio channels: 1 = mono, 2 = stereo @@ -123,7 +123,7 @@ VideoGopSize 12 # VideoHighQuality # Video4MotionVector -# Choose your codecs: +# Choose your codecs: #AudioCodec mp2 #VideoCodec mpeg1video @@ -153,7 +153,7 @@ VideoGopSize 12 # stream basis. The first match defines the action. If there are no matches, # then the default is the inverse of the last ACL statement. # -# Thus 'ACL allow localhost' only allows access from localhost. +# Thus 'ACL allow localhost' only allows access from localhost. # 'ACL deny 1.0.0.0 1.255.255.255' would deny the whole of network 1 and # allow everybody else. @@ -181,7 +181,7 @@ VideoGopSize 12 # #Feed feed1.ffm #Format jpeg -#VideoFrameRate 2 +#VideoFrameRate 2 #VideoIntraOnly ##VideoSize 352x240 #NoAudio @@ -215,7 +215,7 @@ StartSendOnKey -# MP3 audio +# MP3 audio # #Feed feed1.ffm @@ -310,7 +310,7 @@ StartSendOnKey # 'sdp' extension to the stream name (here # http://localhost:8090/test1-sdp.sdp). You should usually give this # file to your player to play the stream. -# +# # The 'NoLoop' option can be used to avoid looping when the stream is # terminated. -- cgit v1.2.3