try to write in rust https://github.com/mpromonet/rtsp2web
cargo run -- -C config.json -k key.pem -c cert.pem
Build & Run app
cargo build
target/debug/rtsp2web-rs -C config.json -k key.pem -c cert.pem
Run docker image
docker run -p 8080:8080 ghcr.io/mpromonet/rtsp2web-rs:latest