Skip to content

Commit

Permalink
Fixed URL to ansible prj
Browse files Browse the repository at this point in the history
  • Loading branch information
nis65 committed Jul 10, 2022
1 parent ce8301e commit 4fe47e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sources/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sources

In my first attempt, I invested quite some time into transporting local sources (line in, bluetooth) from a satellite node to the central `snapserver` using `icecast`. It worked, but was quite unhandy to work with and I almost never used it. As the [ansible implementation](Daenou/ansible-multiroom-audio) supports a snpaserver on more than one node and each client running as many snapclients as there are snapservers in the network, I can use snapcast for all audio network transport use cases and don't need `icecast` any more.
In my first attempt, I invested quite some time into transporting local sources (line in, bluetooth) from a satellite node to the central `snapserver` using `icecast`. It worked, but was quite unhandy to work with and I almost never used it. As the [ansible implementation](https://github.com/Daenou/ansible-multiroom-audio) supports a snpaserver on more than one node and each client running as many snapclients as there are snapservers in the network, I can use snapcast for all audio network transport use cases and don't need `icecast` any more.

But what I use quite often is to connect to a satellite with bluetooth and playing the sound directly there (i.e. only on that node without transporting it to the snapserver). So I currently use a *local shortcut* that sends the bluetooth (and/or line in) audio directly to the local ALSA sink.

Expand Down

0 comments on commit 4fe47e4

Please sign in to comment.