Filip Klembara 5da67f6ca3 Merge branch 'master' into feature/stream-h264-opus il y a 5 ans
..
client d8515b6362 Some cleanup il y a 5 ans
copy-paste baf8a3adce Made examples also link against the dynamic library on Windows il y a 5 ans
copy-paste-capi ff2e83bbdc Call rtcAddRemoteCandidate() with NULL mid il y a 5 ans
media baf8a3adce Made examples also link against the dynamic library on Windows il y a 5 ans
sfu-media baf8a3adce Made examples also link against the dynamic library on Windows il y a 5 ans
signaling-server-python d288885a89 Handle optional non-localhost endpoint in python signaling server il y a 5 ans
signaling-server-rust edd4fcfcc0 Handle optional non-localhost endpoint in rust signaling server il y a 5 ans
streamer 7a219b23d5 Remove if(WIN32) for target_link_libraries in CMakeLists.txt il y a 5 ans
web 2cde11e9ea Bump websocket from 1.0.32 to 1.0.33 in /examples/web il y a 5 ans
README.md cd0be9d510 Add streamer example to README il y a 5 ans

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: