Use the SRT default config
This commit is contained in:
parent
c0d7a7e80a
commit
8b307e4181
1 changed files with 0 additions and 2 deletions
|
|
@ -228,8 +228,6 @@ func New(config Config) (Server, error) {
|
||||||
|
|
||||||
srtconfig := srt.DefaultConfig()
|
srtconfig := srt.DefaultConfig()
|
||||||
|
|
||||||
srtconfig.KMPreAnnounce = 200
|
|
||||||
srtconfig.KMRefreshRate = 10000
|
|
||||||
srtconfig.Passphrase = config.Passphrase
|
srtconfig.Passphrase = config.Passphrase
|
||||||
srtconfig.Logger = s.srtlogger
|
srtconfig.Logger = s.srtlogger
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue