Skip to content
/ roc Public

Docker image for ROC - the realtime audio streaming toolkit

Notifications You must be signed in to change notification settings

spritsail/roc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Docker Pulls Docker Stars Build Status

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.

Example run command

docker run -d --name roc-recv -v /host/path/to/fifo:/audio  -p 10001:10001/udp -p 10002:10002/udp spritsail/roc

About

Docker image for ROC - the realtime audio streaming toolkit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published