libnice-gstreamer

GStreamer plugin for libnice WebRTC connectivity

brewmacoslinux
Try with needOr install directly
Source

About

GStreamer Plugin for libnice

Examples

set up peer to peer video call between two computers$ gst-launch-1.0 nicesrc name=src src.src_pad_added=rtpbin.recv_rtp_sink_0 rtpbin ! rtpdepay ! decodebin ! autovideosink
stream audio over network with ICE candidate gathering$ gst-launch-1.0 audiotestsrc ! audioconvert ! opusenc ! rtpopuspay ! nicesink
test network connectivity for WebRTC applications$ gst-inspect-1.0 | grep -i nice
enable relay servers for NAT traversal in video streaming$ gst-launch-1.0 videotestsrc ! videoconvert ! x264enc ! rtph264pay ! nicesink relay-ip=relay.example.com
debug ICE connectivity and candidate selection$ GST_DEBUG=libnice:5 gst-launch-1.0 nicesrc nicesink