Home
last modified time | relevance | path

Searched refs:http (Results 1 – 20 of 20) sorted by relevance

/xiu/application/xiu/src/config/
H A Dconfig_rtmp_httpflv.toml18 on_publish = "http://localhost:3001/on_publish"
19 on_unpublish = "http://localhost:3001/on_unpublish"
20 on_play = "http://localhost:3001/on_play"
21 on_stop = "http://localhost:3001/on_stop"
H A Dconfig.toml26 on_publish = "http://localhost:3001/on_publish"
27 on_unpublish = "http://localhost:3001/on_unpuslish"
28 on_play = "http://localhost:3001/on_play"
29 on_stop = "http://localhost:3001/on_stop"
/xiu/protocol/webrtc/src/
H A Dlib.rs2 pub mod http; module
H A Dwebrtc.rs5 use super::http::define::http_method_name;
/xiu/protocol/rtsp/src/
H A Dlib.rs2 pub mod http; module
/xiu/protocol/webrtc/src/session/
H A Dmod.rs21 use super::http::define::http_method_name;
22 use super::http::parse_content_length;
23 use super::http::{HttpRequest, HttpResponse, Marshal, Unmarshal};
34 use http::StatusCode;
228 let status_code = http::StatusCode::OK; in run()
277 let status_code = http::StatusCode::CREATED; in publish_whip()
290 let status_code = http::StatusCode::SERVICE_UNAVAILABLE; in publish_whip()
392 let status_code = http::StatusCode::CREATED; in subscribe_whep()
404 let status_code = http::StatusCode::SERVICE_UNAVAILABLE; in subscribe_whep()
485 let mut response = Self::gen_response(http::StatusCode::OK); in gen_file_response()
/xiu/
H A DCargo.toml11 "application/http-server",
H A DREADME_CN.md235 ffplay -i http://localhost:8081/live/test.flv
236 ffplay -i http://localhost:8080/live/test/test.m3u8
241 2. 在浏览器中打开地址:http://localhost:8900;
H A DCargo.lock248 "http",
249 "http-body",
279 "http",
280 "http-body",
1206 "http",
1334 "http",
1402 "http",
2185 "http",
2961 "http",
3758 "http",
[all …]
H A DREADME.md248 ffplay -i http://localhost:8081/live/test.flv
249 ffplay -i http://localhost:8080/live/test/test.m3u8
254 2. Open the address http://localhost:8900 in the browser.
/xiu/protocol/rtsp/
H A DCargo.toml15 http = "0.2.9"
/xiu/confs/local/
H A Drtsp.Cargo.toml15 http = "0.2.9"
H A Dwebrtc.Cargo.toml14 http = "0.2.9"
/xiu/confs/online/
H A Dwebrtc.Cargo.toml14 http = "0.2.9"
H A Drtsp.Cargo.toml19 http = "0.2.9"
/xiu/application/http-server/
H A DCargo.toml2 name = "http-server"
/xiu/protocol/webrtc/
H A DCargo.toml14 http = "0.2.9"
/xiu/protocol/rtsp/src/session/
H A Dmod.rs6 use crate::http::RtspResponse;
30 use http::StatusCode;
36 use super::http::RtspRequest;
218 let status_code = http::StatusCode::OK; in handle_options()
228 let status_code = http::StatusCode::OK; in handle_describe()
319 let status_code = http::StatusCode::OK; in handle_announce()
327 let status_code = http::StatusCode::OK; in handle_setup()
459 let status_code = http::StatusCode::OK; in handle_play()
547 let status_code = http::StatusCode::OK; in handle_record()
/xiu/protocol/rtsp/src/http/
H A Dmod.rs183 use crate::{global_trait::Marshal, http::Unmarshal};
306 let stats_code = http::StatusCode::OK; in test_http_status_code()
/xiu/application/xiu/
H A DREADME.md243 ffplay -i http://localhost:8081/live/test.flv
244 ffplay -i http://localhost:8080/live/test/test.m3u8
249 2. Open the address http://localhost:8900 in the browser.
337 - Add a http-server for testing http notify.