
mythtv at cvs
Dec 29, 2007, 4:56 PM
Post #1 of 1
(262 views)
Permalink
|
|
mythtv commit: r15257 - in trunk/mythtv by greg
|
|
Author: greg Date: 2007-12-30 00:56:59 +0000 (Sun, 30 Dec 2007) New Revision: 15257 Changeset: http://cvs.mythtv.org/trac/changeset/15257 Modified: trunk/mythtv/libs/libmythtv/dbcheck.cpp trunk/mythtv/libs/libmythupnp/upnpcds.cpp trunk/mythtv/libs/libmythupnp/upnpcds.h trunk/mythtv/programs/mythbackend/mythxml.cpp trunk/mythtv/programs/mythbackend/upnpcdsvideo.cpp trunk/mythtv/programs/mythbackend/upnpcdsvideo.h Log: This update allows an xbox360 to stream video from a mythbackend and is the start of getting music streaming working as well. As well the video portion of the upnp server has been changed to allow for navigation just like a directory tree rather than the precanned "reports" previously used. To use this you need to have your videos available on your masterbackend in the same location you have defined in the mythvideo setup menu. Currently a list of the videos is grabbed at backend startup and stored in a new table. My next update will add a housekeeper job to update/rebuild the list every 30 minutes or so. I'm doing it this way to avoid users having to run the videomanager to make new files available. If at some point we start auto updating the mythvideo tables periodically I'll change it to use that instead. _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|