Home
last modified time | relevance | path

Searched refs:httpflv_port (Results 1 – 2 of 2) sorted by relevance

/xiu/application/xiu/src/config/
H A Dmod.rs25 httpflv_port: usize, in new()
57 if httpflv_port > 0 { in new()
60 port: httpflv_port, in new()
/xiu/application/xiu/src/
H A Dmain.rs143 let httpflv_port = match matches.get_one::<usize>("httpflv") { in main() localVariable
160 httpflv_port, in main()