raph2i / hassio-addons

some Hass.IO Addons
Other
14 stars 47 forks source link

snapserver: add tcp input port forward option for incoming tcp streams. #9

Open tocklime opened 3 years ago

tocklime commented 3 years ago

You can add an input stream to snapserver with a stream like:

- 'tcp://0.0.0.0:4953/?name=tcp_in'

But this being docker, we'd need a port forward into the container to see it.

With this in place, I reckon I'll be able to have a tannoy/public address like system. (especially with the meta:/// stream type coming in snapcast 0.22)