Home
last modified time | relevance | path

Searched refs:be (Results 1 – 25 of 55) sorted by relevance

123

/webrtc/dtls/src/record_layer/
H A Drecord_layer_header.rs57 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 DREADME.md5 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 DREADME.md3 …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 DREADME.md31 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 DREADME.md16 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 DREADME.md6 The `answer` side acts like a HTTP server and should therefore be ran first.
/webrtc/examples/examples/broadcast/
H A DREADME.md32 * 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 DREADME.md23 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 DCHANGELOG.md10 * Allow RTP extensions to be serialized and deserialized via serder. [#332](https://github.com/webr…
H A DLICENSE-MIT12 The above copyright notice and this permission notice shall be included in all
/webrtc/dtls/src/prf/
H A Dmod.rs65 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 DREADME.md20 * `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 DREADME.md23 The `output.ivf` you created should be in the same directory as `play-from-disk-renegotiation`.
/webrtc/media/
H A DCHANGELOG.md13 …umber of observed padding only packets while building the Sample. This can be use to differentiate…
/webrtc/examples/examples/swap-tracks/
H A DREADME.md36 Your browser should send streams to webrtc-rs, and then a stream will be relayed back, changing eve…
/webrtc/sctp/
H A DLICENSE-MIT12 The above copyright notice and this permission notice shall be included in all
/webrtc/data/
H A DLICENSE-MIT12 The above copyright notice and this permission notice shall be included in all
/webrtc/ice/
H A DLICENSE-MIT12 The above copyright notice and this permission notice shall be included in all
/webrtc/dtls/
H A DLICENSE-MIT12 The above copyright notice and this permission notice shall be included in all
/webrtc/
H A DLICENSE-MIT12 The above copyright notice and this permission notice shall be included in all
/webrtc/examples/
H A DLICENSE-MIT12 The above copyright notice and this permission notice shall be included in all
/webrtc/util/
H A DLICENSE-MIT12 The above copyright notice and this permission notice shall be included in all
/webrtc/turn/
H A DLICENSE-MIT12 The above copyright notice and this permission notice shall be included in all
/webrtc/stun/
H A DLICENSE-MIT12 The above copyright notice and this permission notice shall be included in all
/webrtc/rtcp/
H A DLICENSE-MIT12 The above copyright notice and this permission notice shall be included in all

123