648540858
2024-05-24 1efabbe4cc672fcf2ce589bdad1bce66c897a225
src/main/java/com/genersoft/iot/vmp/media/zlm/ZLMServerConfig.java
old mode 100644 new mode 100755
@@ -1,8 +1,9 @@
package com.genersoft.iot.vmp.media.zlm;
import com.alibaba.fastjson2.annotation.JSONField;
import com.genersoft.iot.vmp.media.zlm.dto.hook.HookParam;
public class ZLMServerConfig {
public class ZLMServerConfig extends HookParam {
    @JSONField(name = "api.apiDebug")
    private String apiDebug;
@@ -329,6 +330,9 @@
    @JSONField(name = "shell.shell")
    private String shellPhell;
    @JSONField(name = "transcode.suffix")
    private String transcodeSuffix;
    public String getHookIp() {
@@ -1210,4 +1214,12 @@
    public void setHookOnRtpServerTimeout(String hookOnRtpServerTimeout) {
        this.hookOnRtpServerTimeout = hookOnRtpServerTimeout;
    }
    public String getTranscodeSuffix() {
        return transcodeSuffix;
    }
    public void setTranscodeSuffix(String transcodeSuffix) {
        this.transcodeSuffix = transcodeSuffix;
    }
}