Follow these steps to set up the project environment:
Install uv, a fast Python package manager:
pip install uvInstall all project dependencies defined in pyproject.toml and requirements.txt:
uv syncTo run the RTSP server, use the following Docker command:
docker run --rm -p 8554:8554 aler9/rtsp-simple-serverThis will start the server on port 8554.