Home
last modified time | relevance | path

Searched refs:s (Results 1 – 8 of 8) sorted by relevance

/xiu/library/streamhub/src/statistics/
H A Davstatistics.rs37 let (s, _): (Sender<bool>, Receiver<bool>) = mpsc::channel(1); in new()
44 sender: s, in new()
95 let (s, mut r): (Sender<bool>, Receiver<bool>) = mpsc::channel(1); in start()
96 self.sender = s; in start()
/xiu/library/streamhub/src/
H A Dutils.rs118 let s = id.to_string(); in test_uuid() localVariable
122 if let Some(u) = Uuid::from_str2(&s) { in test_uuid()
/xiu/protocol/webrtc/src/
H A Dwhep.rs120 peer_connection.on_peer_connection_state_change(Box::new(move |s: RTCPeerConnectionState| { in handle_whep()
123 if s == RTCPeerConnectionState::Failed { in handle_whep()
130 if let Err(err) = state_sender.send(s) { in handle_whep()
H A Dwhip.rs169 peer_connection.on_peer_connection_state_change(Box::new(move |s: RTCPeerConnectionState| { in handle_whip()
172 if s == RTCPeerConnectionState::Failed { in handle_whip()
/xiu/protocol/rtsp/src/sdp/
H A Dfmtp.rs336 let s = String::from("119056E500"); in test_string() localVariable
337 let ss = hex::decode(s).unwrap(); in test_string()
/xiu/
H A DREADME_CN.md85 -s, --hls <port> Specify the HLS listening port(e.g.:8081).
127 xiu -r 1935 -t 5544 -f 8080 -s 8081 -l info
H A DREADME.md88 -s, --hls <port> Specify the HLS listening port(e.g.:8081).
129 xiu -r 1935 -t 5544 -f 8080 -s 8081 -l info
/xiu/application/xiu/
H A DREADME.md83 -s, --hls <port> Specify the HLS listening port(e.g.:8081).
124 xiu -r 1935 -t 5544 -f 8080 -s 8081 -l info