-
Python dependancies (optional, for broadcasting only)
- Required python version >= 3.6
- Use the requirements.txt:
pip install -r requirements.txt
-
make install
to create the server binary -
make clean
to, remove the server binary
- ./server to run the server
python testBroadcaster.py
to start streaming (optional), else connect a websocket to ws://localhost:3000/broadcaster and send base64 encoded jpg images- from a browser, go to localhost:3000/camera.html to watch the stream