-
Notifications
You must be signed in to change notification settings - Fork 144
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
Comments
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) |
At least for me it works without the interop libraries (Windows 7 and Lubuntu 14.10) |
@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. |
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 I got you covered :) There really is nothing quite like SDLNA. It's good to see people are still interested in working on it. |
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.)
The text was updated successfully, but these errors were encountered: