mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-19 06:42:21 +08:00
RTSP推流增加L16动态payload type支持(RFC 3551 Section 4.5.11, RFC 2586)
This commit is contained in:
@@ -28,6 +28,7 @@ typedef enum {
|
||||
CodecAAC,
|
||||
CodecG711A,
|
||||
CodecG711U,
|
||||
CodecL16,
|
||||
CodecOpus,
|
||||
CodecMax = 0x7FFF
|
||||
} CodecId;
|
||||
|
||||
Reference in New Issue
Block a user