raw muxer annexB h264 h265

This commit is contained in:
deepch
2021-09-30 02:10:08 +03:00
parent a77315fe6e
commit 161a0454da
6 changed files with 89 additions and 5 deletions

View File

@@ -104,6 +104,8 @@ func Parse(content string) (sess Session, medias []Media) {
}
case "H264":
media.Type = av.H264
case "JPEG":
media.Type = av.JPEG
case "H265":
media.Type = av.H265
case "HEVC":