Home
last modified time | relevance | path

Searched refs:gop_num (Results 1 – 8 of 8) sorted by relevance

/xiu/protocol/rtmp/src/
H A Drtmp.rs11 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 Dmod.rs44 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 Dservice.rs86 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 Dmod.rs33 gop_num: Some(1), in new()
95 pub gop_num: Option<usize>, field
H A Dconfig.toml8 gop_num = 0
/xiu/protocol/rtmp/src/session/
H A Dclient_session.rs90 gop_num: usize, field
101 gop_num: usize, in new()
141 gop_num, in new()
557 self.gop_num, in on_status()
H A Dserver_session.rs66 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 Dcommon.rs362 gop_num: usize, in publish_to_channels()
365 .set_cache(Cache::new(app_name.clone(), stream_name.clone(), gop_num)) in publish_to_channels()