~ubuntu-branches/ubuntu/edgy/gstreamer0.10-ffmpeg/edgy

« back to all changes in this revision

Viewing changes to gst-libs/ext/ffmpeg/doc/ffserver.conf

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-04-01 16:13:43 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20060401161343-n621cgjlujio0otg
Tags: upstream-0.10.1
Import upstream version 0.10.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
# You must use 'ffmpeg' to send a live feed to ffserver. In this
36
36
# example, you can type:
37
 
 
37
#
38
38
# ffmpeg http://localhost:8090/feed1.ffm
39
39
 
40
40
# ffserver can also do time shifting. It means that it can stream any
41
41
# previously recorded live stream. The request should contain:
42
42
# "http://xxxx?date=[YYYY-MM-DDT][[HH:]MM:]SS[.m...]".You must specify
43
43
# a path where the feed is stored on disk. You also specify the
44
 
# maximum size of the feed (100M bytes here). Default:
 
44
# maximum size of the feed, where zero means unlimited. Default:
45
45
# File=/tmp/feed_name.ffm FileMaxSize=5M
46
46
File /tmp/feed1.ffm
47
47
FileMaxSize 200K
51
51
# This marks the file as readonly and it will not be deleted or updated.
52
52
 
53
53
# Specify launch in order to start ffmpeg automatically.
54
 
#Launch
 
54
# First ffmpeg must be defined with an appropriate path if needed,
 
55
# after that options can follow, but avoid adding the http:// field
 
56
#Launch ffmpeg
55
57
 
56
58
# Only allow connections from localhost to the feed.
57
59
ACL allow 127.0.0.1
86
88
Format mpeg
87
89
 
88
90
# Bitrate for the audio stream. Codecs usually support only a few
89
 
# different bitrates. 
 
91
# different bitrates.
90
92
AudioBitRate 32
91
93
 
92
94
# Number of audio channels: 1 = mono, 2 = stereo
121
123
# VideoHighQuality
122
124
# Video4MotionVector
123
125
 
124
 
# Choose your codecs: 
 
126
# Choose your codecs:
125
127
#AudioCodec mp2
126
128
#VideoCodec mpeg1video
127
129
 
151
153
# stream basis. The first match defines the action. If there are no matches,
152
154
# then the default is the inverse of the last ACL statement.
153
155
#
154
 
# Thus 'ACL allow localhost' only allows access from localhost. 
 
156
# Thus 'ACL allow localhost' only allows access from localhost.
155
157
# 'ACL deny 1.0.0.0 1.255.255.255' would deny the whole of network 1 and
156
158
# allow everybody else.
157
159
 
170
172
#VideoFrameRate 2
171
173
#VideoIntraOnly
172
174
#NoAudio
 
175
#Strict -1
173
176
#</Stream>
174
177
 
175
178
 
178
181
#<Stream test.jpg>
179
182
#Feed feed1.ffm
180
183
#Format jpeg
181
 
#VideoFrameRate 2 
 
184
#VideoFrameRate 2
182
185
#VideoIntraOnly
183
186
##VideoSize 352x240
184
187
#NoAudio
 
188
#Strict -1
185
189
#</Stream>
186
190
 
187
191
 
211
215
</Stream>
212
216
 
213
217
 
214
 
# MP3 audio 
 
218
# MP3 audio
215
219
 
216
220
#<Stream test.mp3>
217
221
#Feed feed1.ffm
306
310
# 'sdp' extension to the stream name (here
307
311
# http://localhost:8090/test1-sdp.sdp). You should usually give this
308
312
# file to your player to play the stream.
309
 
 
313
#
310
314
# The 'NoLoop' option can be used to avoid looping when the stream is
311
315
# terminated.
312
316