mirror of
https://github.com/aler9/gortsplib
synced 2025-10-07 08:01:14 +08:00
switch to golangci-lint
This commit is contained in:
@@ -70,7 +70,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 {
|
||||
panic(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user