Docker versions of oreka orkaudio capture application
3.9K
An audio capture and storage daemon with pluggable capture modules currently comes with modules for VoIP and sound device recording.
Docker images are available via docker hub, so just run the below command to pull images directly from hub.docker.com. Note: --net=host on docker works on linux systems and is a limitation of docker, so please keep that in mind.
docker run -it --net=host --restart=always --privileged=true -v /var/log/orkaudio:/var/log/orkaudio -v /etc/orkaudio:/etc/orkaudio voiceip/orkaudio:master
Content type
Image
Digest
Size
106.2 MB
Last updated
about 4 years ago
docker pull voiceip/orkaudio