mirror of
https://github.com/bluenviron/mediamtx.git
synced 2026-01-26 05:19:15 -08:00
fix
This commit is contained in:
parent
00cf8c650b
commit
1ec4cb1c52
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -29,7 +29,7 @@ type track struct {
|
|||
type streamProtocol int
|
||||
|
||||
const (
|
||||
_STREAM_PROTOCOL_UDP = iota
|
||||
_STREAM_PROTOCOL_UDP streamProtocol = iota
|
||||
_STREAM_PROTOCOL_TCP
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue