Searched refs:Server (Results 1 – 10 of 10) sorted by relevance
| /xiu/protocol/rtmp/src/session/ |
| H A D | define.rs | 31 Server, enumerator 38 SessionType::Server => String::from("server"), in fmt()
|
| H A D | common.rs | 255 SessionType::Server => SubscribeType::PlayerRtmp, in get_subscriber_info() 280 SessionType::Server => PublishType::PushRtmp, in get_publisher_info()
|
| H A D | server_session.rs | 92 SessionType::Server, in new()
|
| /xiu/protocol/rtsp/src/session/ |
| H A D | define.rs | 33 Server, enumerator 40 SessionType::Server => String::from("server"), in fmt()
|
| /xiu/protocol/httpflv/src/ |
| H A D | server.rs | 7 Body, Request, Response, Server, StatusCode, 77 let server = Server::bind(&sock_addr).serve(new_service); in run()
|
| /xiu/protocol/hls/src/ |
| H A D | server.rs | 4 Body, Request, Response, Server, StatusCode, 79 let server = Server::bind(&sock_addr).serve(new_service); in run()
|
| /xiu/application/http-server/src/ |
| H A D | main.rs | 22 axum::Server::bind(&addr) in main()
|
| /xiu/application/xiu/src/ |
| H A D | api.rs | 118 axum::Server::bind(&([0, 0, 0, 0], port as u16).into()) in run()
|
| /xiu/protocol/rtmp/ |
| H A D | README.md | 11 ## Single Server
|
| /xiu/protocol/rtmp/src/remuxer/ |
| H A D | rtsp2rtmp.rs | 77 rtmp_handler: Common::new(None, event_producer, SessionType::Server, None), in new()
|