[mythtv-firehose] mythtv/master commit: d9c4bd18f by Mark Kendall (mark-kendall)

MythTV noreply at mythtv.org
Mon May 30 13:51:34 UTC 2011


      Author:  Mark Kendall <mkendall at mythtv.org>
 Change Date:  2011-05-30T06:51:12-07:00
   Push Date:  2011/05/30 06:51:26 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  d9c4bd18fa01810d62ec3d6668ddbffd658fa3d7
   Changeset:  https://github.com/MythTV/mythtv/commit/d9c4bd18f

Log:

libmythupnp: New UPNPSubscription extension.

An HttpServer Extension that manages subscriptions to UPnP services.

An object wishing to subscribe to a service needs to register as a
listener for events and subscribe using a valid usn and subscription
path. The subscriber is responsible for requesting a renewal before the
subscription expires, removing any stale subscriptions, unsubsubscribing
on exit and must re-implement QObject::customEvent to receive event
notifications for subscribed services.

Tested with gmediastreamer, MediaTomb, Play On and Windows Media Player
11.

Added:

   mythtv/libs/libmythupnp/upnpsubscription.cpp
   mythtv/libs/libmythupnp/upnpsubscription.h

Modified:

   mythtv/libs/libmythupnp/libmythupnp.pro



More information about the mythtv-firehose mailing list