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 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