spritsail/roc
An Alpine Linux based Dockerfile for the ROC audio toolkit - primarily roc-send
& roc-recv
.
The default command runs roc-recv
with a rs8m repair channel on the default ports, and expects a file mapped to a volume to /audio
in the container.
roc-send
is also available in the container for the reverse operation.
docker run -d --name roc-recv -v /host/path/to/fifo:/audio -p 10001:10001/udp -p 10002:10002/udp spritsail/roc
docker pull spritsail/roc