Skip to content

whipinto RTSP Server mode receiver H264 codec video browser can't player #297

@a-wing

Description

@a-wing

For RTP Mode

cargo run --bin=whipinto -- -i input.sdp -w http://localhost:7777/whip/test-rtp --command \
    "ffmpeg -re -f lavfi -i testsrc=size=640x480:rate=30 -vcodec libx264 -profile:v baseline -level 3.0 -pix_fmt yuv420p -g 30 -keyint_min 30 -b:v 1000k -minrate 1000k -maxrate 1000k -bufsize 1000k -preset ultrafast -tune zerolatency -f rtp 'rtp://127.0.0.1:5002' -sdp_file input.sdp"

Is working


For RTSP Server Mode

cargo run --bin=whipinto -- -i rtsp-listen://127.0.0.1:8550 -w http://localhost:7777/whip/test-rtsp --command \
    "ffmpeg -re -f lavfi -i testsrc=size=640x480:rate=30 -vcodec libx264 -profile:v baseline -level 3.0 -pix_fmt yuv420p -g 30 -keyint_min 30 -b:v 1000k -minrate 1000k -maxrate 1000k -bufsize 1000k -preset ultrafast -tune zerolatency -f rtsp 'rtsp://127.0.0.1:8550'"

This browser can't play this video

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions