[FFmpeg-trac] #3731(ffserver:new): ffserver daemon mode

FFmpeg trac at avcodec.org
Fri Jun 20 14:24:04 CEST 2014


#3731: ffserver daemon mode
-------------------------------------+------------------------------------
             Reporter:  andrixnet    |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  ffserver
              Version:  unspecified  |               Resolution:
             Keywords:  regression   |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------

Comment (by ubitux):

 Probably this:

 {{{
 commit ada51a334aeb1e378fe852c8b5eede9cbbd05f69
 Author: Mans Rullgard <mans at mansr.com>
 Date:   Wed Apr 25 12:08:54 2012 +0000

     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 at mansr.com>
     Signed-off-by: Janne Grunau <janne-libav at jannau.net>
 }}}

 Note that Libav recently dropped avserver alltogether. We still keep it
 because it seems we have a maintainer. Unfortunately, there is not much
 development around ffserver, and contributors are extremely welcome.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3731#comment:4>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list