Skip to content

Instantly share code, notes, and snippets.

@xsephiroth
Created November 21, 2019 13:27
Show Gist options
  • Save xsephiroth/411af0ef09c25227ea8df909ba04670d to your computer and use it in GitHub Desktop.
Save xsephiroth/411af0ef09c25227ea8df909ba04670d to your computer and use it in GitHub Desktop.
gstreamer rtp vp8
gst-launch-1.0 udpsrc port=9001 ! application/x-rtp, clock-rate=90000, media=video, encoding-name=VP8 ! rtpvp8depay ! vp8dec ! autovideosink
gst-launch-1.0 v4l2src ! video/x-raw,width=320,height=240,framerate=15/1 ! vp8enc ! rtpvp8pay ! udpsink host=127.0.0.1 port=9001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment