[mythtv-commits] Ticket #10583: Unable to playback recordings from Panasonic TV via UPnP

MythTV noreply at mythtv.org
Thu Sep 6 21:12:55 UTC 2012


#10583: Unable to playback recordings from Panasonic TV via UPnP
----------------------------------+----------------------------
 Reporter:  joe@…                 |          Owner:  dblain
     Type:  Bug Report - General  |         Status:  new
 Priority:  minor                 |      Milestone:  unknown
Component:  MythTV - UPnP         |        Version:  0.25-fixes
 Severity:  low                   |     Resolution:
 Keywords:  UPNP DLNA TV          |  Ticket locked:  0
----------------------------------+----------------------------

Comment (by Peter Mitchell <peterpf_mitchell@…>):

 The problem with UPNP recorded tv playback being experienced with
 Panasonic TVs with mythtv 0.25.x is located in the following module:

 mythtv/programs/mythbackend/upnpcdstv.cpp: Line 408 onwards:
     // Sony BDPS370 requires a DLNA Profile Name
     // FIXME: detection to determine the correct DLNA Profile Name
     if (sMimeType == "video/mpeg")
     {
         sProtocol += ";DLNA.ORG_PN=MPEG_TS_SD_NA_ISO";
     }

 If the above section of code is deleted / commented out then people
 possessing a Panasonic TV will once again be able to stream TV recordings
 via UPNP to their TV just as they were prior to 0.25.

 As the above appears to be a fix for a particular Sony bluray player I
 would suggest this part of the code be enhanced to ensure that the
 protocol string is only applied when a sony device is attached.

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


More information about the mythtv-commits mailing list