Skip to content

Gstreamer AV1 RTP don't player #341

@a-wing

Description

@a-wing
  • Can't player in web player
  • ffplay can player this

maybe wait #338

docker build -f docker/Dockerfile.gstreamer -t ghcr.io/binbat/gstreamer .
docker run --rm --network host \
ghcr.io/binbat/gstreamer:latest \
\
gst-launch-1.0 videotestsrc is-live=true ! \
video/x-raw,format=I420,width=1280,height=720,framerate=30/1 ! \
av1enc usage-profile=realtime keyframe-max-dist=60 ! \
av1parse ! rtpav1pay ! udpsink host=127.0.0.1 port=5002
cat > i.sdp << EOF
v=0
o=- 0 0 IN IP4 127.0.0.1
s=AV1 Test Stream
c=IN IP4 127.0.0.1
t=0 0
m=video 5002 RTP/AVP 96
a=rtpmap:96 AV1/90000
EOF
cargo run --bin=whipinto -- -i i.sdp -w http://localhost/whip/777

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingmod::live777Live777 server

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions