revid: var label RtpAddr => RtpAddress

This commit is contained in:
Saxon 2019-03-14 14:11:38 +10:30
parent b7ef1a1a2b
commit cbe4e52c11
1 changed files with 1 additions and 1 deletions

View File

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