This docker container is based on Debian and will install xtigervnc, pulseaudio, and Firefox.
This container will output 16-bit 48kHz PCM audio encapsulated in an RTP stream to the Docker host (172.17.0.1) and is intended to be ran on the same host ScreamRouter is running on.
- Clone the repo
git clone https://github.com/netham45/screamrouter-firefox-docker.git - On the computer running Screamrouter, build the container image
cd screamrouter-firefox-docker;./build.sh - Make an instance of the container
./run.sh
At this point ScreamRouter's Auto-Detection should pick up on the container and add it to the interface.
VNC listens on port 5900
There is a script listening on port 9999 for incoming UDP packets.
Sending a packet containing 'n' will send XF86AudioNext
Sending a packet containing 'p' will send XF86AudioPrev
Sending a packet containing 'P' will send XF86AudioPlay
