1
0
Fork 0
forked from External/mediamtx

update linter

This commit is contained in:
aler9 2022-04-07 12:50:35 +02:00 committed by Alessandro Ros
parent 3fc4ca6465
commit 0605a2f369
17 changed files with 51 additions and 27 deletions

View file

@ -44,7 +44,8 @@ func newRTMPSource(
readTimeout conf.StringDuration,
writeTimeout conf.StringDuration,
wg *sync.WaitGroup,
parent rtmpSourceParent) *rtmpSource {
parent rtmpSourceParent,
) *rtmpSource {
ctx, ctxCancel := context.WithCancel(parentCtx)
s := &rtmpSource{