simpleDLNA icon indicating copy to clipboard operation
simpleDLNA copied to clipboard

MKV Files won't play on some devices due to MIME type

Open JimmyJonesJr opened this issue 11 years ago • 5 comments

This application looks to use video/x-mkv as the mime-type header for .mkv files, but some devices seem to rely on video/x-matroska.

Also tried to download the source to try to fix it myself, but the solution relies on having the SQLite interop dll's for the Util project. Not sure where to get them (tried the obvious official site, but they didn't give me the actual interop dll's.)

JimmyJonesJr avatar Jan 28 '15 23:01 JimmyJonesJr

The SQLite stuff, and other dependencies, should be installed with nuget which is available for Window (incl. MS VS integration) and *nix via mono (MonoDevelop also has nuget integration built-in without requiring any additional installation IIRC)

nmaier avatar Feb 02 '15 11:02 nmaier

At least for me it works without the interop libraries (Windows 7 and Lubuntu 14.10)

ViToni avatar Feb 02 '15 18:02 ViToni

@JimmyJonesJr is correct. The "video/x-mkv" is incorrect and prevents the Roku 3 from seeing the files. The authoritative matroska.org confirms on https://matroska.org/technical/specs/notes.html that the MIME type should be "video/x-matroska". I have created pull #31 to this aim and can confirm it works on the Roku 3.

Matthew1471 avatar Apr 01 '17 10:04 Matthew1471

I know this issue is old, but I just stumbled across simpleDLNA, and am experiencing the same problem with MKV and Roku Streaming Stick+. This application seems to be the only one of it's kind, without installing something heavier that wants to do unnecessary transcoding, etc. Does anyone have a Windows binary with @matthew1471 's fix? Any update planned?

meztup avatar Nov 21 '21 03:11 meztup

Does anyone have a Windows binary with @matthew1471 's fix?

@meztup I got you covered :) I ran into the same problem myself and actually found binaries of Matthew's on antonio-bakula/ fork's site. (Kudos for that.) Check at the bottom http://www.antoniob.com/simple-dlna-fork

There really is nothing quite like SDLNA. It's good to see people are still interested in working on it.

goombapatrol avatar Dec 03 '21 10:12 goombapatrol