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.
|
|
2 years ago | |
|---|---|---|
| .. | ||
| Dockerfile | 2 years ago | |
| README.md | 2 years ago | |
| app.py | 2 years ago | |
| client.py | 2 years ago | |
| requirements.txt | 2 years 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