Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
ed815ddb
Commit
ed815ddb
authored
19 years ago
by
Diego Biurrun
Browse files
Options
Downloads
Patches
Plain Diff
spelling/grammar/wording
Originally committed as revision 4364 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
6527639b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/ffserver.conf
+23
-23
23 additions, 23 deletions
doc/ffserver.conf
with
23 additions
and
23 deletions
doc/ffserver.conf
+
23
−
23
View file @
ed815ddb
# Port on which the server is listening. You must select a different
# 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.
# computer.
Port
8090
Port
8090
...
@@ -13,14 +13,14 @@ BindAddress 0.0.0.0
...
@@ -13,14 +13,14 @@ BindAddress 0.0.0.0
MaxClients
1000
MaxClients
1000
# This the maximum amount of kbit/sec that you are prepared to
# This the maximum amount of kbit/sec that you are prepared to
# consume when streaming to clients
# consume when streaming to clients
.
MaxBandwidth
1000
MaxBandwidth
1000
# Access
L
og file (uses standard Apache log file format)
# Access
l
og file (uses standard Apache log file format)
# '-' is the standard output
# '-' is the standard output
.
CustomLog
-
CustomLog
-
# Suppress that if you want to launch ffserver as a daemon
# Suppress that if you want to launch ffserver as a daemon
.
NoDaemon
NoDaemon
...
@@ -48,12 +48,12 @@ FileMaxSize 200K
...
@@ -48,12 +48,12 @@ FileMaxSize 200K
# You could specify
# You could specify
# ReadOnlyFile /saved/specialvideo.ffm
# ReadOnlyFile /saved/specialvideo.ffm
# This marks the file as readonly and it will not be deleted or updated
# This marks the file as readonly and it will not be deleted or updated
.
# Specify launch in order to start ffmpeg automatically
# Specify launch in order to start ffmpeg automatically
.
#Launch
#Launch
# Only allow connections from localhost to the feed
# Only allow connections from localhost to the feed
.
ACL
allow
127
.
0
.
0
.
1
ACL
allow
127
.
0
.
0
.
1
</
Feed
>
</
Feed
>
...
@@ -71,9 +71,9 @@ ACL allow 127.0.0.1
...
@@ -71,9 +71,9 @@ ACL allow 127.0.0.1
Feed
feed1
.
ffm
Feed
feed1
.
ffm
# Format of the stream : you can choose among:
# Format of the stream : you can choose among:
# mpeg : MPEG1 multiplexed video and audio
# mpeg : MPEG
-
1 multiplexed video and audio
# mpegvideo : only MPEG1 video
# mpegvideo : only MPEG
-
1 video
# mp2 : MPEG2 audio (use AudioCodec to select layer 2 and 3 codec)
# mp2 : MPEG
-
2 audio (use AudioCodec to select layer 2 and 3 codec)
# ogg : Ogg format (Vorbis audio codec)
# ogg : Ogg format (Vorbis audio codec)
# rm : Real Networks compatible stream. Multiplexed audio and video.
# rm : Real Networks compatible stream. Multiplexed audio and video.
# ra : Real Networks compatible stream. Audio only.
# ra : Real Networks compatible stream. Audio only.
...
@@ -81,7 +81,7 @@ Feed feed1.ffm
...
@@ -81,7 +81,7 @@ Feed feed1.ffm
# jpeg : Generate a single JPEG image.
# jpeg : Generate a single JPEG image.
# asf : ASF compatible streaming (Windows Media Player format).
# asf : ASF compatible streaming (Windows Media Player format).
# swf : Macromedia flash(tm) compatible stream
# swf : Macromedia flash(tm) compatible stream
# avi : AVI format (open
d
iv
x
video,
mpeg
audio sound)
# avi : AVI format (open
D
iv
X
video,
MPEG
audio sound)
# master : special ffmpeg stream used to duplicate a server
# master : special ffmpeg stream used to duplicate a server
Format
mpeg
Format
mpeg
...
@@ -97,7 +97,7 @@ AudioChannels 1
...
@@ -97,7 +97,7 @@ AudioChannels 1
# depend on the selected audio codec.
# depend on the selected audio codec.
AudioSampleRate
44100
AudioSampleRate
44100
# Bitrate for the video stream
.
# Bitrate for the video stream
VideoBitRate
64
VideoBitRate
64
# Ratecontrol buffer size
# Ratecontrol buffer size
...
@@ -110,14 +110,14 @@ VideoFrameRate 3
...
@@ -110,14 +110,14 @@ VideoFrameRate 3
# The following abbreviation are defined : sqcif, qcif, cif, 4cif
# The following abbreviation are defined : sqcif, qcif, cif, 4cif
VideoSize
160
x128
VideoSize
160
x128
#
t
ransmit only intra frames (useful for low bitrates, but kills frame rate)
#
T
ransmit only intra frames (useful for low bitrates, but kills frame rate)
.
#VideoIntraOnly
#VideoIntraOnly
# If non
intra only, an intra frame is transmitted every VideoGopSize
# If non
-
intra only, an intra frame is transmitted every VideoGopSize
# frames Video synchronization can only begin at an
I
frame
s
.
# frames
.
Video synchronization can only begin at an
intra
frame.
VideoGopSize
12
VideoGopSize
12
# More MPEG4 parameters
# More MPEG
-
4 parameters
# VideoHighQuality
# VideoHighQuality
# Video4MotionVector
# Video4MotionVector
...
@@ -136,7 +136,7 @@ VideoGopSize 12
...
@@ -136,7 +136,7 @@ VideoGopSize 12
# Set this to the number of seconds backwards in time to start. Note that
# 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
# 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.
# for a keyframe to appear in the data stream.
#PreRoll 15
#PreRoll 15
# ACL:
# ACL:
...
@@ -262,8 +262,8 @@ StartSendOnKey
...
@@ -262,8 +262,8 @@ StartSendOnKey
##################################################################
##################################################################
# A stream coming from a file : you only need to set the input
# A stream coming from a file : you only need to set the input
# filename and option
n
ally a new format. Supported conversions:
# filename and optionally a new format. Supported conversions:
#
avi
->
asf
#
AVI
->
ASF
#<Stream file.rm>
#<Stream file.rm>
#File "/usr/local/httpd/htdocs/tlive.rm"
#File "/usr/local/httpd/htdocs/tlive.rm"
...
@@ -283,10 +283,10 @@ StartSendOnKey
...
@@ -283,10 +283,10 @@ StartSendOnKey
##################################################################
##################################################################
# RTSP examples
# 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
# 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
# http://localhost:8090/test1-rtsp.rtsp
#<Stream test1-rtsp.mpg>
#<Stream test1-rtsp.mpg>
...
@@ -328,7 +328,7 @@ StartSendOnKey
...
@@ -328,7 +328,7 @@ StartSendOnKey
<
Stream
stat
.
html
>
<
Stream
stat
.
html
>
Format
status
Format
status
# Only allow local people to get
to
the status
# Only allow local people to get the status
ACL
allow
localhost
ACL
allow
localhost
ACL
allow
192
.
168
.
0
.
0
192
.
168
.
255
.
255
ACL
allow
192
.
168
.
0
.
0
192
.
168
.
255
.
255
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment