[mythtv-commits] Ticket #4355: UPnP share path missing in GetServDesc

MythTV mythtv at cvs.mythtv.org
Sun Dec 23 13:34:07 UTC 2007


#4355: UPnP share path missing in GetServDesc
----------------------------------+-----------------------------------------
 Reporter:  otto at kolsi dot fi  |       Owner:  dblain 
     Type:  defect                |      Status:  new    
 Priority:  minor                 |   Milestone:  unknown
Component:  upnp                  |     Version:  head   
 Severity:  medium                |     Mlocked:  0      
----------------------------------+-----------------------------------------
 Fix in [15220] tries to fix the path for UPnP files but GetServDesc method
 still fails to locate CMGR_scpd.xml file.

 Now the SharePath is okay:
 {{{
 2007-12-23 15:23:30.974 HttpServer( 6544 ) - SharePath =
 /usr/local/share/mythtv/
 }}}

 But when GetServDesc is received, the file is still opened without full
 path and it fails. I've modified this one log print to show what file/path
 is used:
 {{{
 2007-12-23 15:23:41.809 UPnpCMGR::ProcessRequest - Method (GetServDesc),
 file: CMGR_scpd.xml
 2007-12-23 15:23:47.704 UPnpCMGR::ProcessRequest - Method (GetServDesc),
 file: CMGR_scpd.xml
 2007-12-23 15:23:49.114 UPnpCMGR::ProcessRequest - Method (GetServDesc),
 file: CMGR_scpd.xml
 }}}

 Problem can be solved by adding "UPnP/DescXmlPath" setting wo DB but I
 think this is supposed to work without that setting.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4355>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list