03-14-2024, 11:03 AM
(This post was last modified: 03-14-2024, 11:03 AM by Tim Curtis.)
You could try the following but I don't know if the receiver daemon will be able to open the ALSA Bluetooth stream output (bitstream). It may only be able to open local ALSA devices.
1. Un-click the Receiver or turn it off in Multiroom Config.
2. Start it from the command line
1. Un-click the Receiver or turn it off in Multiroom Config.
2. Start it from the command line
Code:
# Test outputting to Bluetooth stream
sudo trx-rx -d btstream -h 239.0.0.1 -p 1350 -m 128 -j 64 -f 1920 -R 45 -D /tmp/trx-rxpid
# For outputting to Headphone jack (plughw:1,0)
sudo trx-rx -d plughw:1,0 -h 239.0.0.1 -p 1350 -m 128 -j 64 -f 1920 -R 45 -D /tmp/trx-rxpid