Home
last modified time | relevance | path

Searched refs:server (Results 1 – 21 of 21) sorted by relevance

/xiu/application/xiu/src/config/
H A Dconfig.toml1 #live server configurations
9 # pull streams from other server node.
14 # push streams to other server node.
H A Dconfig_rtmp.toml1 #live server configurations
H A Dconfig_rtmp_hls.toml1 #live server configurations
H A Dconfig_rtmp_httpflv_hls.toml1 #live server configurations
H A Dconfig_rtmp_httpflv.toml1 #live server configurations
/xiu/protocol/httpflv/src/
H A Dserver.rs5 server::conn::AddrStream,
77 let server = Server::bind(&sock_addr).serve(new_service); in run() localVariable
81 server.await?; in run()
H A Dlib.rs7 pub mod server; module
/xiu/protocol/hls/src/
H A Dlib.rs7 pub mod server; module
H A Dserver.rs79 let server = Server::bind(&sock_addr).serve(new_service); in run() localVariable
81 server.await?; in run()
/xiu/protocol/rtmp/
H A DREADME.md3 This is a simple rtmp library for easy use and reading, you can build your own single rtmp server o…
31 log::error!("rtmp server error: {}\n", err);
93 // the local rtmp server
100 log::error!("rtmp server error: {}\n", err);
116 …For more detailed implementation please reference to [xiu server](https://github.com/harlanc/xiu/b…
/xiu/
H A DCargo.toml11 "application/http-server",
H A DREADME_CN.md75 A secure and easy to use live media server, hope you love it!!!
80 -c, --config <path> Specify the xiu server configuration file path.
137 # pull streams from other server node.
143 # push streams to other server node.
317 - [media_server](https://github.com/ireader/media-server.git)
H A DREADME.md33 Xiu is a simple,high performance and secure live media server written in pure Rust, it now supports…
78 A secure and easy to use live media server, hope you love it!!!
83 -c, --config <path> Specify the xiu server configuration file path.
121 You can use command line to configure the xiu server easily. You can specify to configure xiu using…
139 # pull streams from other server node.
145 # push streams to other server node.
330 - [media_server](https://github.com/ireader/media-server.git)
H A DCargo.lock1345 name = "http-server"
/xiu/application/http-server/
H A DCargo.toml2 name = "http-server"
/xiu/confs/online/
H A Dxiu.Cargo.toml3 description = "A powerful live server by Rust ."
/xiu/application/xiu/
H A DREADME.md28 Xiu is a simple,high performance and secure live media server written in pure Rust, it now supports…
73 A secure and easy to use live media server, hope you love it!!!
78 -c, --config <path> Specify the xiu server configuration file path.
116 You can use command line to configure the xiu server easily. You can specify to configure xiu using…
134 # pull streams from other server node.
140 # push streams to other server node.
324 - [media_server](https://github.com/ireader/media-server.git)
337 - Add a http-server for testing http notify.
H A DCargo.toml3 description = "A powerful live server by Rust ."
/xiu/confs/local/
H A Dxiu.Cargo.toml3 description = "A powerful live server by Rust ."
/xiu/protocol/webrtc/src/clients/
H A Dwhep.js194 for (const server of links["ice-server"]) {
198 urls: server.url
201 for (const [key, value] of Object.entries(server.params)) {
/xiu/application/xiu/src/
H A Dservice.rs9 hls::server as hls_server,
10 httpflv::server as httpflv_server,