ecotarobles 1b73c7fb45 Typo. See https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/onclose. 4 ani în urmă
..
client e8a6698abd Merge pull request #185 from ecotarobles/master 5 ani în urmă
copy-paste 3e559f18d9 Updated description and candidate callbacks with move semantics 5 ani în urmă
copy-paste-capi b3b4c27bb4 Update copy-paste-capi examples reflecting the callback update adding ID. 4 ani în urmă
media 7188bc9d8d Minor compilation fixes 5 ani în urmă
signaling-server-python d288885a89 Handle optional non-localhost endpoint in python signaling server 5 ani în urmă
signaling-server-rust edd4fcfcc0 Handle optional non-localhost endpoint in rust signaling server 5 ani în urmă
web 1b73c7fb45 Typo. See https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/onclose. 4 ani în urmă
README.md 07abd640fd Added RTCP Sessions; Added copy/paste example demo to use in the browser 5 ani în urmă

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: