Hendrik A b4e7b9e5eb Change conflicting names of capi and non capi copy paste examples 1 年之前
..
client 3dc6fbb77b improve help document 1 年之前
client-benchmark 1e31cafd47 Clean up leftover GPL license files after MPL 2.0 relicensing 1 年之前
copy-paste a0f3f01bf5 Re-licensed under MPL 2.0 2 年之前
copy-paste-capi b4e7b9e5eb Change conflicting names of capi and non capi copy paste examples 1 年之前
media-receiver 19bf4288cf Add Requierements 1 年之前
media-sender 2dc3d77e07 Added USE_SYSTEM_JSON cmake option 2 年之前
media-sfu db9841d9e7 Upgrade examples to remove deprecated API calls 1 年之前
signaling-server-nodejs 1f66fe12a7 Bump websocket in /examples/signaling-server-nodejs 1 年之前
signaling-server-python a0f3f01bf5 Re-licensed under MPL 2.0 2 年之前
signaling-server-qt a0f3f01bf5 Re-licensed under MPL 2.0 2 年之前
signaling-server-rust 5b589964fd Bump mio from 0.8.8 to 0.8.11 in /examples/signaling-server-rust 1 年之前
streamer 6e45f8fe46 Merge pull request #1157 from ray1422/master 1 年之前
web a0f3f01bf5 Re-licensed under MPL 2.0 2 年之前
README.md fd7d2ca0f1 Examples: Enhanced readme 3 年之前

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: