[mythtv-commits] mythtv/master commit: 9836c10a6 by Mark Kendall (mark-kendall)

MythTV noreply at mythtv.org
Sat May 14 11:40:13 UTC 2011


      Author:  Mark Kendall <mkendall at mythtv.org>
 Change Date:  2011-05-14T04:39:54-07:00
   Push Date:  2011/05/14 04:40:04 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  9836c10a6dbaf718b96a27186563a105afd00cc7
   Changeset:  https://github.com/MythTV/mythtv/commit/9836c10a6

Log:

UPnP: Fix SSDP Notify messages.

At some point in the dim and distant past, the socket used for SSDP
alive/byebye messaging was converted to QMulticastSocket. The conversion
however did not pick up the use of the member variables from the new
subclass and hence SSDP notify messages are typically being sent to
0.0.0.0.

The fix just ensures we use the QMulticastSocket object properly. There
may be a slightly simpler fix to re-use the address and port in the
MSocketDevice parent class but I have no idea if that would be safe.

Modified:

   mythtv/libs/libmythupnp/upnptasknotify.cpp
   mythtv/libs/libmythupnp/upnptasknotify.h



More information about the mythtv-commits mailing list