mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 11:41:44 +08:00
增加rtmp/rtsp对音频G711A,G711U的支持
This commit is contained in:
@@ -28,6 +28,8 @@ const char *CodecInfo::getCodecName() {
|
||||
SWITCH_CASE(CodecH264);
|
||||
SWITCH_CASE(CodecH265);
|
||||
SWITCH_CASE(CodecAAC);
|
||||
SWITCH_CASE(CodecG711A);
|
||||
SWITCH_CASE(CodecG711U);
|
||||
default:
|
||||
return "unknown codec";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user