Searched refs:http (Results 1 – 20 of 20) sorted by relevance
| /xiu/application/xiu/src/config/ |
| H A D | config_rtmp_httpflv.toml | 18 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 D | config.toml | 26 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 D | lib.rs | 2 pub mod http; module
|
| H A D | webrtc.rs | 5 use super::http::define::http_method_name;
|
| /xiu/protocol/rtsp/src/ |
| H A D | lib.rs | 2 pub mod http; module
|
| /xiu/protocol/webrtc/src/session/ |
| H A D | mod.rs | 21 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 D | Cargo.toml | 11 "application/http-server",
|
| H A D | README_CN.md | 235 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 D | Cargo.lock | 248 "http", 249 "http-body", 279 "http", 280 "http-body", 1206 "http", 1334 "http", 1402 "http", 2185 "http", 2961 "http", 3758 "http", [all …]
|
| H A D | README.md | 248 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 D | Cargo.toml | 15 http = "0.2.9"
|
| /xiu/confs/local/ |
| H A D | rtsp.Cargo.toml | 15 http = "0.2.9"
|
| H A D | webrtc.Cargo.toml | 14 http = "0.2.9"
|
| /xiu/confs/online/ |
| H A D | webrtc.Cargo.toml | 14 http = "0.2.9"
|
| H A D | rtsp.Cargo.toml | 19 http = "0.2.9"
|
| /xiu/application/http-server/ |
| H A D | Cargo.toml | 2 name = "http-server"
|
| /xiu/protocol/webrtc/ |
| H A D | Cargo.toml | 14 http = "0.2.9"
|
| /xiu/protocol/rtsp/src/session/ |
| H A D | mod.rs | 6 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 D | mod.rs | 183 use crate::{global_trait::Marshal, http::Unmarshal}; 306 let stats_code = http::StatusCode::OK; in test_http_status_code()
|
| /xiu/application/xiu/ |
| H A D | README.md | 243 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.
|