Browse Source

fix linting

pull/1128/head
aler9 3 years ago
parent
commit
ca46d56184
  1. 2
      internal/rtmp/message/msg_audio.go
  2. 2
      internal/rtmp/message/msg_video.go

2
internal/rtmp/message/msg_audio.go

@ -11,7 +11,7 @@ import ( @@ -11,7 +11,7 @@ import (
)
const (
// this is the chunk stream ID that is usually used to send MsgAudio{}
// MsgAudioChunkStreamID is the chunk stream ID that is usually used to send MsgAudio{}
MsgAudioChunkStreamID = 6
)

2
internal/rtmp/message/msg_video.go

@ -11,7 +11,7 @@ import ( @@ -11,7 +11,7 @@ import (
)
const (
// this is the chunk stream ID that is usually used to send MsgVideo{}
// MsgVideoChunkStreamID is the chunk stream ID that is usually used to send MsgVideo{}
MsgVideoChunkStreamID = 6
)

Loading…
Cancel
Save