增加转码配置说明

This commit is contained in:
cqm
2023-05-24 23:32:39 +08:00
committed by cqm
parent 3765873582
commit 442df29c83
2 changed files with 21 additions and 3 deletions

View File

@@ -205,7 +205,7 @@ extern const std::string kEnableHls;
extern const std::string kEnableHlsFmp4;
//是否开启MP4录制
extern const std::string kEnableMP4;
//是否开启转换为rtsp/webrtc
//是否开启转换为rtsp
extern const std::string kEnableRtsp;
//是否开启转换为rtmp/flv
extern const std::string kEnableRtmp;
@@ -213,7 +213,9 @@ extern const std::string kEnableRtmp;
extern const std::string kEnableTS;
//是否开启转换为http-fmp4/ws-fmp4
extern const std::string kEnableFMP4;
//是否开启转换为webrtc
extern const std::string kEnableRtc;
//是否开启音频转码
extern const std::string kAudioTranscode;
//是否将mp4录制当做观看者