xxx
xiangpei
2024-10-10 48ca11aaf324d017c08fadabf27c753fdd76c9b7
src/main/java/com/genersoft/iot/vmp/media/zlm/dto/ZLMServerConfig.java
@@ -331,6 +331,9 @@
    @JSONField(name = "shell.shell")
    private String shellPhell;
    @JSONField(name = "transcode.suffix")
    private String transcodeSuffix;
    public String getHookIp() {
        return hookIp;
@@ -1211,4 +1214,12 @@
    public void setHookOnRtpServerTimeout(String hookOnRtpServerTimeout) {
        this.hookOnRtpServerTimeout = hookOnRtpServerTimeout;
    }
    public String getTranscodeSuffix() {
        return transcodeSuffix;
    }
    public void setTranscodeSuffix(String transcodeSuffix) {
        this.transcodeSuffix = transcodeSuffix;
    }
}