mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
update golangci-lint
This commit is contained in:
parent
44c3d7c5d5
commit
9398cea0c2
12 changed files with 56 additions and 28 deletions
|
|
@ -27,7 +27,8 @@ func TestMetrics(t *testing.T) {
|
|||
require.Equal(t, true, ok)
|
||||
defer p.close()
|
||||
|
||||
track, err := gortsplib.NewTrackH264(96, &gortsplib.TrackConfigH264{SPS: []byte{0x01, 0x02, 0x03, 0x04}, PPS: []byte{0x01, 0x02, 0x03, 0x04}})
|
||||
track, err := gortsplib.NewTrackH264(96,
|
||||
&gortsplib.TrackConfigH264{SPS: []byte{0x01, 0x02, 0x03, 0x04}, PPS: []byte{0x01, 0x02, 0x03, 0x04}})
|
||||
require.NoError(t, err)
|
||||
|
||||
source, err := gortsplib.DialPublish("rtsp://localhost:8554/mypath",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue