Searched defs:RtmpConfig (Results 1 – 1 of 1) sorted by relevance
92 pub struct RtmpConfig { struct93 pub enabled: bool,94 pub port: usize,95 pub gop_num: Option<usize>,96 pub pull: Option<RtmpPullConfig>,97 pub push: Option<Vec<RtmpPushConfig>>,