View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010243 | MMW v4 | DLNA/UPnP | public | 2012-12-18 01:34 | 2012-12-30 23:33 |
Reporter | peke | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 4.1 | ||||
Target Version | 4.1 | Fixed in Version | 4.1 | ||
Summary | 0010243: Matroska video format mime types are non standard (Regression) | ||||
Description | This is regression from fixing 0007841 where MKV Mime types are not set correctly for some devices that follow strict standard where others use workaround from 0007841 Additional Info: http://matroska.org/technical/specs/notes.html http://en.wikipedia.org/wiki/Matroska http://oshare.sourceforge.net/ Various UPnP testing Tools http://opentools.homeip.net/dev-tools-for-upnp We should add/consider adding page in server settings where we can bridge/connect non standard mime Types like in this case or add [x] Use MKV compatibility/alternative mode | ||||
Additional Information | Ticket: HGF-454048 | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | 1615 | ||||
|
oShare only serve "http-get:*:video/x-matroska:" as seen in its source code (mime.c) |
|
OK, so it looks that by changing mime type from "video/x-matroska" to "video/x-mkv" it started to work for Samsung BDT 7800M, but no longer works for "Oppo BDP-93" -> Oppo BDP-93 requires "video/x-matroska" -> Samsung BDT 7800M requires "video/x-mkv" So we should try to somehow serve both (probably to distinguish based on user-agent, the same approach we used for WMP/PS3/xBox compatibility). |
|
Fixed in 1615. If user-agent is "OPPO PLAYER" then "video/x-matroska" is used otherwise "video/x-mkv" Note that x-matroska seems to be right, but popular Samsung TVs wants x-mkv, so the better might be to serve x-matroska for all but Samsung TVs, but I am not sure if it is issue for all Samsung TVs, we will need to decide later once we have more testing info. |
|
Verified 1616 with LG LM860 and MKV is played |