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