实现对ZLM全部HOOK的支持.

pull/1019/head
AlphaWu 2023-08-21 15:42:25 +08:00
parent 42cfa4aaef
commit 7c3765a357
5 changed files with 5 additions and 5 deletions

View File

@ -109,7 +109,7 @@ public class OnFlowReportHookParam extends HookParam{
public String toString() { public String toString() {
return "OnFlowReportHookParam{" + return "OnFlowReportHookParam{" +
"mediaServerId='" + super.getMediaServerId() + '\'' + "mediaServerId='" + super.getMediaServerId() + '\'' +
"app='" + app + '\'' + ", app='" + app + '\'' +
", duration=" + duration + ", duration=" + duration +
", params='" + params + '\'' + ", params='" + params + '\'' +
", player=" + player + ", player=" + player +

View File

@ -100,7 +100,7 @@ public class OnRecordHookParam extends HookParam{
public String toString() { public String toString() {
return "OnRecordHookParam{" + return "OnRecordHookParam{" +
"mediaServerId='" + super.getMediaServerId() + '\'' + "mediaServerId='" + super.getMediaServerId() + '\'' +
"app='" + app + '\'' + ", app='" + app + '\'' +
", file_name='" + file_name + '\'' + ", file_name='" + file_name + '\'' +
", file_path='" + file_path + '\'' + ", file_path='" + file_path + '\'' +
", file_size=" + file_size + ", file_size=" + file_size +

View File

@ -109,7 +109,7 @@ public class OnRtspAuthHookParam extends HookParam{
public String toString() { public String toString() {
return "OnRtspAuthHookParam{" + return "OnRtspAuthHookParam{" +
"mediaServerId='" + super.getMediaServerId() + '\'' + "mediaServerId='" + super.getMediaServerId() + '\'' +
"app='" + app + '\'' + ", app='" + app + '\'' +
", id='" + id + '\'' + ", id='" + id + '\'' +
", ip='" + ip + '\'' + ", ip='" + ip + '\'' +
", must_no_encrypt=" + must_no_encrypt + ", must_no_encrypt=" + must_no_encrypt +

View File

@ -82,7 +82,7 @@ public class OnRtspRealmHookParam extends HookParam{
public String toString() { public String toString() {
return "OnRtspRealmHookParam{" + return "OnRtspRealmHookParam{" +
"mediaServerId='" + super.getMediaServerId() + '\'' + "mediaServerId='" + super.getMediaServerId() + '\'' +
"app='" + app + '\'' + ", app='" + app + '\'' +
", id='" + id + '\'' + ", id='" + id + '\'' +
", ip='" + ip + '\'' + ", ip='" + ip + '\'' +
", params='" + params + '\'' + ", params='" + params + '\'' +

View File

@ -55,7 +55,7 @@ public class OnShellLoginHookParam extends HookParam{
public String toString() { public String toString() {
return "OnShellLoginHookParam{" + return "OnShellLoginHookParam{" +
"mediaServerId='" + super.getMediaServerId() + '\'' + "mediaServerId='" + super.getMediaServerId() + '\'' +
"id='" + id + '\'' + ", id='" + id + '\'' +
", ip='" + ip + '\'' + ", ip='" + ip + '\'' +
", passwd='" + passwd + '\'' + ", passwd='" + passwd + '\'' +
", port=" + port + ", port=" + port +