支持enhanced-rtmp(H265)

This commit is contained in:
xia-chu
2023-07-22 23:11:40 +08:00
parent b580d6c736
commit 9317665058
3 changed files with 3 additions and 1 deletions

View File

@@ -367,7 +367,7 @@ struct RtmpPacketInfo {
} video;
};
};
// https://github.com/veovera/enhanced-rtmp/blob/main/enhanced-rtmp-v1.pdf
// https://github.com/veovera/enhanced-rtmp
CodecId parseVideoRtmpPacket(const uint8_t *data, size_t size, RtmpPacketInfo *info = nullptr);
}//namespace mediakit