rtp: added rtp and udp options to the revid config

This commit is contained in:
saxon 2018-11-18 13:22:48 +10:30
parent d291744f63
commit 3515958a99
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,7 @@ type Config struct {
Quantization string
Timeout string
IntraRefreshPeriod string
UdpAddress string
Logger Logger
}
@ -81,6 +82,8 @@ const (
No
Rtmp
FfmpegRtmp
Udp
Rtp
)
// Default config settings