mirror of https://bitbucket.org/ausocean/av.git
revid: checking for changes to rtp address in vars now
This commit is contained in:
parent
003808858b
commit
79d0dad757
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue