Home
last modified time | relevance | path

Searched defs:RtmpConfig (Results 1 – 1 of 1) sorted by relevance

/xiu/application/xiu/src/config/
H A Dmod.rs92 pub struct RtmpConfig { struct
93 pub enabled: bool,
94 pub port: usize,
95 pub gop_num: Option<usize>,
96 pub pull: Option<RtmpPullConfig>,
97 pub push: Option<Vec<RtmpPushConfig>>,