mirror of https://bitbucket.org/ausocean/av.git
rtp: added rtp and udp options to the revid config
This commit is contained in:
parent
d291744f63
commit
3515958a99
|
@ -58,6 +58,7 @@ type Config struct {
|
||||||
Quantization string
|
Quantization string
|
||||||
Timeout string
|
Timeout string
|
||||||
IntraRefreshPeriod string
|
IntraRefreshPeriod string
|
||||||
|
UdpAddress string
|
||||||
Logger Logger
|
Logger Logger
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -81,6 +82,8 @@ const (
|
||||||
No
|
No
|
||||||
Rtmp
|
Rtmp
|
||||||
FfmpegRtmp
|
FfmpegRtmp
|
||||||
|
Udp
|
||||||
|
Rtp
|
||||||
)
|
)
|
||||||
|
|
||||||
// Default config settings
|
// Default config settings
|
||||||
|
|
Loading…
Reference in New Issue