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

MythTV noreply at mythtv.org
Tue Jan 8 21:29:55 UTC 2013


#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 robert@…):

 If this code is indeed a problem:

 {{{
 // 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";
 }
 }}}

 .. then I think it can be safely removed because a few lines up, there's
 this code:

 {{{
 // If we are dealing with a Sony Blu-ray player then we fake the
 // MIME type to force the video to appear
 if ( pRequest->m_eClient == CDS_ClientSonyDB )
 {
   sMimeType = "video/avi";
 }
 }}}

 And although I don't have a BDPS370
 [http://www.readynas.com/forum/viewtopic.php?f=76&t=63038 it looks like]
 the Sony BDPS370 sends the X-AV-Client-Info header which makes MythTV
 identify it as a CDS_ClientSonyDB.

 So, sMimeType is never "video/mpeg" for a Sony BDPS370 and the problematic
 code is actually not run for the BDPS370.

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


More information about the mythtv-commits mailing list