mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 23:25:33 +00:00
Examples for libdatachannel
This directory contains different WebRTC clients and compatible WebSocket + JSON signaling servers.
-
client uses libdatachannel to implement WebRTC Data Channels with WebSocket signaling
-
web contains an equivalent implementation for web browsers and a node.js signaling server
-
signaling-server-python contains a similar signaling server in Python
-
signaling-server-rust contains a similar signaling server in Rust (see lerouxrgd/datachannel-rs for Rust wrappers)
-
media is a copy/paste demo to send the webcam from your browser into gstreamer.
-
streamer streams h264 and opus samples to web browsers (signaling-server-python is required).
Additionally, it contains two debugging tools for libdatachannel with copy-pasting as signaling:
- copy-paste using the C++ API
- copy-paste-capi using the C API