Docker images for running ohhara's OhMulticastVideoScanner.
First, run your container.
docker run -it \
--net=host \
-v ${PWD}/omvs_out:/omvs_out \
wiserain/omvs
Then, give your own omvs command inside running container.
omvs -i 0 -j 2 <ip1> <ip2> ...
As permission handling is not implemented, you shoud change the ownership of omvs_out folder manually by
sudo chown ${USER:=$(/usr/bin/id -run)}:$USER ${PWD}/omvs_out
Content type
Image
Digest
Size
69.6 MB
Last updated
over 5 years ago
docker pull wiserain/omvs