| /webrtc/turn/src/client/ |
| H A D | client_test.rs | 21 software: "TEST SOFTWARE".to_owned(), in create_listening_test_client() 42 software: "TEST SOFTWARE".to_owned(), in create_listening_test_client_with_stun_serv() 165 software: String::new(), in test_client_nonce_expiration()
|
| H A D | mod.rs | 55 pub software: String, field 69 software: Software, field 196 software: Software::new(ATTR_SOFTWARE, config.software), in new() 439 let attrs: Vec<Box<dyn Setter>> = if !self.software.text.is_empty() { in send_binding_request_to() 443 Box::new(self.software.clone()), in send_binding_request_to()
|
| /webrtc/turn/src/server/ |
| H A D | server_test.rs | 78 software: String::new(), in test_server_simple() 232 software: String::new(), in test_server_vnet_send_binding_request() 269 software: String::new(), in test_server_vnet_echo_via_relay()
|
| /webrtc/turn/src/auth/ |
| H A D | auth_test.rs | 86 software: String::new(), in test_new_long_term_auth_handler()
|
| /webrtc/stun/src/textattrs/ |
| H A D | textattrs_test.rs | 21 let software = TextAttribute::get_from_as(&m, ATTR_SOFTWARE)?; in test_software_get_from() localVariable 22 assert_eq!(software.to_string(), v, "Expected {v}, got {software}."); in test_software_get_from()
|
| /webrtc/sctp/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal
|
| /webrtc/data/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal
|
| /webrtc/ice/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal
|
| /webrtc/rtp/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal
|
| /webrtc/dtls/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal
|
| /webrtc/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal
|
| /webrtc/examples/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal
|
| /webrtc/util/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal
|
| /webrtc/turn/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal
|
| /webrtc/stun/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal
|
| /webrtc/rtcp/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal
|
| /webrtc/mdns/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal
|
| /webrtc/media/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal
|
| /webrtc/srtp/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal
|
| /webrtc/interceptor/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal
|
| /webrtc/constraints/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal
|
| /webrtc/sdp/ |
| H A D | LICENSE-MIT | 6 of this software and associated documentation files (the "Software"), to deal
|
| /webrtc/stun/benches/ |
| H A D | bench.rs | 250 let software = Software::new(ATTR_SOFTWARE, "software".to_owned()); in benchmark_message_integrity() localVariable 251 let _ = software.add_to(&mut m); in benchmark_message_integrity() 370 let software = Software::new(ATTR_SOFTWARE, "cydev/stun test".to_owned()); in benchmark_message() localVariable 371 software.add_to(&mut m).unwrap(); in benchmark_message()
|
| /webrtc/examples/examples/rtp-to-webrtc/ |
| H A D | README.md | 34 You can use any software to send VP8 packets to port 5004. We also have the pre made examples below
|
| /webrtc/examples/examples/broadcast/ |
| H A D | README.md | 5 This could serve as the building block to building conferencing software, and other applications wh…
|