From e1e975df8d82f9fdf1fc162fb669bfd3ec6440d2 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Thu, 13 Oct 2022 20:22:38 +0200 Subject: [PATCH] autopushed --- journal/2022-10-13.md | 4 ++-- stream audio over the network.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 stream audio over the network.md diff --git a/journal/2022-10-13.md b/journal/2022-10-13.md index 99c2f0fde..1227df240 100644 --- a/journal/2022-10-13.md +++ b/journal/2022-10-13.md @@ -1,5 +1,5 @@ - #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` - [[work]] +- [[flancia]] + - diff --git a/stream audio over the network.md b/stream audio over the network.md new file mode 100644 index 000000000..adddd7728 --- /dev/null +++ b/stream audio over the network.md @@ -0,0 +1,4 @@ +- a [[recipe]]. + - 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` +