Home
last modified time | relevance | path

Searched refs:Server (Results 1 – 10 of 10) sorted by relevance

/xiu/protocol/rtmp/src/session/
H A Ddefine.rs31 Server, enumerator
38 SessionType::Server => String::from("server"), in fmt()
H A Dcommon.rs255 SessionType::Server => SubscribeType::PlayerRtmp, in get_subscriber_info()
280 SessionType::Server => PublishType::PushRtmp, in get_publisher_info()
H A Dserver_session.rs92 SessionType::Server, in new()
/xiu/protocol/rtsp/src/session/
H A Ddefine.rs33 Server, enumerator
40 SessionType::Server => String::from("server"), in fmt()
/xiu/protocol/httpflv/src/
H A Dserver.rs7 Body, Request, Response, Server, StatusCode,
77 let server = Server::bind(&sock_addr).serve(new_service); in run()
/xiu/protocol/hls/src/
H A Dserver.rs4 Body, Request, Response, Server, StatusCode,
79 let server = Server::bind(&sock_addr).serve(new_service); in run()
/xiu/application/http-server/src/
H A Dmain.rs22 axum::Server::bind(&addr) in main()
/xiu/application/xiu/src/
H A Dapi.rs118 axum::Server::bind(&([0, 0, 0, 0], port as u16).into()) in run()
/xiu/protocol/rtmp/
H A DREADME.md11 ## Single Server
/xiu/protocol/rtmp/src/remuxer/
H A Drtsp2rtmp.rs77 rtmp_handler: Common::new(None, event_producer, SessionType::Server, None), in new()