Home
last modified time | relevance | path

Searched refs:webrtc (Results 1 – 21 of 21) sorted by relevance

/xiu/protocol/webrtc/src/
H A Dwhip.rs8 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 Dwhep.rs8 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 Derrors.rs4 webrtc::error::Error as RTCError,
5 webrtc::util::Error as RTCUtilError,
H A Dlib.rs4 pub mod webrtc; module
/xiu/protocol/webrtc/
H A DREADME.md1 A webrtc library.
H A DCargo.toml20 webrtc = "0.8.0"
/xiu/
H A DCargo.toml8 "protocol/webrtc",
H A DCargo.lock1521 "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 DREADME.md86 -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 DREADME_CN.md83 -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 Dwebrtc.Cargo.toml20 webrtc = "0.8.0"
/xiu/confs/local/
H A Dwebrtc.Cargo.toml20 webrtc = "0.8.0"
H A Dxiu.Cargo.toml33 xwebrtc = { path = "../../protocol/webrtc/" }
/xiu/confs/
H A Dupdate_project_conf.sh19 cp ./$MODE/webrtc.Cargo.toml "../protocol/webrtc/Cargo.toml"
/xiu/application/xiu/
H A DCargo.toml33 xwebrtc = { path = "../../protocol/webrtc/" }
H A DREADME.md81 -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 Dmod.rs12 pub webrtc: Option<WebRTCConfig>, field
81 webrtc: webrtc_config, in new()
H A Dconfig.toml42 [webrtc]
/xiu/application/xiu/src/
H A Dservice.rs18 xwebrtc::webrtc::WebRTCServer,
220 let webrtc_cfg = &self.cfg.webrtc; in start_webrtc()
/xiu/protocol/webrtc/src/session/
H A Derrors.rs9 webrtc::error::Error as RTCError,
H A Dmod.rs35 use webrtc::peer_connection::peer_connection_state::RTCPeerConnectionState;
36 use webrtc::peer_connection::{sdp::session_description::RTCSessionDescription, RTCPeerConnection};