mirror of https://bitbucket.org/ausocean/av.git
Merged in revid/httpaddress (pull request #32)
revid: use correct address for HTTP
This commit is contained in:
commit
74a2891ed7
|
@ -167,7 +167,7 @@ func (r *Revid) reset(config Config) error {
|
||||||
}
|
}
|
||||||
r.destination = s
|
r.destination = s
|
||||||
case Http:
|
case Http:
|
||||||
r.destination = newHttpSender(config.RtmpUrl, httpTimeout, r.Log)
|
r.destination = newHttpSender(config.HttpAddress, httpTimeout, r.Log)
|
||||||
}
|
}
|
||||||
|
|
||||||
switch r.config.Input {
|
switch r.config.Input {
|
||||||
|
|
Loading…
Reference in New Issue