[mythtv-commits] Ticket #9446: Sony UPNP BDP-S570

MythTV noreply at mythtv.org
Wed Jan 5 04:25:37 UTC 2011


#9446: Sony UPNP BDP-S570
--------------------------------------+------------------------
     Reporter:  b.rumple@…            |      Owner:  dblain
         Type:  Bug Report            |     Status:  new
     Priority:  major                 |  Milestone:  unknown
    Component:  MythTV - UPnP         |    Version:  0.24-fixes
     Severity:  medium                |   Keywords:
Ticket locked:  0                     |
--------------------------------------+------------------------
 I recently got a Sony BDP-S570 blu-ray player and wanted to connect it to
 MythTV.  Right off it won't even discover myth, so I did some searching
 and found minidlna.  Ran minidlna and the player connected just fine and
 was able to play videos.  This made me curious about what was happening
 with myth so I traced the packets and found that the request SOAPACTION:
 "urn:schemas-upnp-org:service:ConnectionManager:1#GetProtocolInfo"
 returned different protocol information between myth and minidlna.  I made
 a quick change in myth to just use the protocol information from minidlna
 and now the player will connect to myth.  Then I tried to browse and the
 player said there were no playable videos, so I dug into that.  This also
 turned out to be a protocol problem with the video.  I made a quick change
 to have the protocolInfo always be http-
 get:*:video/mpeg:DLNA.ORG_PN=MPEG_PS_NTSC;DLNA.ORG_OP=01;DLNA.ORG_CI=0.
 This allowed the player to play my recordings from myth.

 I'm guessing that the protocol information returned from myth is
 incomplete and the mime type resolution is not granular enough for some
 players.  I realize that the current implementation probably works for
 many players but it might not be implemented according to spec and will
 cause problems for newer players?

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9446>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list