[mythtv-commits] Ticket #7716: NetworkControl play program hangs client if location != playbackbox

MythTV mythtv at cvs.mythtv.org
Mon Dec 7 02:19:19 UTC 2009


#7716: NetworkControl play program hangs client if location != playbackbox
---------------------------------------+------------------------------------
 Reporter:  foobum <foobum@…>          |       Owner:  ijr 
     Type:  defect                     |      Status:  new 
 Priority:  minor                      |   Milestone:      
Component:  MythTV - General           |     Version:  head
 Severity:  medium                     |     Mlocked:  0   
---------------------------------------+------------------------------------
 If the current location is not playbackbox when a 'play program' network
 control command is received, the frontend goes to playbackbox and then
 posts the NETWORK_CONTROL PLAY event. Entering playbackbox takes time and
 it's event handler is not registered when the event is posted. Therefore
 no result is ever returned to the client, which hangs.

 Patch adds a sleep before the event is posted in an attempt to ensure that
 playbackbox's event handler is registered before the event is sent.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7716>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list