Hello!
Your SimpleProtocolPlayer was the final piece in my puzzle! I'm running Linux inside a Docker container on top of Android TV (on an Odroid N2+), and I'd like to run mpd inside the linux image and have audio play back via the Android speakers. I've installed pulseaudio on the linux side and I'm running it as: /usr/bin/pulseaudio --load="module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth-anonymous=1" --load="module-simple-protocol-tcp source=0 record=true port=12345" --exit-idle-time=-1 --system.
I've sideloaded your SimpleProtocolPlayer, which runs just fine and I'm able to get audio, and it feels ok.
My request would be to have a way to start SimpleProtocolPlayer, ideally without a GUI, on system startup, and have it try to connect to the pulse audio server on its own.
Is this something that already works, or is it something that is easily doable (I have root access at the Android level, so I was thinking of starting a daemon/service or something similar)?
Thanks!
Hello!
Your SimpleProtocolPlayer was the final piece in my puzzle! I'm running Linux inside a Docker container on top of Android TV (on an Odroid N2+), and I'd like to run mpd inside the linux image and have audio play back via the Android speakers. I've installed pulseaudio on the linux side and I'm running it as:
/usr/bin/pulseaudio --load="module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth-anonymous=1" --load="module-simple-protocol-tcp source=0 record=true port=12345" --exit-idle-time=-1 --system.I've sideloaded your SimpleProtocolPlayer, which runs just fine and I'm able to get audio, and it feels ok.
My request would be to have a way to start SimpleProtocolPlayer, ideally without a GUI, on system startup, and have it try to connect to the pulse audio server on its own.
Is this something that already works, or is it something that is easily doable (I have root access at the Android level, so I was thinking of starting a daemon/service or something similar)?
Thanks!