[mythtv-commits] mythtv commit: r23636 - in trunk/mythtv by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Mar 1 22:17:20 UTC 2010


      Author: cpinkham
        Date: 2010-03-01 22:17:19 +0000 (Mon, 01 Mar 2010)
New Revision: 23636
   Changeset: http://svn.mythtv.org/trac/changeset/23636

Modified:

   trunk/mythtv/bindings/perl/MythTV.pm
   trunk/mythtv/programs/mythbackend/mainserver.cpp
   trunk/mythtv/programs/mythbackend/playbacksock.cpp
   trunk/mythtv/programs/mythbackend/playbacksock.h

Log:

Allow the 'wants' events' field in the ANNounce string to
specify whether a client wants to receive (0) no events,
(1) all events, (2) non-system events, or (3) only system
events.

This is the basis for a fix for issues encountered when
MythWeb doesn't like receiving the "client connected"
system event when MythWeb itself connects to the master
backend.

Also modifies the Perl bindings to allow them to specify
this value when connecting since I used the Perl bindings
to help test this functionality.

References #8084, and #8117.






More information about the mythtv-commits mailing list