This commit is contained in:
scruzin 2019-07-15 08:52:07 +09:30
commit 4d5a5f1385
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ func newRtmpSender(url string, timeout uint, retries int, log func(lvl int8, msg
timeout: timeout, timeout: timeout,
retries: retries, retries: retries,
log: log, log: log,
ring: ring.NewBuffer(10, rbElementSize, 0), ring: ring.NewBuffer(100, rbElementSize, 0),
done: make(chan struct{}), done: make(chan struct{}),
} }
s.wg.Add(1) s.wg.Add(1)