Paul-Louis Ageneau 4a526f66b6 Merge branch 'master' into fix-uwp 5 年之前
..
client 4a526f66b6 Merge branch 'master' into fix-uwp 5 年之前
copy-paste 137d4e3e8e Enhance candidate parsing and expose the info directly 5 年之前
copy-paste-capi 01eddaca13 Remove RTC_API from deletePeer()s. 5 年之前
media bc0b14288b Merged paullouisageneau/libdatachannel with stazio/libdatachannel 5 年之前
sfu-media a4fe5cb874 Fixed sfu-media example compilation 5 年之前
signaling-server-python d288885a89 Handle optional non-localhost endpoint in python signaling server 5 年之前
signaling-server-rust edd4fcfcc0 Handle optional non-localhost endpoint in rust signaling server 5 年之前
web 1b73c7fb45 Typo. See https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/onclose. 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: