Searched refs:gop_num (Results 1 – 8 of 8) sorted by relevance
| /xiu/protocol/rtmp/src/ |
| H A D | rtmp.rs | 11 gop_num: usize, field 15 pub fn new(address: String, event_producer: StreamHubEventSender, gop_num: usize) -> Self { in new() 19 gop_num, in new() 35 self.gop_num, in run()
|
| /xiu/protocol/rtmp/src/cache/ |
| H A D | mod.rs | 44 pub fn new(app_name: String, stream_name: String, gop_num: usize) -> Self { in new() 56 gops: Gops::new(gop_num), in new()
|
| /xiu/application/xiu/src/ |
| H A D | service.rs | 86 let gop_num = if let Some(gop_num_val) = rtmp_cfg_value.gop_num { in start_rtmp() localVariable 149 let mut rtmp_server = RtmpServer::new(address, producer, gop_num); in start_rtmp()
|
| /xiu/application/xiu/src/config/ |
| H A D | mod.rs | 33 gop_num: Some(1), in new() 95 pub gop_num: Option<usize>, field
|
| H A D | config.toml | 8 gop_num = 0
|
| /xiu/protocol/rtmp/src/session/ |
| H A D | client_session.rs | 90 gop_num: usize, field 101 gop_num: usize, in new() 141 gop_num, in new() 557 self.gop_num, in on_status()
|
| H A D | server_session.rs | 66 gop_num: usize, field 70 pub fn new(stream: TcpStream, event_producer: StreamHubEventSender, gop_num: usize) -> Self { in new() 99 gop_num, in new() 734 self.gop_num, in on_publish()
|
| H A D | common.rs | 362 gop_num: usize, in publish_to_channels() 365 .set_cache(Cache::new(app_name.clone(), stream_name.clone(), gop_num)) in publish_to_channels()
|