[mythtv-commits] Ticket #9014: closing page with FLV playback sends HUP to other processes

MythTV mythtv at cvs.mythtv.org
Thu Oct 7 03:26:34 UTC 2010


#9014: closing page with FLV playback sends HUP to other processes
------------------------------+---------------------------------------------
 Reporter:  warpme@…          |           Owner:  kormoc    
     Type:  defect            |          Status:  infoneeded
 Priority:  minor             |       Milestone:  0.24      
Component:  Plugin - MythWeb  |         Version:  Trunk Head
 Severity:  medium            |      Resolution:            
 Keywords:                    |   Ticket locked:  0         
------------------------------+---------------------------------------------

Comment (by kormoc):

 Can you comment out line #32 of modules/stream/stream_flv.pl

 Should be
 {{{
 kill(-1, $ffmpeg_pgid) if ($ffmpeg_pgid);
 }}}

 I believe that the grouping is failing under lighttpd and thus sending the
 signal to all the root user processes. If so, we'll have to detect
 lighttpd and bypass that signal, but verification would be nice

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/9014#comment:12>
MythTV <http://www.mythtv.org/>
MythTV Media Center


More information about the mythtv-commits mailing list