Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JimmyJonesJr opened this issue Jan 28, 2015 · 5 comments
Open

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

JimmyJonesJr opened this issue Jan 28, 2015 · 5 comments

Comments

@JimmyJonesJr
Copy link

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.)

@nmaier
Copy link
Owner

nmaier commented Feb 2, 2015

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 nmaier changed the title MKV Files won't play MKV Files won't play on some devices due to MIME type Feb 2, 2015
@ViToni
Copy link

ViToni commented Feb 2, 2015

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

@Matthew1471
Copy link

@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.

@meztup
Copy link

meztup commented Nov 21, 2021

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?

@goombapatrol
Copy link

goombapatrol commented Dec 3, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants