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

Codecs issue #58

Closed
kriloleg opened this issue Mar 10, 2018 · 4 comments
Closed

Codecs issue #58

kriloleg opened this issue Mar 10, 2018 · 4 comments
Assignees

Comments

@kriloleg
Copy link

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

@vladgh
Copy link
Owner

vladgh commented Mar 10, 2018

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.

@vladgh vladgh self-assigned this Mar 10, 2018
@kriloleg
Copy link
Author

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.

@shakkhar
Copy link

shakkhar commented Jun 13, 2018

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.

@cwoac
Copy link
Contributor

cwoac commented Jul 13, 2018

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.

@vladgh vladgh closed this as completed Jul 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants