webrtc: Add Janus video-room example
authorPhilippe Normand <philn@igalia.com>
Mon, 29 Jun 2020 13:08:51 +0000 (14:08 +0100)
committerPhilippe Normand <philn@igalia.com>
Mon, 29 Jun 2020 13:08:51 +0000 (14:08 +0100)
commit234dff8dbb655dd7fa7bfc4ee8167e076f8640b9
tree10747a86a9c44fef29d2935f10b98d018e97143c
parentf5d94716397ad3a0780a1e6b70524269fce47c46
webrtc: Add Janus video-room example

This Rust crate provides a program able to connect to a Janus instance using
WebSockets and send a live video stream to the videoroom plugin.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-examples/-/merge_requests/15>
webrtc/janus/rust/Cargo.lock [new file with mode: 0644]
webrtc/janus/rust/Cargo.toml [new file with mode: 0644]
webrtc/janus/rust/src/janus.rs [new file with mode: 0644]
webrtc/janus/rust/src/main.rs [new file with mode: 0644]