[mythtv-commits] Ticket #11111: Fix UUID generation in UPNP

MythTV noreply at mythtv.org
Sun Sep 23 01:19:14 UTC 2012


#11111: Fix UUID generation in UPNP
------------------------------------+-----------------------------
 Reporter:  Rune Petersen <rune@…>  |          Owner:  dblain
     Type:  Patch - Bug Fix         |         Status:  new
 Priority:  minor                   |      Milestone:  unknown
Component:  MythTV - UPnP           |        Version:  Master Head
 Severity:  medium                  |     Resolution:
 Keywords:  upnp fix udn            |  Ticket locked:  0
------------------------------------+-----------------------------

Comment (by spamme@…):

 {{{
 <?xml version="1.0" encoding="utf-8"?>
 <root xmlns="urn:schemas-upnp-org:device-1-0"  xmlns:mythtv="mythtv.org">
 <specVersion>
 <major>1</major>
 <minor>0</minor>
 </specVersion>
 <URLBase>http://<Server IP hidden by me>:6544/</URLBase>
 <device>
 <deviceType>urn:schemas-upnp-org:device:MediaServer:1</deviceType>
 <friendlyName>mythdvr: MythTV AV Media Server</friendlyName>
 <manufacturer>MythTV</manufacturer>
 <modelURL>http://www.mythtv.org/</modelURL>
 <modelName>MythTV AV Media Server</modelName>
 <manufacturerURL>http://www.mythtv.org/</manufacturerURL>
 <modelDescription>MythTV AV Media Server</modelDescription>
 <modelNumber>0.26.20120822-1</modelNumber>
 <serialNumber>v0.26-rc2-30-g272fb61-dirty</serialNumber>
 <presentationURL>/</presentationURL>
 <mythtv:X_secure>false</mythtv:X_secure>
 <mythtv:X_protocol>75</mythtv:X_protocol>
 <dlna:X_DLNADOC xmlns:dlna="urn:schemas-dlna-
 org:device-1-0">DMS-1.00</dlna:X_DLNADOC>
 <UDN>uuid:0705d747-7b55-415d-b2cf-d9517014cb7d</UDN>
 <serviceList>
 <service>
 <serviceType>urn:schemas-upnp-
 org:service:ConnectionManager:1</serviceType>
 <serviceId>urn:upnp-org:serviceId:CMGR_1-0</serviceId>
 <SCPDURL>CMGR_Control/GetServDesc</SCPDURL>
 <controlURL>CMGR_Control</controlURL>
 <eventSubURL>CMGR_Event</eventSubURL>
 </service>
 <service>
 <serviceType>urn:schemas-upnp-org:service:ContentDirectory:1</serviceType>
 <serviceId>urn:upnp-org:serviceId:CDS_1-0</serviceId>
 <SCPDURL>CDS_Control/GetServDesc</SCPDURL>
 <controlURL>CDS_Control</controlURL>
 <eventSubURL>CDS_Event</eventSubURL>
 </service>
 </serviceList>
 </device>
 </root>
 }}}

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11111#comment:2>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list