mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-30 18:46:24 +08:00
fix linting
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
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
|
MsgAudioChunkStreamID = 6
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
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
|
MsgVideoChunkStreamID = 6
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user