revid: checking for changes to rtp address in vars now

This commit is contained in:
Saxon 2019-03-05 16:38:32 +10:30
parent 003808858b
commit 79d0dad757
1 changed files with 2 additions and 0 deletions

View File

@ -427,6 +427,8 @@ func (r *Revid) Update(vars map[string]string) error {
r.config.FramesPerClip = uint(f)
case "RtmpUrl":
r.config.RtmpUrl = value
case "RtpAddr":
r.config.RtpAddress = value
case "Bitrate":
v, err := strconv.ParseUint(value, 10, 0)
if err != nil {