Use the SRT default config

This commit is contained in:
Ingo Oppermann 2022-11-04 11:56:51 +01:00
parent c0d7a7e80a
commit 8b307e4181
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

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