mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 07:06:58 +08:00
switch to golangci-lint
This commit is contained in:
@@ -66,7 +66,7 @@ func main() {
|
||||
}
|
||||
|
||||
// write track frames
|
||||
err = conn.WriteFrame(track.Id, gortsplib.StreamTypeRtp, buf[:n])
|
||||
err = conn.WriteFrame(track.ID, gortsplib.StreamTypeRtp, buf[:n])
|
||||
if err != nil {
|
||||
break
|
||||
}
|
||||
|
Reference in New Issue
Block a user