The ffplay don't working
cargo run --bin=whepfrom -- -w http://localhost:7777/whep/test-rtsp -o rtsp-listen://0.0.0.0:8551 --command \
"ffplay rtsp://localhost:8551/test-rtsp"
You must:
cargo run --bin=whepfrom -- -w http://localhost:7777/whep/test-rtsp -o rtsp-listen://0.0.0.0:8551
And
ffplay rtsp://localhost:8551/test-rtsp
The ffplay don't working
cargo run --bin=whepfrom -- -w http://localhost:7777/whep/test-rtsp -o rtsp-listen://0.0.0.0:8551 --command \ "ffplay rtsp://localhost:8551/test-rtsp"You must:
And