mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-05 07:36:57 +08:00
update linter
This commit is contained in:
@@ -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{
|
||||
|
Reference in New Issue
Block a user