| /webrtc/dtls/src/record_layer/ |
| H A D | record_layer_header.rs | 57 let be: [u8; 8] = self.sequence_number.to_be_bytes(); in marshal() localVariable 58 writer.write_all(&be[2..])?; // uint48 in spec in marshal() 72 let mut be: [u8; 8] = [0u8; 8]; in unmarshal() localVariable 73 reader.read_exact(&mut be[2..])?; in unmarshal() 74 let sequence_number = u64::from_be_bytes(be); in unmarshal()
|
| /webrtc/examples/examples/ortc/ |
| H A D | README.md | 5 ORTC can then be used to implement WebRTC. A ORTC implementation can parse/emit Session Description… 24 Run the second client. This should be launched with the message you copied in the previous step as …
|
| /webrtc/examples/examples/reflect/ |
| H A D | README.md | 3 …send video to webrtc-rs and have the packets sent back. This example could be easily extended to d… 36 Your browser should send video to webrtc-rs, and then it will be relayed right back to you.
|
| /webrtc/examples/examples/insertable-streams/ |
| H A D | README.md | 31 The `output.ivf` you created should be in the same directory as `insertable-streams`. In the jsfidd… 50 To stop decrypting the stream uncheck the box and the video will not be viewable.
|
| /webrtc/examples/examples/data-channels-detach-create/ |
| H A D | README.md | 16 The example can be used in the same way as the [Data Channels Create](data-channels-create) example.
|
| /webrtc/examples/examples/offer-answer/ |
| H A D | README.md | 6 The `answer` side acts like a HTTP server and should therefore be ran first.
|
| /webrtc/examples/examples/broadcast/ |
| H A D | README.md | 32 * The connection state will be printed in the terminal and under `logs` in the browser. 41 * The connection state will be printed in the terminal and under `logs` in the browser.
|
| /webrtc/examples/examples/data-channels-flow-control/ |
| H A D | README.md | 23 The rate you wish to send data might be much higher than the rate the data channel can 25 application to pace the amount of data to be pushed into the data channel.
|
| /webrtc/rtp/ |
| H A D | CHANGELOG.md | 10 * Allow RTP extensions to be serialized and deserialized via serder. [#332](https://github.com/webr…
|
| H A D | LICENSE-MIT | 12 The above copyright notice and this permission notice shall be included in all
|
| /webrtc/dtls/src/prf/ |
| H A D | mod.rs | 65 let be = (psk_len as u16).to_be_bytes(); in prf_psk_pre_master_secret() localVariable 66 out[..2].copy_from_slice(&be); in prf_psk_pre_master_secret() 67 out[2 + psk_len..2 + psk_len + 2].copy_from_slice(&be); in prf_psk_pre_master_secret()
|
| /webrtc/examples/examples/ice-restart/ |
| H A D | README.md | 20 * `ICE Restart` is the button that causes a new offer to be made wih `iceRestart: true`.
|
| /webrtc/examples/examples/play-from-disk-renegotiation/ |
| H A D | README.md | 23 The `output.ivf` you created should be in the same directory as `play-from-disk-renegotiation`.
|
| /webrtc/media/ |
| H A D | CHANGELOG.md | 13 …umber of observed padding only packets while building the Sample. This can be use to differentiate…
|
| /webrtc/examples/examples/swap-tracks/ |
| H A D | README.md | 36 Your browser should send streams to webrtc-rs, and then a stream will be relayed back, changing eve…
|
| /webrtc/sctp/ |
| H A D | LICENSE-MIT | 12 The above copyright notice and this permission notice shall be included in all
|
| /webrtc/data/ |
| H A D | LICENSE-MIT | 12 The above copyright notice and this permission notice shall be included in all
|
| /webrtc/ice/ |
| H A D | LICENSE-MIT | 12 The above copyright notice and this permission notice shall be included in all
|
| /webrtc/dtls/ |
| H A D | LICENSE-MIT | 12 The above copyright notice and this permission notice shall be included in all
|
| /webrtc/ |
| H A D | LICENSE-MIT | 12 The above copyright notice and this permission notice shall be included in all
|
| /webrtc/examples/ |
| H A D | LICENSE-MIT | 12 The above copyright notice and this permission notice shall be included in all
|
| /webrtc/util/ |
| H A D | LICENSE-MIT | 12 The above copyright notice and this permission notice shall be included in all
|
| /webrtc/turn/ |
| H A D | LICENSE-MIT | 12 The above copyright notice and this permission notice shall be included in all
|
| /webrtc/stun/ |
| H A D | LICENSE-MIT | 12 The above copyright notice and this permission notice shall be included in all
|
| /webrtc/rtcp/ |
| H A D | LICENSE-MIT | 12 The above copyright notice and this permission notice shall be included in all
|