mirror of https://bitbucket.org/ausocean/av.git
revid: param label RtpAddr => RtpAddress
This commit is contained in:
parent
30711a54fa
commit
d2411a0761
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue