[mythtv] Ticket #1495: uPnp Support - Additional information

David Blain MythTv at TheBlains.net
Sun Mar 12 15:54:55 UTC 2006


 
   
> I'd suggest a uPnP directory under $PREFIX/share/mythtv where all the 
> rest of our files go (themes, scripts, etc).  This keeps the
> non-executable content together.    I look forward to testing this 
> soon.  Does it only support the video exporting for UPnP or does this 
> also include music content?  I have a HomePod which uses UPnP and I'd 
> love to see that get content from Myth rather than twonky.
> 
> Kevin
> 

Unfortunately, at this time, I have only implemented a basic Content
Directory for Recorded Programs (upnpcdstv.h).

I designed it so that anyone can add their own extensions to the main
Content Directory by deriving a class from UPnpCDSExtension and calling the
following in mythbackend/main.cpp:

    pUPnp->RegisterExtension( new UPnpCDSTv( sched ));

UPnpCDSTv is far from a complete implementation, but it could be a starting
point if you don't want to wait for me to get around to adding music
support.

Since I don't have any documentation available yet, feel free to contact me
with any questions.

David.




More information about the mythtv-dev mailing list