Home
last modified time | relevance | path

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

/xiu/
H A DCargo.toml4 "protocol/rtmp",
5 "protocol/httpflv",
6 "protocol/hls",
7 "protocol/rtsp",
8 "protocol/webrtc",
H A DREADME.md40 - [x] Support protocol conversion from RTMP to HTTP-FLV/HLS.
44 - [x] Support protocol conversion from RTSP to RTMP/HLS/HTTP-FLV.
253 …1. Copy the files under xiu/protocol/webrtc/src/clients/ folder to the same level directory of the…
H A DREADME_CN.md240 1. 把xiu/protocol/webrtc/src/clients/目录下的文件拷贝到xiu可执行文件同级目录下;
/xiu/confs/local/
H A Dxiu.Cargo.toml31 rtmp = { path = "../../protocol/rtmp/" }
32 xrtsp = { path = "../../protocol/rtsp/" }
33 xwebrtc = { path = "../../protocol/webrtc/" }
34 httpflv = { path = "../../protocol/httpflv/" }
35 hls = { path = "../../protocol/hls/" }
H A Dpprtmp.Cargo.toml10 rtmp = { path = "../../protocol/rtmp/" }
/xiu/application/xiu/
H A DCargo.toml31 rtmp = { path = "../../protocol/rtmp/" }
32 xrtsp = { path = "../../protocol/rtsp/" }
33 xwebrtc = { path = "../../protocol/webrtc/" }
34 httpflv = { path = "../../protocol/httpflv/" }
35 hls = { path = "../../protocol/hls/" }
H A DREADME.md35 - [x] Support protocol conversion from RTMP to HTTP-FLV/HLS.
39 - [x] Support protocol conversion from RTSP to RTMP/HLS/HTTP-FLV.
248 …1. Copy the files under xiu/protocol/webrtc/src/clients/ folder to the same level directory of the…
/xiu/protocol/rtsp/src/sdp/
H A Dmod.rs63 protocol: String, field
116 sdp_media.protocol = para_2.to_string(); in unmarshal()
162 self.protocol, in marshal()