Searched refs:s (Results 1 – 8 of 8) sorted by relevance
37 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()
118 let s = id.to_string(); in test_uuid() localVariable122 if let Some(u) = Uuid::from_str2(&s) { in test_uuid()
120 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()
169 peer_connection.on_peer_connection_state_change(Box::new(move |s: RTCPeerConnectionState| { in handle_whip()172 if s == RTCPeerConnectionState::Failed { in handle_whip()
336 let s = String::from("119056E500"); in test_string() localVariable337 let ss = hex::decode(s).unwrap(); in test_string()
85 -s, --hls <port> Specify the HLS listening port(e.g.:8081).127 xiu -r 1935 -t 5544 -f 8080 -s 8081 -l info
88 -s, --hls <port> Specify the HLS listening port(e.g.:8081).129 xiu -r 1935 -t 5544 -f 8080 -s 8081 -l info
83 -s, --hls <port> Specify the HLS listening port(e.g.:8081).124 xiu -r 1935 -t 5544 -f 8080 -s 8081 -l info