-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Codecs issue #58
Comments
Hi @kriloleg I am not very familiar with the DLNA protocol, but I was under the impressions that the supported formats are dependent on the player you use (TV, Roku, etc). Some DLNA servers, like Plex, will transcode the video on the fly into a recognizable format, supported by your device, but I don't think minidlna does that, though. I might be wrong. If you find some documentation/examples on this I will gladly add it to the docker image. Meanwhile, I will do some research into the subject as well. Thanks. |
Hi, @vladgh. Yep, I also thought this way. One thing here I can add that some AVI opens fine. If you will find anything about exposing more formats it would be cool, but it's not so important. AVI is not widely used and support depends on video/audio packed inside. |
What media types you can play depends on your DLNA renderer. My Samsung smart TV, for example, supports mkv, avi, mp4 and aac - among other formats. |
stock minidnla* does not support transcoding. There does exist a version with transcoding that is used in (for example) arch linux here, but I don't believe it is in alpine so it would be a fair chunk of work to add to this. *technically now called readymedia, but that's an aside. |
Hi @vladgh.
Your dockerized minidlna really great! Thank you for it.
Is it possible to add support for more formats for dlna server? Like example, avi is not exposed by server to clients. Maybe in scope of this, if some additional codecs are missing too it could be added to image.
Thanks
The text was updated successfully, but these errors were encountered: