avserver: remove daemon mode
This code spews a multitude of warnings with glibc (unchecked return values), some of them possibly warranted. Furthermore, the deamonisation is not suitable for use with typical startup scripts as it does not provide the PID of the daemon in any way. Users wishing to run avserver as a daemon can still do so using start-stop-daemon or equivalent tools. Signed-off-by: Mans Rullgard <mans@mansr.com> Signed-off-by: Janne Grunau <janne-libav@jannau.net>
This commit is contained in:
committed by
Janne Grunau
parent
9eded0fe41
commit
ada51a334a
@@ -31,11 +31,6 @@ 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 avserver.conf).
|
||||
|
||||
avserver 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 avserver /
|
||||
avconv. All questions about parameters for avconv, codec questions,
|
||||
etc. are not covered here. Read @file{avconv.html} for more
|
||||
@@ -257,8 +252,7 @@ within the various <Stream> sections. Since avserver will not launch
|
||||
any avconv instances, you will have to launch them manually.
|
||||
@item -d
|
||||
Enable debug mode. This option increases log verbosity, directs log
|
||||
messages to stdout and causes avserver to run in the foreground
|
||||
rather than as a daemon.
|
||||
messages to stdout.
|
||||
@end table
|
||||
@c man end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user