Paul-Louis Ageneau 5515f71539 Fix compilation warning on MSVC před 1 rokem
..
client 3dc6fbb77b improve help document před 1 rokem
client-benchmark 1e31cafd47 Clean up leftover GPL license files after MPL 2.0 relicensing před 1 rokem
copy-paste a0f3f01bf5 Re-licensed under MPL 2.0 před 2 roky
copy-paste-capi 74f3211d20 Change copy-paste C API example log level to warning před 2 roky
media-receiver 2dc3d77e07 Added USE_SYSTEM_JSON cmake option před 2 roky
media-sender 2dc3d77e07 Added USE_SYSTEM_JSON cmake option před 2 roky
media-sfu db9841d9e7 Upgrade examples to remove deprecated API calls před 1 rokem
signaling-server-nodejs a0f3f01bf5 Re-licensed under MPL 2.0 před 2 roky
signaling-server-python a0f3f01bf5 Re-licensed under MPL 2.0 před 2 roky
signaling-server-qt a0f3f01bf5 Re-licensed under MPL 2.0 před 2 roky
signaling-server-rust 07d0829dc9 Update Cargo.lock after #1008 před 1 rokem
streamer 5515f71539 Fix compilation warning on MSVC před 1 rokem
web a0f3f01bf5 Re-licensed under MPL 2.0 před 2 roky
README.md fd7d2ca0f1 Examples: Enhanced readme před 3 roky

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: