RTSP推流增加L16动态payload type支持(RFC 3551 Section 4.5.11, RFC 2586)

This commit is contained in:
Liu Jiang
2020-12-26 15:08:01 +08:00
parent bc125e65be
commit 66a3b7a9ca
4 changed files with 108 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ typedef enum {
CodecAAC,
CodecG711A,
CodecG711U,
CodecL16,
CodecOpus,
CodecMax = 0x7FFF
} CodecId;