From 3c60da92ce64559615be3e65a5f5ef1a0c285855 Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Sun, 28 Mar 2021 23:16:09 +0200 Subject: [PATCH] Add info for non-moveable streams. --- stream_to_jitsi.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/stream_to_jitsi.md b/stream_to_jitsi.md index 1b572bb..39c5439 100644 --- a/stream_to_jitsi.md +++ b/stream_to_jitsi.md @@ -35,7 +35,21 @@ pactl load-module module-loopback source=game_sink.monitor sink=$headphones # Adjust volumes - manually or like this: #pactl set-sink-volume $jitsi_sink 100% #pactl set-sink-volume $game_sink 100% + +``` + +If pulseaudio sources have a `DONT_MOVE` flag it's not possible to change their associated sink. For some games like Deponia the solution is: + ``` +# Create a config file for openalsoft that allows the source to move +# but still uses the wrong default +# ~/.alsoftrc +[pulse] +allow-moves=yes +``` +[Source of this solution](https://steamcommunity.com/app/93200/discussions/0/864959809826195633/) + + After the game you can unload the modules: -- 2.39.5