Skip to content

Start on system boot/run as a service #35

Description

@mad-ady

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions