diff --git a/journal/2022-10-13.md b/journal/2022-10-13.md new file mode 100644 index 000000000..b121017f7 --- /dev/null +++ b/journal/2022-10-13.md @@ -0,0 +1,4 @@ +- #push [[pipewire]] + - [[stream audio over the network]] + - in server (where you'll listen to music): `pactl load-module module-native-protocol-tcp port=8888 listen=192.168.1.253` + - in client (where you'll produce sound): `pactl load-module module-tunnel-sink server=tcp:192.168.1.253:8888'