Paul-Louis Ageneau f555a6935d CMake: Fix deprecation warning in examples 1 month ago
..
client f555a6935d CMake: Fix deprecation warning in examples 1 month ago
client-benchmark f555a6935d CMake: Fix deprecation warning in examples 1 month ago
copy-paste f555a6935d CMake: Fix deprecation warning in examples 1 month ago
copy-paste-capi f555a6935d CMake: Fix deprecation warning in examples 1 month ago
media-receiver f555a6935d CMake: Fix deprecation warning in examples 1 month ago
media-sender f555a6935d CMake: Fix deprecation warning in examples 1 month ago
media-sfu f555a6935d CMake: Fix deprecation warning in examples 1 month ago
signaling-server-nodejs 1f66fe12a7 Bump websocket in /examples/signaling-server-nodejs 1 year 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 5fe7baffa1 Bump tokio from 1.33.0 to 1.38.2 in /examples/signaling-server-rust 3 months ago
streamer f555a6935d CMake: Fix deprecation warning in examples 1 month 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: