Opened 14 years ago
Closed 13 years ago
Last modified 12 years ago
#9424 closed Patch - Feature (fixed)
Support for Sony Blu-ray players
Reported by: | Owned by: | beirdo | |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | MythTV - UPnP | Version: | Master Head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
Sony Blu-ray players (and probably TVs, although this patch does not cover them) require special handling for UPNP.
This patch adds additional handling to the DetermineClient? to make it possible to spot the Sony devices and it also adds the required handing to force the Blu-ray player to browse videos and recorded TV.
Attachments (3)
Change History (6)
Changed 14 years ago by
Attachment: | sony.2.diff added |
---|
comment:1 Changed 14 years ago by
Owner: | changed from dblain to beirdo |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
Milestone: | unknown → 0.25 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Add exception support for Sony Blu-ray Players for UPNP
Fixes #9424
Patch from the ticket, slightly massaged and cleaned up. Seems that Sony Blu-ray players want the mime type to be video/avi for some silly reason.
Signed-off-by: Gavin Hurlbut <ghurlbut@…>
Branch: master Changeset: 117b1b0fd3a03762cfa59c3c44ca3cc6a56f134d
comment:3 Changed 12 years ago by
This change breaks media support on BDP-S590 for anything but AVI files.
The Client-Info for most/all BDP are the same so there is no way do distinglish between players. So this hack will be applied to all blu-ray players Sony has ever made, and will ever make.
May I suggest that this hack be removed (I am biased I know) and as an alternative implementing a way to force mime types.
In my haste I made a mistake in the patch...