Paul-Louis Ageneau d49035f361 Fixed media example page title 5 年 前
..
client 3e559f18d9 Updated description and candidate callbacks with move semantics 5 年 前
copy-paste 3e559f18d9 Updated description and candidate callbacks with move semantics 5 年 前
copy-paste-capi df2102497d Fixed compilation 5 年 前
media d49035f361 Fixed media example page title 5 年 前
signaling-server-python 791916e5c6 Entirely rewrite Rust signaling server example to be compatible 5 年 前
signaling-server-rust 791916e5c6 Entirely rewrite Rust signaling server example to be compatible 5 年 前
web f15204c370 Bump websocket from 1.0.31 to 1.0.32 in /examples/web 5 年 前
README.md 07abd640fd Added RTCP Sessions; Added copy/paste example demo to use in the browser 5 年 前

README.md

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.

Additionally, it contains two debugging tools for libdatachannel with copy-pasting as signaling: