https://github.com/null-none/aiortc-opencv
aiortc + OpenCV using Docker
https://github.com/null-none/aiortc-opencv
Last synced: about 1 year ago
JSON representation
aiortc + OpenCV using Docker
- Host: GitHub
- URL: https://github.com/null-none/aiortc-opencv
- Owner: null-none
- License: mit
- Created: 2019-10-30T12:11:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T12:13:01.000Z (over 6 years ago)
- Last Synced: 2025-01-26T09:28:41.714Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://hub.docker.com/r/kal1sha/aiortc-opencv
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aiortc OpenCV example using Docker
Just run https://github.com/aiortc/aiortc/tree/master/examples/server on Docker.
```
docker build ./ -t aiortc-opencv
docker run -p 8080:8080 aiortc-opencv
```
Then open http://localhost:8080/ on your browser.