No files found.
+702 −18
Cargo.lock
Cargo.lock
+2 −0
Cargo.toml
Cargo.toml
+15 −0
Cargo.toml
backends/gstreamer/Cargo.toml
+38 −0
lib.rs
backends/gstreamer/src/lib.rs
+158 −0
media_capture.rs
backends/gstreamer/src/media_capture.rs
+125 −0
media_stream.rs
backends/gstreamer/src/media_stream.rs
+416 −0
webrtc.rs
backends/gstreamer/src/webrtc.rs
+9 −0
Cargo.toml
examples/Cargo.toml
+381 −0
simple_webrtc.rs
examples/simple_webrtc.rs
+3 −0
Cargo.toml
servo-media/Cargo.toml
+55 −0
lib.rs
servo-media/src/lib.rs
+7 −0
Cargo.toml
webrtc/Cargo.toml
+127 −0
lib.rs
webrtc/src/lib.rs
+112 −0
thread.rs
webrtc/src/thread.rs