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

[FR] DSD Support #324

Closed
parkmino opened this issue Jul 1, 2018 · 6 comments
Closed

[FR] DSD Support #324

parkmino opened this issue Jul 1, 2018 · 6 comments

Comments

@parkmino
Copy link

parkmino commented Jul 1, 2018

Could it be possible to support DSD file format?

@parkmino parkmino changed the title DSD Support [FR] DSD Support Jul 1, 2018
@elmodaddyb
Copy link
Member

Hey @parkmino - I did some searching on this it seems like Linux systems are based in PCM (pulse-code-modulation). To get a DSD format to play directly on Linux you need special hardware (I think..?)

You could convert the DSD to PCM and then stream it via Gerbera. I haven't tried using dsf2flac but perhaps you could use Gerbera Transcoding to output the file in an acceptable UPNP format?

https://github.com/hank/dsf2flac

@parkmino
Copy link
Author

parkmino commented Jul 1, 2018

Yes, DSD capable DAC is needed which supports native DSD or DoP(DSD over PCM).
AFAIK, AssetUPnP, DSD patched MiniDLNA, MinimServer, Logitech Media Server, JRiver MC for Linux supports DSD at the moment.
It would be great for me to play DSD files with Gerbera+MPD+Upmpdcli combination.
Please refer to the following link for the MiniDLNA DSD patch for your reference.
https://sourceforge.net/u/takeshich/minidlna/ci/AddSupport4DSD/tree/

@parkmino
Copy link
Author

parkmino commented Jul 2, 2018

DSD files are visible not in Audio but in PC Directory.
I found out an workaround to play DSD in upmpdcli.conf
checkcontentformat = 0
Now, dff files in PC Directory play!
However adding DSD file formats to Gerbera would be great though.

@dieneuser
Copy link

dieneuser commented Jul 12, 2018

DSD is possible in database too. I have been using this since version 1.1 to play DSD files (*.dsf oder *.dff). Only integrated covert art is not (yet) supported.
In the config.xml file, only the following lines must be added:
In the mappings node:

        <map from="dsf" to="audio/x-dsd"/>
        <map from="dff" to="audio/x-dsd"/>

And in the mimetype-contenttype node:
<treat mimetype="audio/x-dsd" as="dsd"/>

Thats all. So i can play native DSD with my Sony AVR (STR-DN1070).

@parkmino
Copy link
Author

parkmino commented Jul 12, 2018

@dieneuser
Thanks for your information, it works on my side as well.
Registering DSD file types to config.xml as default should close this issue then.

@elmodaddyb
Copy link
Member

@parkmino - Great news on the success. I am familiar with the configuration defaults, so will post the defaults for DSD types soon.

@pamapa pamapa added this to the v1.3.0 milestone Mar 8, 2020
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

5 participants