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
|
||||
Timeout string
|
||||
IntraRefreshPeriod string
|
||||
UdpAddress string
|
||||
Logger Logger
|
||||
}
|
||||
|
||||
|
@ -81,6 +82,8 @@ const (
|
|||
No
|
||||
Rtmp
|
||||
FfmpegRtmp
|
||||
Udp
|
||||
Rtp
|
||||
)
|
||||
|
||||
// Default config settings
|
||||
|
|
Loading…
Reference in New Issue