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

2014-11-12 Thread Binathi Bingi
Hi there, Updated changes in the patch. Please let me know if any further enhancements are required. Thanks, Binathi On Wed, Nov 12, 2014 at 8:50 PM, Stefano Sabatini stefa...@gmail.com wrote: On date Wednesday 2014-11-12 00:46:09 +0530, Binathi Bingi encoded: [...] From

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

2014-11-11 Thread Binathi Bingi
Bingi encoded: Hi there, Please find the attached patch with modifications. [...] From 091b4a02c9325bea32b7f745d028ea72c8e1537e Mon Sep 17 00:00:00 2001 From: Binathi Bingi binti...@gmail.com Date: Tue, 4 Nov 2014 21:42:07 +0530 Subject: [PATCH] Restore Daemon mode in FFserver

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

2014-11-10 Thread Binathi Bingi
Hi there, Please find the attached patch with modifications. Regards, Binathi On Mon, Nov 10, 2014 at 8:42 PM, Stefano Sabatini stefa...@gmail.com wrote: On date Monday 2014-11-10 13:26:14 +0530, Binathi Bingi encoded: [...] From c9d037758693a1522258a64849f7629d7cbd7408 Mon Sep 17 00:00

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

2014-11-07 Thread Binathi Bingi
Hi there, Please find the attached patch. Regards Binathi On Thu, Nov 6, 2014 at 1:55 AM, Nicolas George geo...@nsup.org wrote: Le quintidi 15 brumaire, an CCXXIII, Binathi Bingi a écrit : I see, we need dup2() to redirect the output to logfile. Therefore, I put it back in the patch

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

2014-11-04 Thread Binathi Bingi
messages from console. Regards, Binathi On Wed, Nov 5, 2014 at 12:04 AM, Binathi Bingi binti...@gmail.com wrote: Hi there, I am sorry for the indentation errors in the above mail, it was because of bad email agent. In the attached patch, if the config.logfilename is not -, then stdout is closed

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

2014-11-03 Thread Binathi Bingi
Marek lukasz.m.lu...@gmail.com wrote: 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

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

2014-11-01 Thread Binathi Bingi
; -- 1.9.1 Regards, Binathi On Sat, Nov 1, 2014 at 4:28 PM, Nicolas George geo...@nsup.org wrote: Le decadi 10 brumaire, an CCXXIII, Binathi Bingi a écrit : Hello I tried to include the changes specified by Nicholas. We can switch between both Daemon and NoDaemon mode, using the option

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

2014-10-31 Thread Binathi Bingi
Hello I tried to include the changes specified by Nicholas. We can switch between both Daemon and NoDaemon mode, using the option in ffserver.conf file. From 018f8c1e1acf062a9e6a3ec94f671d574ec4b712 Mon Sep 17 00:00:00 2001 From: Binathi binti...@gmail.com Date: Fri, 31 Oct 2014 23:27:20 +0530

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

2014-10-30 Thread Binathi Bingi
I see your point. Changing the ffserver_config.c would help in addressing config files having NoDaemon option. You were right! Thanks. From 476c8605fab4d6c575c38796dd9dccaf854cf536 Mon Sep 17 00:00:00 2001 From: Binathi Bingi binti...@gmail.com Date: Thu, 30 Oct 2014 13:43:13 +0530 Subject

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

2014-10-27 Thread Binathi Bingi
Hi there, I am Binathi, applying for FOSS OPW Round 9, for contributing to FFmpeg. As a part of my qualification task, I had been working on bug #3731 open defect ffserver daemon mode [https://trac.ffmpeg.org/ticket/3731] I changed two files and uploaded them onto my git repository [