Status: In Progress
RStreamer Media Server supports only WebRTC protocol.
RStreamer has two env variables for manage start settings
TURN_ADDR=127.0.0.1:3336 //ip address of you turn server
WEB_ADDR=127.0.0.1:3333 //ip address of you web server
TURN_ADDR=127.0.0.1:3336 WEB_ADDR=127.0.0.1:3333 cargo run
Attention replace certs in the cert
dir for security reasons!
cargo build --release
TURN_ADDR=127.0.0.1:3336 WEB_ADDR=127.0.0.1:3333 ./target/release/r-streamer