GstWebRTC - GstWebRTCBin: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
No edit summary
Line 12: Line 12:


== Media Type ==
== Media Type ==
<html>
<center>
<table class="wikitable">
<tr>
    <td>Send/Receive Audio Only</td>
    <td><br /><img src="http://developer.ridgerun.com/wiki/images/e/ef/Gstwebrtc-audio.png" width=600></img><br /></td>
</tr>
<tr>
  <td>Send/Receive Video Only</td>
  <td><br /><img src="http://developer.ridgerun.com/wiki/images/2/21/Gstwebrtc-video.png" width=600></img><br /></td>
</tr>
<tr>
  <td>Send/Receive Audio+Video</td>
  <td><br /><img src="http://developer.ridgerun.com/wiki/images/a/a6/Gstwebrtc-audiovideo.png" width=600></img><br /></td>
</tr>
<caption>Table 1. GstWebRTCSink Supported Capabilities
</table>
</center>
</html>


== Element Properties ==
== Element Properties ==


}}
}}

Revision as of 20:25, 7 July 2017


WebRTC Fundamentals


Home

Evaluating GstWebRTC



This pages gives an overview of the GstWebRTCBin element.

Architecture

Ridgerun's GstWebRTCBin can be used as a sender-receiver endpoint, as shown in Figure 1.


Figure 1. Pipeline as a WebRTC send-receive endpoint.


Media Type

Send/Receive Audio Only

Send/Receive Video Only

Send/Receive Audio+Video

Table 1. GstWebRTCSink Supported Capabilities

Element Properties



WebRTC Fundamentals


Home

Evaluating GstWebRTC