diff --git a/srt/srt.go b/srt/srt.go index c807c477..f81d3a35 100644 --- a/srt/srt.go +++ b/srt/srt.go @@ -228,8 +228,6 @@ func New(config Config) (Server, error) { srtconfig := srt.DefaultConfig() - srtconfig.KMPreAnnounce = 200 - srtconfig.KMRefreshRate = 10000 srtconfig.Passphrase = config.Passphrase srtconfig.Logger = s.srtlogger