- Docker
- Python 3.10.0
- Run
pip install --no-cache-dir --upgrade -r requirements.txt
- Run
python app/server.py
- Close the server "gracefully" with Ctrl + C
- Run
docker build -t webrtc .
- Run
docker run -d --network host webrtc
This repo is originally based on the aiortc server example.