Searched refs:server (Results 1 – 21 of 21) sorted by relevance
| /xiu/application/xiu/src/config/ |
| H A D | config.toml | 1 #live server configurations 9 # pull streams from other server node. 14 # push streams to other server node.
|
| H A D | config_rtmp.toml | 1 #live server configurations
|
| H A D | config_rtmp_hls.toml | 1 #live server configurations
|
| H A D | config_rtmp_httpflv_hls.toml | 1 #live server configurations
|
| H A D | config_rtmp_httpflv.toml | 1 #live server configurations
|
| /xiu/protocol/httpflv/src/ |
| H A D | server.rs | 5 server::conn::AddrStream, 77 let server = Server::bind(&sock_addr).serve(new_service); in run() localVariable 81 server.await?; in run()
|
| H A D | lib.rs | 7 pub mod server; module
|
| /xiu/protocol/hls/src/ |
| H A D | lib.rs | 7 pub mod server; module
|
| H A D | server.rs | 79 let server = Server::bind(&sock_addr).serve(new_service); in run() localVariable 81 server.await?; in run()
|
| /xiu/protocol/rtmp/ |
| H A D | README.md | 3 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 D | Cargo.toml | 11 "application/http-server",
|
| H A D | README_CN.md | 75 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 D | README.md | 33 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 D | Cargo.lock | 1345 name = "http-server"
|
| /xiu/application/http-server/ |
| H A D | Cargo.toml | 2 name = "http-server"
|
| /xiu/confs/online/ |
| H A D | xiu.Cargo.toml | 3 description = "A powerful live server by Rust ."
|
| /xiu/application/xiu/ |
| H A D | README.md | 28 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 D | Cargo.toml | 3 description = "A powerful live server by Rust ."
|
| /xiu/confs/local/ |
| H A D | xiu.Cargo.toml | 3 description = "A powerful live server by Rust ."
|
| /xiu/protocol/webrtc/src/clients/ |
| H A D | whep.js | 194 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 D | service.rs | 9 hls::server as hls_server, 10 httpflv::server as httpflv_server,
|