Browse Source

Document ffserver daemon mode.

Originally committed as revision 13895 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Stefano Sabatini 17 years ago
parent
commit
60b51bb262
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      doc/ffserver-doc.texi

+ 5
- 0
doc/ffserver-doc.texi View File

@@ -16,6 +16,11 @@ several live feeds, streaming from files and time shifting on live feeds
(you can seek to positions in the past on each live feed, provided you
specify a big enough feed storage in ffserver.conf).

FFserver runs in daemon mode by default; that is, it puts itself in
the background and detaches from its TTY, unless it is launched in
debug mode or a NoDaemon option is specified in the configuration
file.

This documentation covers only the streaming aspects of ffserver /
ffmpeg. All questions about parameters for ffmpeg, codec questions,
etc. are not covered here. Read @file{ffmpeg-doc.html} for more


Loading…
Cancel
Save