[FFmpeg-devel] "OPW Qualification Task: Enable daemon mode for FFserver"

Lukasz Marek lukasz.m.luki2 at gmail.com
Sat Nov 1 17:48:18 CET 2014


On 01.11.2014 17:20, Binathi Bingi wrote:
> +    if (config.ffserver_daemon) {
> +        int ffserver_id = 0;

You may change int to pid_t too, which is actually returned by fork()

> +        pid_t sid = 0;
> +
> +        ffserver_id = fork();



More information about the ffmpeg-devel mailing list