浏览代码

Added entry for sfu-media

Paul-Louis Ageneau 4 年之前
父节点
当前提交
2bf03205cf
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      examples/README.md

+ 1 - 0
examples/README.md

@@ -10,6 +10,7 @@ This directory contains different WebRTC clients and compatible WebSocket + JSON
 - [signaling-server-rust](signaling-server-rust) contains a similar signaling server in Rust (see [lerouxrgd/datachannel-rs](https://github.com/lerouxrgd/datachannel-rs) for Rust wrappers)
 - [signaling-server-rust](signaling-server-rust) contains a similar signaling server in Rust (see [lerouxrgd/datachannel-rs](https://github.com/lerouxrgd/datachannel-rs) for Rust wrappers)
 
 
 - [media](media) is a copy/paste demo to send the webcam from your browser into gstreamer.
 - [media](media) is a copy/paste demo to send the webcam from your browser into gstreamer.
+- [sfu-media](sfu-media) is a copy/paste SFU demo to relay the webcam between browsers.
 - [streamer](streamer) streams h264 and opus samples to web browsers (signaling-server-python is required).
 - [streamer](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:
 Additionally, it contains two debugging tools for libdatachannel with copy-pasting as signaling: