-
Notifications
You must be signed in to change notification settings - Fork 20
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
Question: How to implement external fifo streams #85
Comments
Yes, i played with that a few month ago. I don't remember exactly how i did that. But i think you can give it a try by doing the following:
I tested it by using a Bluetooth of my Raspberry Pi as a fifo source. You can change the label to whatever you want. The value behind label is what is showing up in the ui. The fifos are enumerated ( first the mopidy fifos,then the additional fifos). Maybe you need to create a fifo called stream_2.fifo in the mounted docker folder on your host. The generated snapcast config file will then contain the additional fifos:
|
Thank you very much! So i got it working, but for librespot fifo streams to play corretly you need to append
I modified my config with mounting the container directory /app/hydraplay/config/templates to the host |
Sorry didnt want to close this :( |
Does it work with your improvement? |
Good morning, would be possible to provide guidance on how you got it working with librespot, i have tried following the suggestions giving but it has not worked for me thanks |
One more question:
Theres a section in the hydra json config file to add extra streams, hence its described to be implemented soon.
Is there a way to add your own fifo streams like from librespot without snapserver.conf getting overwritten at every start of the container?
Anyways, librespot would be a good replacement for the missing spotify function in mopidy, since it provides a remote speaker to which you can connect your spotify app on the phone and it creates a fifo file which can be consumed by snapcast. For my use case i need multiple librespot instances for different ppl in my household.
The text was updated successfully, but these errors were encountered: