Jump to content

GStreamer WebRTC Wrapper/Introduction/GstWebRTCWrapper Basics: Difference between revisions

(Add information for ICE servers and base signaler)
Line 7: Line 7:
== What is GstWebRTCWrapperbin? ==
== What is GstWebRTCWrapperbin? ==


GstWebRTCWrapperbin is a GStreamer plug-in that wraps the [https://gstreamer.freedesktop.org/documentation/webrtc/index.html?gi-language=c GstWebRTCbin] element developed by GStreamer providing more flexibility to be integrated on multiple WebRTC applications using customized signaling protocols and ICE serving standards.
GstWebRTCWrapperbin is a GStreamer plug-in that wraps the [https://gstreamer.freedesktop.org/documentation/webrtc/index.html?gi-language=c GstWebRTCbin] element developed by GStreamer providing more flexibility to be integrated on multiple WebRTC applications using customized signaling protocols, ICE serving standards and data channels.


WebRTC uses ICE servers (Interactive Connectivity Establishment), that act as intermediaries to find the most optimal network paths for communication to overcome obstacles such as NAT traversal and firewall traversal enabling devices to establish a direct connection.
WebRTC uses ICE servers (Interactive Connectivity Establishment), that act as intermediaries to find the most optimal network paths for communication to overcome obstacles such as NAT traversal and firewall traversal enabling devices to establish a direct connection.
143

edits

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