Paul-Louis Ageneau 5515f71539 Fix compilation warning on MSVC 1 year ago
..
client 3dc6fbb77b improve help document 1 year ago
client-benchmark 1e31cafd47 Clean up leftover GPL license files after MPL 2.0 relicensing 1 year ago
copy-paste a0f3f01bf5 Re-licensed under MPL 2.0 2 years ago
copy-paste-capi 74f3211d20 Change copy-paste C API example log level to warning 1 year ago
media-receiver 2dc3d77e07 Added USE_SYSTEM_JSON cmake option 2 years ago
media-sender 2dc3d77e07 Added USE_SYSTEM_JSON cmake option 2 years ago
media-sfu db9841d9e7 Upgrade examples to remove deprecated API calls 1 year ago
signaling-server-nodejs a0f3f01bf5 Re-licensed under MPL 2.0 2 years ago
signaling-server-python a0f3f01bf5 Re-licensed under MPL 2.0 2 years ago
signaling-server-qt a0f3f01bf5 Re-licensed under MPL 2.0 2 years ago
signaling-server-rust 07d0829dc9 Update Cargo.lock after #1008 1 year ago
streamer 5515f71539 Fix compilation warning on MSVC 1 year ago
web a0f3f01bf5 Re-licensed under MPL 2.0 2 years ago
README.md fd7d2ca0f1 Examples: Enhanced readme 3 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-receiver is a copy/paste example sending the webcam from the web browser and receiving it into gstreamer.

  • media-sender is a copy/paste example capturing the webcam with gstreamer and sending it to the web browser.

  • media-sfu is a copy/paste SFU relaying the webcam between web 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: