Searched refs:webrtc (Results 1 – 21 of 21) sorted by relevance
| /xiu/protocol/webrtc/src/ |
| H A D | whip.rs | 8 use webrtc::api::interceptor_registry::register_default_interceptors; 9 use webrtc::api::media_engine::MediaEngine; 10 use webrtc::api::APIBuilder; 11 use webrtc::ice_transport::ice_connection_state::RTCIceConnectionState; 12 use webrtc::ice_transport::ice_server::RTCIceServer; 13 use webrtc::interceptor::registry::Registry; 14 use webrtc::peer_connection::configuration::RTCConfiguration; 17 use webrtc::peer_connection::RTCPeerConnection; 19 use webrtc::rtp_transceiver::rtp_codec::RTPCodecType; 21 use webrtc::rtp_transceiver::RTCRtpTransceiverInit; [all …]
|
| H A D | whep.rs | 8 use webrtc::api::interceptor_registry::register_default_interceptors; 9 use webrtc::api::media_engine::{MediaEngine, MIME_TYPE_H264, MIME_TYPE_OPUS}; 10 use webrtc::api::APIBuilder; 11 use webrtc::ice_transport::ice_connection_state::RTCIceConnectionState; 12 use webrtc::ice_transport::ice_server::RTCIceServer; 13 use webrtc::interceptor::registry::Registry; 14 use webrtc::peer_connection::configuration::RTCConfiguration; 17 use webrtc::peer_connection::RTCPeerConnection; 20 use webrtc::rtp_transceiver::rtp_codec::RTCRtpCodecCapability; 22 use webrtc::track::track_local::TrackLocal; [all …]
|
| H A D | errors.rs | 4 webrtc::error::Error as RTCError, 5 webrtc::util::Error as RTCUtilError,
|
| H A D | lib.rs | 4 pub mod webrtc; module
|
| /xiu/protocol/webrtc/ |
| H A D | README.md | 1 A webrtc library.
|
| H A D | Cargo.toml | 20 webrtc = "0.8.0"
|
| /xiu/ |
| H A D | Cargo.toml | 8 "protocol/webrtc",
|
| H A D | Cargo.lock | 1521 "webrtc-srtp", 1522 "webrtc-util", 2244 "webrtc-util", 2308 "webrtc-util", 2680 "webrtc-util", 3025 "webrtc-util", 3239 name = "webrtc" 3271 "webrtc-data", 3272 "webrtc-dtls", 3273 "webrtc-ice", [all …]
|
| H A D | README.md | 86 -w, --webrtc <port> Specify the whip/whep listening port.(e.g.:8900). 162 [webrtc] 253 …1. Copy the files under xiu/protocol/webrtc/src/clients/ folder to the same level directory of the…
|
| H A D | README_CN.md | 83 -w, --webrtc <port> Specify the whip/whep listening port.(e.g.:8900). 240 1. 把xiu/protocol/webrtc/src/clients/目录下的文件拷贝到xiu可执行文件同级目录下;
|
| /xiu/confs/online/ |
| H A D | webrtc.Cargo.toml | 20 webrtc = "0.8.0"
|
| /xiu/confs/local/ |
| H A D | webrtc.Cargo.toml | 20 webrtc = "0.8.0"
|
| H A D | xiu.Cargo.toml | 33 xwebrtc = { path = "../../protocol/webrtc/" }
|
| /xiu/confs/ |
| H A D | update_project_conf.sh | 19 cp ./$MODE/webrtc.Cargo.toml "../protocol/webrtc/Cargo.toml"
|
| /xiu/application/xiu/ |
| H A D | Cargo.toml | 33 xwebrtc = { path = "../../protocol/webrtc/" }
|
| H A D | README.md | 81 -w, --webrtc <port> Specify the whip/whep listening port.(e.g.:8900). 157 [webrtc] 248 …1. Copy the files under xiu/protocol/webrtc/src/clients/ folder to the same level directory of the…
|
| /xiu/application/xiu/src/config/ |
| H A D | mod.rs | 12 pub webrtc: Option<WebRTCConfig>, field 81 webrtc: webrtc_config, in new()
|
| H A D | config.toml | 42 [webrtc]
|
| /xiu/application/xiu/src/ |
| H A D | service.rs | 18 xwebrtc::webrtc::WebRTCServer, 220 let webrtc_cfg = &self.cfg.webrtc; in start_webrtc()
|
| /xiu/protocol/webrtc/src/session/ |
| H A D | errors.rs | 9 webrtc::error::Error as RTCError,
|
| H A D | mod.rs | 35 use webrtc::peer_connection::peer_connection_state::RTCPeerConnectionState; 36 use webrtc::peer_connection::{sdp::session_description::RTCSessionDescription, RTCPeerConnection};
|