We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a8990 commit c0f66d5Copy full SHA for c0f66d5
src/belabox/messages.rs
@@ -44,7 +44,7 @@ pub struct Config {
44
pub srt_latency: u64,
45
pub srt_streamid: String,
46
pub srtla_addr: String,
47
- pub srtla_port: String,
+ pub srtla_port: u16,
48
pub bitrate_overlay: bool,
49
pub ssh_pass: Option<String>,
50
pub asrc: String,
src/belabox/requests.rs
@@ -34,7 +34,7 @@ pub struct Start {
34
pub delay: i32,
35
pub max_br: u32,
36
37
38
39
40
0 commit comments