Jump to content

GstWebRTC - Opus Examples: Difference between revisions

no edit summary
(Created page with "{{GstWebRTC Page| GstWebRTC Basics| GstWebRTC Pipelines| This page presents some audio examples of GstWe...")
 
No edit summary
Line 9: Line 9:
In this example we use webrtcsink to send an audio stream and webrtcsrc to receive the audio stream.
In this example we use webrtcsink to send an audio stream and webrtcsrc to receive the audio stream.


====Send pipeline====
The following pipeline will send periodic ticks:
The following pipeline will send periodic ticks:
<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>
Line 16: Line 17:
</syntaxhighlight>
</syntaxhighlight>


 
====Receive pipeline====
The following pipeline will receive the periodic ticks:
The following pipeline will receive the periodic ticks:
<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>
1,593

edits

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