nixpkgs/pkgs/by-name/sb/sblast
Colin def6d0caf3 sblast: init at 0.7.0
`sblast` is a CLI tool to cast your pulseaudio or pipewire system audio to any DLNA renderer, for example, your T.V.
project homepage: <https://github.com/ugjka/sblast>

the audio stream is pulled by the DLNA renderer from the host machine's port 9000, so one must open that in the firewall

```nix
networking.firewall.allowedTCPPorts = [ 9000 ];
```

Co-authored-by: Arne Keller <2012gdwu+github@posteo.de>
2024-12-07 20:14:02 +00:00
..
package.nix