Jump to content

GstKinesisWebRTC/Getting Started/C Example Application: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
 
Line 5: Line 5:
This C example code shows how to use the kinesiswebrtcbin element in master mode. It shows how to create a pipeline to send audio and video and how dynamically connect bins to receive audio and video. The application supports multiple viewers connection and disconnection. This example is part of the plugin source code.
This C example code shows how to use the kinesiswebrtcbin element in master mode. It shows how to create a pipeline to send audio and video and how dynamically connect bins to receive audio and video. The application supports multiple viewers connection and disconnection. This example is part of the plugin source code.


<syntaxhighlight lang=c>
<syntaxhighlight lang="c">


#include <gst/gst.h>
#include <gst/gst.h>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.