Searched refs:service (Results 1 – 7 of 7) sorted by relevance
| /xiu/application/xiu/src/ |
| H A D | lib.rs | 5 pub mod service; module
|
| H A D | main.rs | 8 xiu::{config, config::Config, service::Service}, 186 let mut service = Service::new(config); in main() localVariable 187 service.run().await?; in main()
|
| /xiu/protocol/httpflv/src/ |
| H A D | server.rs | 6 service::{make_service_fn, service_fn},
|
| /xiu/protocol/hls/src/ |
| H A D | server.rs | 3 service::{make_service_fn, service_fn},
|
| /xiu/ |
| H A D | README.md | 49 - [x] Support configuring the service using command line or a configuration file. 75 Start the service with the following command to get help: 286 Use the above methods to push rtmp live stream to service 1, then the stream can be pushed to servi… 319 … methods to push live stream to service 1, when you play the stream from serivce 2, it will pull t…
|
| H A D | Cargo.lock | 267 "tower-service", 284 "tower-service", 1410 "tower-service", 2202 "tower-service", 2947 "tower-service", 2967 "tower-service", 2977 name = "tower-service"
|
| /xiu/application/xiu/ |
| H A D | README.md | 44 - [x] Support configuring the service using command line or a configuration file. 70 Start the service with the following command to get help: 281 Use the above methods to push rtmp live stream to service 1, then the stream can be pushed to servi… 314 … methods to push live stream to service 1, when you play the stream from serivce 2, it will pull t…
|