mirror of https://github.com/OpenIPC/python-dvr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.. | ||
Dockerfile | 1 year ago | |
README.md | 1 year ago | |
app.py | 1 year ago | |
client.py | 1 year ago | |
requirements.txt | 1 year ago |
README.md
SocketIO example
Build image
docker build -t video-stream .
Run container
docker run -d \
--restart always \
--network host \
--name video-stream \
video-stream