feat: add hdl pull、h265、av1

This commit is contained in:
langhuihui
2024-04-11 20:23:23 +08:00
parent 6079337429
commit 51c85d10f7
22 changed files with 1223 additions and 121 deletions

View File

@@ -16,9 +16,6 @@ const (
PacketTypeMPEG2TSSequenceStart
)
var FourCC_H265 = [4]byte{'H', '2', '6', '5'}
var FourCC_AV1 = [4]byte{'a', 'v', '0', '1'}
type RTMPData struct {
Timestamp uint32
util.Buffers