Originally committed as revision 4364 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
# Port on which the server is listening. You must select a different |
| 2 |
-# port from your standard http web server if it is running on the same |
|
| 2 |
+# port from your standard HTTP web server if it is running on the same |
|
| 3 | 3 |
# computer. |
| 4 | 4 |
Port 8090 |
| 5 | 5 |
|
| ... | ... |
@@ -13,14 +13,14 @@ BindAddress 0.0.0.0 |
| 13 | 13 |
MaxClients 1000 |
| 14 | 14 |
|
| 15 | 15 |
# This the maximum amount of kbit/sec that you are prepared to |
| 16 |
-# consume when streaming to clients |
|
| 16 |
+# consume when streaming to clients. |
|
| 17 | 17 |
MaxBandwidth 1000 |
| 18 | 18 |
|
| 19 |
-# Access Log file (uses standard Apache log file format) |
|
| 20 |
-# '-' is the standard output |
|
| 19 |
+# Access log file (uses standard Apache log file format) |
|
| 20 |
+# '-' is the standard output. |
|
| 21 | 21 |
CustomLog - |
| 22 | 22 |
|
| 23 |
-# Suppress that if you want to launch ffserver as a daemon |
|
| 23 |
+# Suppress that if you want to launch ffserver as a daemon. |
|
| 24 | 24 |
NoDaemon |
| 25 | 25 |
|
| 26 | 26 |
|
| ... | ... |
@@ -48,12 +48,12 @@ FileMaxSize 200K |
| 48 | 48 |
|
| 49 | 49 |
# You could specify |
| 50 | 50 |
# ReadOnlyFile /saved/specialvideo.ffm |
| 51 |
-# This marks the file as readonly and it will not be deleted or updated |
|
| 51 |
+# This marks the file as readonly and it will not be deleted or updated. |
|
| 52 | 52 |
|
| 53 |
-# Specify launch in order to start ffmpeg automatically |
|
| 53 |
+# Specify launch in order to start ffmpeg automatically. |
|
| 54 | 54 |
#Launch |
| 55 | 55 |
|
| 56 |
-# Only allow connections from localhost to the feed |
|
| 56 |
+# Only allow connections from localhost to the feed. |
|
| 57 | 57 |
ACL allow 127.0.0.1 |
| 58 | 58 |
|
| 59 | 59 |
</Feed> |
| ... | ... |
@@ -71,9 +71,9 @@ ACL allow 127.0.0.1 |
| 71 | 71 |
Feed feed1.ffm |
| 72 | 72 |
|
| 73 | 73 |
# Format of the stream : you can choose among: |
| 74 |
-# mpeg : MPEG1 multiplexed video and audio |
|
| 75 |
-# mpegvideo : only MPEG1 video |
|
| 76 |
-# mp2 : MPEG2 audio (use AudioCodec to select layer 2 and 3 codec) |
|
| 74 |
+# mpeg : MPEG-1 multiplexed video and audio |
|
| 75 |
+# mpegvideo : only MPEG-1 video |
|
| 76 |
+# mp2 : MPEG-2 audio (use AudioCodec to select layer 2 and 3 codec) |
|
| 77 | 77 |
# ogg : Ogg format (Vorbis audio codec) |
| 78 | 78 |
# rm : Real Networks compatible stream. Multiplexed audio and video. |
| 79 | 79 |
# ra : Real Networks compatible stream. Audio only. |
| ... | ... |
@@ -81,7 +81,7 @@ Feed feed1.ffm |
| 81 | 81 |
# jpeg : Generate a single JPEG image. |
| 82 | 82 |
# asf : ASF compatible streaming (Windows Media Player format). |
| 83 | 83 |
# swf : Macromedia flash(tm) compatible stream |
| 84 |
-# avi : AVI format (open divx video, mpeg audio sound) |
|
| 84 |
+# avi : AVI format (open DivX video, MPEG audio sound) |
|
| 85 | 85 |
# master : special ffmpeg stream used to duplicate a server |
| 86 | 86 |
Format mpeg |
| 87 | 87 |
|
| ... | ... |
@@ -97,7 +97,7 @@ AudioChannels 1 |
| 97 | 97 |
# depend on the selected audio codec. |
| 98 | 98 |
AudioSampleRate 44100 |
| 99 | 99 |
|
| 100 |
-# Bitrate for the video stream. |
|
| 100 |
+# Bitrate for the video stream |
|
| 101 | 101 |
VideoBitRate 64 |
| 102 | 102 |
|
| 103 | 103 |
# Ratecontrol buffer size |
| ... | ... |
@@ -110,14 +110,14 @@ VideoFrameRate 3 |
| 110 | 110 |
# The following abbreviation are defined : sqcif, qcif, cif, 4cif |
| 111 | 111 |
VideoSize 160x128 |
| 112 | 112 |
|
| 113 |
-# transmit only intra frames (useful for low bitrates, but kills frame rate) |
|
| 113 |
+# Transmit only intra frames (useful for low bitrates, but kills frame rate). |
|
| 114 | 114 |
#VideoIntraOnly |
| 115 | 115 |
|
| 116 |
-# If non intra only, an intra frame is transmitted every VideoGopSize |
|
| 117 |
-# frames Video synchronization can only begin at an I frames. |
|
| 116 |
+# If non-intra only, an intra frame is transmitted every VideoGopSize |
|
| 117 |
+# frames. Video synchronization can only begin at an intra frame. |
|
| 118 | 118 |
VideoGopSize 12 |
| 119 | 119 |
|
| 120 |
-# More MPEG4 parameters |
|
| 120 |
+# More MPEG-4 parameters |
|
| 121 | 121 |
# VideoHighQuality |
| 122 | 122 |
# Video4MotionVector |
| 123 | 123 |
|
| ... | ... |
@@ -136,7 +136,7 @@ VideoGopSize 12 |
| 136 | 136 |
|
| 137 | 137 |
# Set this to the number of seconds backwards in time to start. Note that |
| 138 | 138 |
# most players will buffer 5-10 seconds of video, and also you need to allow |
| 139 |
-# for a key frame to appear in the data stream. |
|
| 139 |
+# for a keyframe to appear in the data stream. |
|
| 140 | 140 |
#PreRoll 15 |
| 141 | 141 |
|
| 142 | 142 |
# ACL: |
| ... | ... |
@@ -262,8 +262,8 @@ StartSendOnKey |
| 262 | 262 |
|
| 263 | 263 |
################################################################## |
| 264 | 264 |
# A stream coming from a file : you only need to set the input |
| 265 |
-# filename and optionnally a new format. Supported conversions: |
|
| 266 |
-# avi -> asf |
|
| 265 |
+# filename and optionally a new format. Supported conversions: |
|
| 266 |
+# AVI -> ASF |
|
| 267 | 267 |
|
| 268 | 268 |
#<Stream file.rm> |
| 269 | 269 |
#File "/usr/local/httpd/htdocs/tlive.rm" |
| ... | ... |
@@ -283,10 +283,10 @@ StartSendOnKey |
| 283 | 283 |
################################################################## |
| 284 | 284 |
# RTSP examples |
| 285 | 285 |
# |
| 286 |
-# You can access to this stream with the RTSP URL: |
|
| 286 |
+# You can access this stream with the RTSP URL: |
|
| 287 | 287 |
# rtsp://localhost:5454/test1-rtsp.mpg |
| 288 | 288 |
# |
| 289 |
-# A non standard RTSP redirector is also created. Its URL is: |
|
| 289 |
+# A non-standard RTSP redirector is also created. Its URL is: |
|
| 290 | 290 |
# http://localhost:8090/test1-rtsp.rtsp |
| 291 | 291 |
|
| 292 | 292 |
#<Stream test1-rtsp.mpg> |
| ... | ... |
@@ -328,7 +328,7 @@ StartSendOnKey |
| 328 | 328 |
<Stream stat.html> |
| 329 | 329 |
Format status |
| 330 | 330 |
|
| 331 |
-# Only allow local people to get to the status |
|
| 331 |
+# Only allow local people to get the status |
|
| 332 | 332 |
ACL allow localhost |
| 333 | 333 |
ACL allow 192.168.0.0 192.168.255.255 |
| 334 | 334 |
|