Paul-Louis Ageneau bbbc8ca4e6 Introduced onOpen() callback in client example 4 yıl önce
..
client bbbc8ca4e6 Introduced onOpen() callback in client example 4 yıl önce
client-benchmark 4ca78db146 Reorganized stuff to make plog private 4 yıl önce
copy-paste e33717e077 Make examples in /client, /copy-paste-capi/, and /copy-paste work. 4 yıl önce
copy-paste-capi e33717e077 Make examples in /client, /copy-paste-capi/, and /copy-paste work. 4 yıl önce
media 6b21637dd5 Make examples in /media, /sfu-media, and /streamer work in UWP. 4 yıl önce
sfu-media 6b21637dd5 Make examples in /media, /sfu-media, and /streamer work in UWP. 4 yıl önce
signaling-server-nodejs 89c0a7918a delete unneeded module 4 yıl önce
signaling-server-python d288885a89 Handle optional non-localhost endpoint in python signaling server 5 yıl önce
signaling-server-rust edd4fcfcc0 Handle optional non-localhost endpoint in rust signaling server 5 yıl önce
streamer c929be592b Fixed struct timeval undeclared on Windows 4 yıl önce
web f5b584f536 Handle empty RTCIceCandidate.candidate as "end of candidates" indicator 4 yıl önce
README.md 4609db256f update examples/readme 4 yıl önce

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.

  • 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: