Paul-Louis Ageneau dbe9bbda7d Examples: Cleanup 3 年 前
..
client dbe9bbda7d Examples: Cleanup 3 年 前
client-benchmark dbe9bbda7d Examples: Cleanup 3 年 前
copy-paste dbe9bbda7d Examples: Cleanup 3 年 前
copy-paste-capi 6b6b41d909 Examples: Fixed compilation with MinGW 3 年 前
media dbe9bbda7d Examples: Cleanup 3 年 前
sfu-media dbe9bbda7d Examples: Cleanup 3 年 前
signaling-server-nodejs 2d344f1186 Bump websocket in /examples/signaling-server-nodejs 4 年 前
signaling-server-python 41df4b513d Examples: Fixed get_event_loop() deprecation warning in Python server 3 年 前
signaling-server-rust 139c548632 Re-licensed python and rust signaling servers under GPLv2 4 年 前
streamer 6b6b41d909 Examples: Fixed compilation with MinGW 3 年 前
web 16bc97d19f Use iceConnectionState instead of connectionState in web example 4 年 前
README.md 2bf03205cf Added entry for sfu-media 4 年 前

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: