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
7 # Address on which the server is bound. Only useful if you have
8 # several network interfaces.
12 # Host and port of the master server if you which that this server
13 # duplicates another existing server. Otherwise, the server does the
14 # audio/video grab itself. See the following options for the grab parameters
16 #MasterServer http://localhost:80/index.html
21 #VideoDevice /dev/video
23 # Number of simultaneous requests that can be handled. Since FFServer
24 # is very fast, this limit is determined mainly by your Internet
29 # Access Log file (uses standard Apache log file format)
30 # '-' is the standard output
34 ##################################################################
35 # Now you can define each stream which will be generated from the
36 # original audio and video stream. Each format has a filename (here
37 # 'test128.mpg'). FFServer will send this stream when answering a
38 # request containing this filename.
42 # Format of the stream : you can choose among:
43 # mpeg1 : MPEG1 multiplexed video and audio
44 # mpeg1video : only MPEG1 video
45 # mp2 : MPEG audio layer 2
46 # mp3 : MPEG audio layer 3 (currently sent as layer 2)
47 # rm : Real Networks compatible stream. Multiplexed audio and video.
48 # ra : Real Networks compatible stream. Audio only.
49 # mpjpeg : Multipart JPEG (works with Netscape without any plugin)
50 # jpeg : Generate a single JPEG image.
51 # asf : ASF compatible stream (Windows Media Player format)
52 # swf : Macromedia flash(tm) compatible stream
53 # master : special ffmpeg stream used to duplicate a server
57 # Bitrate for the audio stream. Codecs usually support only a few different bitrates.
61 # Number of audio channels : 1 = mono, 2 = stereo
65 # Sampling frequency for audio. When using low bitrates, you should
66 # lower this frequency to 22050 or 11025. The supported frequencies
67 # depend on the selected audio codec.
71 # Bitrate for the video stream.
74 # Number of frames per second
77 # Size of the video frame : WxH
78 # W : width, H : height
79 # The following abbreviation are defined : sqcif, qcif, cif, 4cif
82 # transmit only intra frames (useful for low bitrates)
85 # If non intra only, an intra frame is transmitted every VideoGopSize
86 # frames Video synchronization can only begin at an I frames.
91 # second mpeg stream with high frame rate
101 ##################################################################
102 # Another stream : used to download data to another server which
103 # duplicates this one
111 ##################################################################
112 # Another stream : Real with audio only at 32 kbits
121 ##################################################################
122 # Another stream : Real with audio and video at 64 kbits
135 ##################################################################
136 # Another stream : Mpeg audio layer 2 at 64 kbits.
142 AudioSampleRate 44100
150 AudioSampleRate 16000
154 ##################################################################
155 # Another stream : Multipart JPEG
166 ##################################################################
167 # Another stream : Multipart JPEG
173 # the parameters are choose here to take the same output as the
174 # Multipart JPEG one.
180 ##################################################################
181 # Another stream : Flash
193 ##################################################################
194 # Another stream : ASF compatible
201 AudioSampleRate 44100
207 ##################################################################
208 # Another stream : server status