]> git.sesse.net Git - ffmpeg/blobdiff - doc/ffserver.conf
FFmpeg and feature requests
[ffmpeg] / doc / ffserver.conf
index 7aa87aeb16f0bae7cd359e013cb138c7db323798..62f169f9d1b2bc28a26cff1f72356ad8960f3fc5 100644 (file)
@@ -1,5 +1,5 @@
 # Port on which the server is listening. You must select a different
-# port from your standard http web server if it is running on the same
+# port from your standard HTTP web server if it is running on the same
 # computer.
 Port 8090
 
@@ -13,14 +13,14 @@ BindAddress 0.0.0.0
 MaxClients 1000
 
 # This the maximum amount of kbit/sec that you are prepared to
-# consume when streaming to clients
+# consume when streaming to clients.
 MaxBandwidth 1000
 
-# Access Log file (uses standard Apache log file format)
-# '-' is the standard output
+# Access log file (uses standard Apache log file format)
+# '-' is the standard output.
 CustomLog -
 
-# Suppress that if you want to launch ffserver as a daemon
+# Suppress that if you want to launch ffserver as a daemon.
 NoDaemon
 
 
@@ -46,10 +46,14 @@ NoDaemon
 File /tmp/feed1.ffm
 FileMaxSize 200K
 
-# Specify launch in order to start ffmpeg automatically
+# You could specify
+# ReadOnlyFile /saved/specialvideo.ffm
+# This marks the file as readonly and it will not be deleted or updated.
+
+# Specify launch in order to start ffmpeg automatically.
 #Launch
 
-# Only allow connections from localhost to the feed
+# Only allow connections from localhost to the feed.
 ACL allow 127.0.0.1
 
 </Feed>
@@ -67,17 +71,17 @@ ACL allow 127.0.0.1
 Feed feed1.ffm
 
 # Format of the stream : you can choose among:
-# mpeg       : MPEG1 multiplexed video and audio
-# mpegvideo  : only MPEG1 video
-# mp2        : MPEG2 audio (use AudioCodec to select layer 2 and 3 codec)
+# mpeg       : MPEG-1 multiplexed video and audio
+# mpegvideo  : only MPEG-1 video
+# mp2        : MPEG-2 audio (use AudioCodec to select layer 2 and 3 codec)
 # ogg        : Ogg format (Vorbis audio codec)
-# rm         : Real Networks compatible stream. Multiplexed audio and video.
-# ra         : Real Networks compatible stream. Audio only.
+# rm         : RealNetworks-compatible stream. Multiplexed audio and video.
+# ra         : RealNetworks-compatible stream. Audio only.
 # mpjpeg     : Multipart JPEG (works with Netscape without any plugin)
 # jpeg       : Generate a single JPEG image.
-# asf        : ASF compatible stream (Windows Media Player format).
-# swf        : Macromedia flash(tm) compatible stream
-# avi        : AVI format (open divx video, mpeg audio sound)
+# asf        : ASF compatible streaming (Windows Media Player format).
+# swf        : Macromedia Flash compatible stream
+# avi        : AVI format (MPEG-4 video, MPEG audio sound)
 # master     : special ffmpeg stream used to duplicate a server
 Format mpeg
 
@@ -85,7 +89,7 @@ Format mpeg
 # different bitrates. 
 AudioBitRate 32
 
-# Number of audio channels : 1 = mono, 2 = stereo
+# Number of audio channels: 1 = mono, 2 = stereo
 AudioChannels 1
 
 # Sampling frequency for audio. When using low bitrates, you should
@@ -93,23 +97,30 @@ AudioChannels 1
 # depend on the selected audio codec.
 AudioSampleRate 44100
 
-# Bitrate for the video stream.
+# Bitrate for the video stream
 VideoBitRate 64
 
+# Ratecontrol buffer size
+VideoBufferSize 40
+
 # Number of frames per second
 VideoFrameRate 3
 
-# Size of the video frame : WxH (default: 160x128)
-# The following abbreviation are defined : sqcif, qcif, cif, 4cif
+# Size of the video frame: WxH (default: 160x128)
+# The following abbreviations are defined: sqcif, qcif, cif, 4cif
 VideoSize 160x128
 
-# transmit only intra frames (useful for low bitrates, but kills frame rate) 
+# Transmit only intra frames (useful for low bitrates, but kills frame rate).
 #VideoIntraOnly
 
-# If non intra only, an intra frame is transmitted every VideoGopSize
-# frames Video synchronization can only begin at an I frames.
+# If non-intra only, an intra frame is transmitted every VideoGopSize
+# frames. Video synchronization can only begin at an intra frame.
 VideoGopSize 12
 
+# More MPEG-4 parameters
+# VideoHighQuality
+# Video4MotionVector
+
 # Choose your codecs: 
 #AudioCodec mp2
 #VideoCodec mpeg1video
@@ -125,8 +136,8 @@ VideoGopSize 12
 
 # Set this to the number of seconds backwards in time to start. Note that
 # most players will buffer 5-10 seconds of video, and also you need to allow
-# for a key frame to appear in the data stream.
-#PreRoll 15
+# for a keyframe to appear in the data stream.
+#Preroll 15
 
 # ACL:
 
@@ -187,16 +198,17 @@ VideoGopSize 12
 
 # ASF compatible
 
-#<Stream test.asf>
-#Feed feed1.ffm
-#Format asf
-#VideoFrameRate 15
-#VideoSize 352x240
-#VideoBitRate 256
-#VideoGopSize 30
-#AudioBitRate 64
-#StartSendOnKey
-#</Stream>
+<Stream test.asf>
+Feed feed1.ffm
+Format asf
+VideoFrameRate 15
+VideoSize 352x240
+VideoBitRate 256
+VideoBufferSize 40
+VideoGopSize 30
+AudioBitRate 64
+StartSendOnKey
+</Stream>
 
 
 # MP3 audio 
@@ -249,9 +261,9 @@ VideoGopSize 12
 
 
 ##################################################################
-# A stream coming from a file : you only need to set the input
-# filename and optionnally a new format. Supported conversions:
-#    avi -> asf
+# A stream coming from a file: you only need to set the input
+# filename and optionally a new format. Supported conversions:
+#    AVI -> ASF
 
 #<Stream file.rm>
 #File "/usr/local/httpd/htdocs/tlive.rm"
@@ -271,10 +283,10 @@ VideoGopSize 12
 ##################################################################
 # RTSP examples
 #
-# You can access to this stream with the RTSP URL:
+# You can access this stream with the RTSP URL:
 #   rtsp://localhost:5454/test1-rtsp.mpg
 #
-# A non standard RTSP redirector is also created. Its URL is:
+# A non-standard RTSP redirector is also created. Its URL is:
 #   http://localhost:8090/test1-rtsp.rtsp
 
 #<Stream test1-rtsp.mpg>
@@ -316,7 +328,7 @@ VideoGopSize 12
 <Stream stat.html>
 Format status
 
-# Only allow local people to get to the status
+# Only allow local people to get the status
 ACL allow localhost
 ACL allow 192.168.0.0 192.168.255.255
 
@@ -327,7 +339,7 @@ ACL allow 192.168.0.0 192.168.255.255
 # Redirect index.html to the appropriate site
 
 <Redirect index.html>
-URL http://ffmpeg.sourceforge.net/
+URL http://www.ffmpeg.org/
 </Redirect>