Hanseul Jun 98d926a7bf Clean up examples/streamer/CMakeLists.txt a little bit. 4 лет назад
..
client ffb589d498 Add dll copy commands to examples for Windows. 4 лет назад
copy-paste ffb589d498 Add dll copy commands to examples for Windows. 4 лет назад
copy-paste-capi ffb589d498 Add dll copy commands to examples for Windows. 4 лет назад
media ffb589d498 Add dll copy commands to examples for Windows. 4 лет назад
sfu-media ffb589d498 Add dll copy commands to examples for Windows. 4 лет назад
signaling-server-python d288885a89 Handle optional non-localhost endpoint in python signaling server 5 лет назад
signaling-server-rust edd4fcfcc0 Handle optional non-localhost endpoint in rust signaling server 5 лет назад
streamer 98d926a7bf Clean up examples/streamer/CMakeLists.txt a little bit. 4 лет назад
web 2cde11e9ea Bump websocket from 1.0.32 to 1.0.33 in /examples/web 5 лет назад
README.md cd0be9d510 Add streamer example to README 5 лет назад

README.md

Examples for libdatachannel

This directory contains different WebRTC clients and compatible WebSocket + JSON signaling servers.

  • client uses libdatachannel to implement WebRTC Data Channels with WebSocket signaling
  • web contains an equivalent implementation for web browsers and a node.js signaling server
  • 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: