实现对ZLM全部HOOK的支持.
parent
42cfa4aaef
commit
7c3765a357
|
@ -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 +
|
||||||
|
|
|
@ -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 +
|
||||||
|
|
|
@ -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 +
|
||||||
|
|
|
@ -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 + '\'' +
|
||||||
|
|
|
@ -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 +
|
||||||
|
|
Loading…
Reference in New Issue