old mode 100644
new mode 100755
| | |
| | | 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; |
| | |
| | | |
| | | @JSONField(name = "shell.shell") |
| | | private String shellPhell; |
| | | |
| | | @JSONField(name = "transcode.suffix") |
| | | private String transcodeSuffix; |
| | | |
| | | |
| | | public String getHookIp() { |
| | |
| | | public void setHookOnRtpServerTimeout(String hookOnRtpServerTimeout) { |
| | | this.hookOnRtpServerTimeout = hookOnRtpServerTimeout; |
| | | } |
| | | |
| | | public String getTranscodeSuffix() { |
| | | return transcodeSuffix; |
| | | } |
| | | |
| | | public void setTranscodeSuffix(String transcodeSuffix) { |
| | | this.transcodeSuffix = transcodeSuffix; |
| | | } |
| | | } |