Native WebRTC - xrchisense/xrevent-broadcaster-unity GitHub Wiki

GStreamer

webrtcbin

API documentation

Sending a test stream to a browser

This sends a test stream to the webrtcbin. A browser can then connect to it. gst-launch-1.0 videotestsrc \ ! queue ! vp8enc ! rtpvp8pay \ ! application/x-rtp,media=video,encoding-name=VP8,payload=96 \ ! webrtcbin name=sendrecv