-
Notifications
You must be signed in to change notification settings - Fork 242
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
feature request: Snapcast support #1156
Comments
Yes, I suppose that would be possible especially since Snapcast seems to be open source. However, since I have no use for it myself and thus would have a hard time maintaining it, it would need to be done by someone who can do all that. |
hey, I am trying to use snapcast to stream music from a record player using HiFiBerry DAC+ ADC and Pi to my owntone server using snapcast. On the pi / DAC side, I have configured snapserver and got the DAC to pipe to /tmp/snapfifo. Using the below snapclient -player file > pipe somehow works.
It's still somewhat buggy and I'm trying to find a better way to get snapclient to pipe a stream |
@nadigo If you find a solution please let us know. I'm also trying to bridge Snapcast and Owntone. |
I have successfully used owntone with snapcast by enabling the fifo output in owntonw.conf and setting it to /tmp/snapfifo. Then I set the snapserver steam to the same file. The sound quality is horrible however. Can we bump up the fifo bitrate? I use 48000 when I do this in mopidy. |
OwnTone outputs 44100/16/2 (and that's hardcoded) so if snapserver expects 48000 the quality will indeed be horrible. Do you have a link to snapserver documentation of the fifo input? |
Found the docs, I see they say to configure snapserver with sampleformat=44100:16:2. Did you do that? |
you are absolutely right. this entry in owntone.conf:
and this entry in snapserver.conf
lets me stream both services (I'm still deciding which I want to use) to any snapclient with clear audio. Thank you! |
forked-daapd
has an impressive list of supported clients. I started testing/using it due to its support for Chromecast devices, which I absolutely ❤️I was previously using Snapcast for similar functionality, and what I especially like about it is Snapcast's Android app, which connect to the
snapserver
and allow to instantly add another "node" to the system.Is it possible to support streaming/broadcasting to Snapcast clients? I'm not sure what that would entail, but I imagine FD using another port to broadcast its stream, to which any
snapclient
nodes could connect.The text was updated successfully, but these errors were encountered: