mirror of
				https://github.com/aler9/rtsp-simple-server
				synced 2025-10-31 11:06:28 +08:00 
			
		
		
		
	fix linting
This commit is contained in:
		| @@ -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 | ||||
| ) | ||||
|  | ||||
|   | ||||
| @@ -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 | ||||
| ) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 aler9
					aler9