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

David Blain mythtv at theblains.net
Mon May 30 15:45:40 UTC 2011


> 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.
> 

Mark,

Nice work... are you thinking the frontend will keep the subscriptions
active?  If you want the subscription manager  to renew subscriptions
automatically, you may want to use the taskqueue I created in the
libmythupnp library.  Just a suggestion.

David.




More information about the mythtv-dev mailing list