libnice-gstreamer

GStreamer plugin for libnice ICE connectivity library

brewmacoslinux
Try with needOr install directly
Source

About

GStreamer Plugin for libnice

Commands

libnice-gstreamer

Examples

Build GStreamer application with libnice ICE support$ pkg-config --cflags --libs libnice gstreamer-1.0
List installed GStreamer plugins including libnice$ gst-inspect-1.0 | grep nice
Use libnice in GStreamer pipeline for WebRTC$ gst-launch-1.0 nicesrc name=nice ! application/x-rtp ! rtph264depay ! h264parse ! avdec_h264