23,776
edits
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> |