| /webrtc/examples/examples/insertable-streams/ |
| H A D | README.md | 4 This example modifies the video with a single-byte XOR cipher before sending, and then 7 insertable-streams allows the browser to process encoded video. You could implement 8 E2E encyption, add metadata or insert a completely different video feed! 27 When unchecked the browser will not decrypt the incoming video stream, so it will stop playing or d… 46 ### Hit 'Start Session' in jsfiddle, enjoy your video! 48 A video should start playing in your browser above the input boxes. `insertable-streams` will exit … 50 To stop decrypting the stream uncheck the box and the video will not be viewable.
|
| /webrtc/examples/examples/ |
| H A D | README.md | 9 …isk-vpx): The play-from-disk-vp8 example demonstrates how to send VP8/VP9 video to your browser fr… 10 …disk-h264): The play-from-disk-h264 example demonstrates how to send H264 video to your browser fr… 11 …on of the play-from-disk example, but demonstrates how you can add/remove video tracks from an alr… 12 …eams example demonstrates how webrtc-rs can be used to send E2E encrypted video and decrypt via in… 13 …example shows how to record your webcam and save the footage (VP8/VP9 for video, Opus for audio) t… 14 …sk example shows how to record your webcam and save the footage (H264 for video, Opus for audio) t… 15 …oadcast example demonstrates how to broadcast a video to multiple peers. A broadcaster uploads the… 16 …rwarder): The rtp-forwarder example demonstrates how to forward your audio/video streams using RTP.
|
| /webrtc/examples/examples/reflect/ |
| H A D | README.md | 3 reflect demonstrates how with one PeerConnection you can send video to webrtc-rs and have the packe… 34 ### Hit 'Start Session' in jsfiddle, enjoy your video! 36 Your browser should send video to webrtc-rs, and then it will be relayed right back to you.
|
| H A D | reflect.rs | 60 let video = matches.is_present("video"); in main() localVariable 61 if !audio && !video { in main() 104 if video { in main() 152 if video { in main()
|
| /webrtc/examples/examples/rtp-to-webrtc/ |
| H A D | README.md | 3 rtp-to-webrtc demonstrates how to consume a RTP stream video UDP, and then send to a WebRTC client. 39 gst-launch-1.0 videotestsrc ! video/x-raw,width=640,height=480,format=I420 ! vp8enc error-resilient… 52 ### Hit 'Start Session' in jsfiddle, enjoy your video! 54 A video should start playing in your browser above the input boxes.
|
| /webrtc/constraints/src/settings/ |
| H A D | stream.rs | 27 pub video: Option<MediaTrackSettings>, field 51 video: None, in customized()
|
| /webrtc/constraints/src/capabilities/ |
| H A D | stream.rs | 27 pub video: Option<MediaTrackCapabilities>, field 51 video: None, in customized()
|
| /webrtc/constraints/src/constraints/ |
| H A D | stream.rs | 37 pub video: GenericBoolOrMediaTrackConstraints<T>, field 82 video: BoolOrMediaTrackConstraints::Bool(true), in customized()
|
| /webrtc/rtp/ |
| H A D | CHANGELOG.md | 9 * Added video orientation(`urn:3gpp:video-orientation`) extension support. [#331](https://github.co…
|
| /webrtc/examples/examples/play-from-disk-h264/ |
| H A D | README.md | 3 play-from-disk-h264 demonstrates how to send h264 video and/or audio to your browser from files sav… 41 ### Hit 'Start Session' in jsfiddle, enjoy your video! 43 A video should start playing in your browser above the input boxes. `play-from-disk-h264` will exit…
|
| /webrtc/constraints/tests/ |
| H A D | w3c_spec_examples.rs | 28 video: BoolOrMediaTrackConstraints::Constraints(MediaTrackConstraints { in w3c_spec_example_1() 63 video: BoolOrMediaTrackConstraints::Constraints(MediaTrackConstraints { in w3c_spec_example_2() 131 video: BoolOrMediaTrackConstraints::Constraints(MediaTrackConstraints { in w3c_spec_example_3()
|
| /webrtc/examples/examples/rtp-forwarder/ |
| H A D | rtp-forwarder.sdp | 8 m=video 4002 RTP/AVP 96
|
| H A D | README.md | 40 Open `rtp-forwarder.sdp` with VLC and enjoy your live video!
|
| /webrtc/examples/examples/play-from-disk-vpx/ |
| H A D | README.md | 3 play-from-disk-vpx demonstrates how to send vp8/vp8 video and/or audio to your browser from files s… 44 ### Hit 'Start Session' in jsfiddle, enjoy your video! 46 A video should start playing in your browser above the input boxes. `play-from-disk-vpx` will exit …
|
| /webrtc/examples/examples/save-to-disk-vpx/ |
| H A D | README.md | 34 ### Hit 'Start Session' in jsfiddle, wait, close jsfiddle, enjoy your video! 36 …ave-to-disk-vpx` you should now have a file `output_vpx.ivf` play with your video player of choice!
|
| /webrtc/examples/examples/save-to-disk-h264/ |
| H A D | README.md | 34 ### Hit 'Start Session' in jsfiddle, wait, close jsfiddle, enjoy your video! 36 …`save-to-disk-h264` you should now have a file `output.h264` play with your video player of choice!
|
| /webrtc/media/src/ |
| H A D | lib.rs | 7 pub mod video; module
|
| /webrtc/examples/examples/swap-tracks/ |
| H A D | README.md | 34 ### Hit 'Start Session' in jsfiddle, enjoy your video!
|
| /webrtc/examples/examples/simulcast/ |
| H A D | README.md | 38 ### Hit 'Start Session' in jsfiddle, enjoy your video!
|
| /webrtc/examples/examples/broadcast/ |
| H A D | README.md | 3 broadcast is a WebRTC.rs application that demonstrates how to broadcast a video to many peers, whil…
|
| /webrtc/webrtc/ |
| H A D | CHANGELOG.md | 66 …video/rtx` codecs in `MediaEngine::register_default_codecs`. These weren't actually support and pr…
|