[RTMP] client / server full support h265 video codec

This commit is contained in:
deepch
2022-10-25 11:16:23 +03:00
parent b31edccea5
commit 472775f07c
3 changed files with 67 additions and 32 deletions

View File

@@ -59,6 +59,7 @@ const (
FRAME_INTER = 2
VIDEO_H264 = 7
VIDEO_H265 = 12
)
type Tag struct {