revid: param label RtpAddr => RtpAddress

This commit is contained in:
Saxon 2019-03-14 14:16:55 +10:30
parent 30711a54fa
commit d2411a0761
1 changed files with 1 additions and 1 deletions

View File

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