GstWebRTC - GstWebRTC Basics: Difference between revisions

From RidgeRun Developer Wiki
mNo edit summary
No edit summary
Line 3: Line 3:
[[GstWebRTC - Signaling | Signaling]]|
[[GstWebRTC - Signaling | Signaling]]|
__TOC__
__TOC__
This page describes the basic features of Ridgerun's GstRrWebRTC GStreamer plugin.
This page describes the basic features of Ridgerun's GstRrWebRTC [https://www.ridgerun.com/gstreamer GStreamer] plugin.
== What is GstRrWebRTC? ==
== What is GstRrWebRTC? ==


GstRrWebRTC is a GStreamer plug-in that turns pipelines into WebRTC compliant endpoints, in order to allow audio and/or video streaming using the WebRTC protocol.
GstRrWebRTC is a GStreamer plug-in that turns pipelines into [https://developer.ridgerun.com/wiki/index.php?title=GstWebRTC_-_WebRTC_Fundamentals|WebRTC] compliant endpoints, in order to allow audio and/or video streaming using the WebRTC protocol.


== Why GstRrWebRTC? ==
== Why GstRrWebRTC? ==
Line 23: Line 23:
* Advanced multimedia solutions
* Advanced multimedia solutions


== Plugin Overview ==
== GStreamer WebRTC Tutorial and Plugin Overview ==
<br>
<br>
<center>
<center>

Revision as of 15:47, 30 October 2019


WebRTC Fundamentals


Home

Signaling


WebRTC] compliant endpoints, in order to allow audio and/or video streaming using the WebRTC protocol.

Why GstRrWebRTC?

Other WebRTC solutions will automatically detect the video and audio sources, as well as the decoders/encoders and other elements to be used to build the pipeline. This may be convenient for many applications, but result limiting for several other use cases. To mention some of them:

  • Extend existing pipeline to support WebRTC streaming
  • Use non-standard pipeline configurations
  • High performance pipeline tuning for resource critical systems
  • Dynamic stream handling in a running pipeline.
  • Fine grained pipeline control
  • Quick gst-launch prototyping

GstRrWebRTC was developed based on this criteria. As such, the plug-in is ideal for:

  • Embedded platforms
  • Existing media servers/applications
  • Advanced multimedia solutions

GStreamer WebRTC Tutorial and Plugin Overview





WebRTC Fundamentals


Home

Signaling