Jump to content

GstWebRTC - GstWebRTCSrc: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 11: Line 11:
<br />
<br />
== Media Type ==
== Media Type ==
 
GstWebRTCSrc element may receive audio, video or both simultaneously. The supported capabilities are determined at runtime based on the pads that were requested for the elements. Simply said, if a GstWebRTCSrc was created with video and audio pads, it will be capable of receiving both medias. Table 1 summarizes the complete set of possible configurations. At the time being, only one pad of each media type can be created.
<html>
<center>
<table class="wikitable">
<tr>
  <td rowspan="3"> GstWebRTCsrc</td>
  <td>Audio Only</td>
  <td><br /><img src="http://developer.ridgerun.com/wiki/images/8/89/Gstwebrtcsrc-audio.png" width=600></img><br /></td>
</tr>
<tr>
  <td>Video Only</td>
  <td><br /><img src="http://developer.ridgerun.com/wiki/images/6/69/Gstwebrtcsrc-video.png" width=600></img><br /></td>
</tr>
<tr>
  <td>Audio+Video</td>
  <td><br /><img src="http://developer.ridgerun.com/wiki/images/e/e2/Gstwebrtcsrc-audiovideo.png" width=600></img><br /></td>
</tr>
<caption>Table 1.
</table>
</center>
</html>
}}
}}
}}
1,593

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.