mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
update linter
This commit is contained in:
parent
3fc4ca6465
commit
0605a2f369
17 changed files with 51 additions and 27 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue