diff --git a/internal/rtmp/message/msg_audio.go b/internal/rtmp/message/msg_audio.go index 08b6e27f..d070c6fa 100644 --- a/internal/rtmp/message/msg_audio.go +++ b/internal/rtmp/message/msg_audio.go @@ -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 ) diff --git a/internal/rtmp/message/msg_video.go b/internal/rtmp/message/msg_video.go index 30aaad3f..20c5ef8d 100644 --- a/internal/rtmp/message/msg_video.go +++ b/internal/rtmp/message/msg_video.go @@ -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 )