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
6 # Address on which the server is bound. Only useful if you have
7 # several network interfaces.
10 # Number of simultaneous requests that can be handled. Since FFServer
11 # is very fast, it is more likely that you will want to leave this high
12 # and use MaxBandwidth, below.
15 # This the maximum amount of kbit/sec that you are prepared to
16 # consume when streaming to clients.
19 # Access log file (uses standard Apache log file format)
20 # '-' is the standard output.
23 # Suppress that if you want to launch ffserver as a daemon.
27 ##################################################################
28 # Definition of the live feeds. Each live feed contains one video
29 # and/or audio sequence coming from an ffmpeg encoder or another
30 # ffserver. This sequence may be encoded simultaneously with several
31 # codecs at several resolutions.
35 # You must use 'ffmpeg' to send a live feed to ffserver. In this
36 # example, you can type:
38 # ffmpeg http://localhost:8090/feed1.ffm
40 # ffserver can also do time shifting. It means that it can stream any
41 # previously recorded live stream. The request should contain:
42 # "http://xxxx?date=[YYYY-MM-DDT][[HH:]MM:]SS[.m...]".You must specify
43 # a path where the feed is stored on disk. You also specify the
44 # maximum size of the feed, where zero means unlimited. Default:
45 # File=/tmp/feed_name.ffm FileMaxSize=5M
50 # ReadOnlyFile /saved/specialvideo.ffm
51 # This marks the file as readonly and it will not be deleted or updated.
53 # Specify launch in order to start ffmpeg automatically.
54 # First ffmpeg must be defined with an appropriate path if needed,
55 # after that options can follow, but avoid adding the http:// field
58 # Only allow connections from localhost to the feed.
64 ##################################################################
65 # Now you can define each stream which will be generated from the
66 # original audio and video stream. Each format has a filename (here
67 # 'test1.mpg'). FFServer will send this stream when answering a
68 # request containing this filename.
72 # coming from live feed 'feed1'
75 # Format of the stream : you can choose among:
76 # mpeg : MPEG-1 multiplexed video and audio
77 # mpegvideo : only MPEG-1 video
78 # mp2 : MPEG-2 audio (use AudioCodec to select layer 2 and 3 codec)
79 # ogg : Ogg format (Vorbis audio codec)
80 # rm : RealNetworks-compatible stream. Multiplexed audio and video.
81 # ra : RealNetworks-compatible stream. Audio only.
82 # mpjpeg : Multipart JPEG (works with Netscape without any plugin)
83 # jpeg : Generate a single JPEG image.
84 # asf : ASF compatible streaming (Windows Media Player format).
85 # swf : Macromedia Flash compatible stream
86 # avi : AVI format (MPEG-4 video, MPEG audio sound)
87 # master : special ffmpeg stream used to duplicate a server
90 # Bitrate for the audio stream. Codecs usually support only a few
94 # Number of audio channels: 1 = mono, 2 = stereo
97 # Sampling frequency for audio. When using low bitrates, you should
98 # lower this frequency to 22050 or 11025. The supported frequencies
99 # depend on the selected audio codec.
100 AudioSampleRate 44100
102 # Bitrate for the video stream
105 # Ratecontrol buffer size
108 # Number of frames per second
111 # Size of the video frame: WxH (default: 160x128)
112 # The following abbreviations are defined: sqcif, qcif, cif, 4cif, qqvga,
113 # qvga, vga, svga, xga, uxga, qxga, sxga, qsxga, hsxga, wvga, wxga, wsxga,
114 # wuxga, woxga, wqsxga, wquxga, whsxga, whuxga, cga, ega, hd480, hd720,
118 # Transmit only intra frames (useful for low bitrates, but kills frame rate).
121 # If non-intra only, an intra frame is transmitted every VideoGopSize
122 # frames. Video synchronization can only begin at an intra frame.
125 # More MPEG-4 parameters
129 # Choose your codecs:
131 #VideoCodec mpeg1video
142 # Set this to the number of seconds backwards in time to start. Note that
143 # most players will buffer 5-10 seconds of video, and also you need to allow
144 # for a keyframe to appear in the data stream.
149 # You can allow ranges of addresses (or single addresses)
150 #ACL ALLOW <first address> <last address>
152 # You can deny ranges of addresses (or single addresses)
153 #ACL DENY <first address> <last address>
155 # You can repeat the ACL allow/deny as often as you like. It is on a per
156 # stream basis. The first match defines the action. If there are no matches,
157 # then the default is the inverse of the last ACL statement.
159 # Thus 'ACL allow localhost' only allows access from localhost.
160 # 'ACL deny 1.0.0.0 1.255.255.255' would deny the whole of network 1 and
161 # allow everybody else.
166 ##################################################################
229 #AudioSampleRate 44100
238 #Title "Stream title"
241 #AudioSampleRate 44100
246 # Real with audio only at 32 kbits
257 # Real with audio and video at 64 kbits
270 ##################################################################
271 # A stream coming from a file: you only need to set the input
272 # filename and optionally a new format. Supported conversions:
276 #File "/usr/local/httpd/htdocs/tlive.rm"
281 #File "/usr/local/httpd/htdocs/test.asf"
284 #Copyright "Super MegaCorp"
285 #Title "Test stream from disk"
286 #Comment "Test comment"
290 ##################################################################
293 # You can access this stream with the RTSP URL:
294 # rtsp://localhost:5454/test1-rtsp.mpg
296 # A non-standard RTSP redirector is also created. Its URL is:
297 # http://localhost:8090/test1-rtsp.rtsp
299 #<Stream test1-rtsp.mpg>
301 #File "/usr/local/httpd/htdocs/test1.mpg"
305 ##################################################################
306 # SDP/multicast examples
308 # If you want to send your stream in multicast, you must set the
309 # multicast address with MulticastAddress. The port and the TTL can
312 # An SDP file is automatically generated by ffserver by adding the
313 # 'sdp' extension to the stream name (here
314 # http://localhost:8090/test1-sdp.sdp). You should usually give this
315 # file to your player to play the stream.
317 # The 'NoLoop' option can be used to avoid looping when the stream is
320 #<Stream test1-sdp.mpg>
322 #File "/usr/local/httpd/htdocs/test1.mpg"
323 #MulticastAddress 224.124.0.1
330 ##################################################################
338 # Only allow local people to get the status
340 ACL allow 192.168.0.0 192.168.255.255
342 #FaviconURL http://pond1.gladstonefamily.net:8080/favicon.ico
346 # Redirect index.html to the appropriate site
348 <Redirect index.html>
349 URL http://www.ffmpeg.org/