mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-10-08 22:10:04 +08:00
update
This commit is contained in:
10
plugin/rtmp/pkg/const.go
Normal file
10
plugin/rtmp/pkg/const.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package pkg
|
||||
|
||||
const (
|
||||
PacketTypeSequenceStart = iota
|
||||
PacketTypeCodedFrames
|
||||
PacketTypeSequenceEnd
|
||||
PacketTypeCodedFramesX
|
||||
PacketTypeMetadata
|
||||
PacketTypeMPEG2TSSequenceStart
|
||||
)
|
Reference in New Issue
Block a user