Murat Doğan 86f93e9aa3 Fix typo 4 years ago
..
client bbbc8ca4e6 Introduced onOpen() callback in client example 4 years ago
client-benchmark 86f93e9aa3 Fix typo 4 years ago
copy-paste e33717e077 Make examples in /client, /copy-paste-capi/, and /copy-paste work. 4 years ago
copy-paste-capi e33717e077 Make examples in /client, /copy-paste-capi/, and /copy-paste work. 4 years ago
media 6b21637dd5 Make examples in /media, /sfu-media, and /streamer work in UWP. 4 years ago
sfu-media 6b21637dd5 Make examples in /media, /sfu-media, and /streamer work in UWP. 4 years ago
signaling-server-nodejs 2d344f1186 Bump websocket in /examples/signaling-server-nodejs 4 years ago
signaling-server-python d288885a89 Handle optional non-localhost endpoint in python signaling server 4 years ago
signaling-server-rust edd4fcfcc0 Handle optional non-localhost endpoint in rust signaling server 4 years ago
streamer cd68d1dba7 Use make_shared where possible 4 years ago
web f5b584f536 Handle empty RTCIceCandidate.candidate as "end of candidates" indicator 4 years ago
README.md 2bf03205cf Added entry for sfu-media 4 years ago

README.md

libdatachannel - Examples

This directory contains different WebRTC clients and compatible WebSocket + JSON signaling servers.

  • client contains a native client to open Data Channels with WebSocket signaling using libdatachannel
  • client-benchmark contains a native client to open Data Channels with WebSocket signaling using libdatachannel and benchmark functionalities. See client-benchmark/README.md for usage examples.
  • web contains a equivalent JavaScript client for web browsers
  • signaling-server-nodejs contains a signaling server in node.js
  • 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.

  • sfu-media is a copy/paste SFU demo to relay the webcam between browsers.

  • 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: