mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-24 14:07:50 +08:00
fix: AblUrls.java file removed
This commit is contained in:
parent
99fd07d58d
commit
5bafc3e389
@ -17,5 +17,8 @@ public class ABLUrls {
|
|||||||
@JSONField(name = "http-mp4")
|
@JSONField(name = "http-mp4")
|
||||||
private String httpMp4;
|
private String httpMp4;
|
||||||
|
|
||||||
|
@JSONField(name = "http-hls")
|
||||||
|
private String httpHls;
|
||||||
|
|
||||||
private String download;
|
private String download;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
package com.genersoft.iot.vmp.media.abl.bean.hook;
|
package com.genersoft.iot.vmp.media.abl.bean.hook;
|
||||||
|
|
||||||
import com.genersoft.iot.vmp.media.abl.bean.AblUrls;
|
import com.genersoft.iot.vmp.media.abl.bean.ABLUrls;
|
||||||
import lombok.Getter;
|
import lombok.Getter;
|
||||||
import lombok.Setter;
|
import lombok.Setter;
|
||||||
|
|
||||||
@ -108,5 +108,5 @@ public class OnStreamArriveABLHookParam extends ABLHookParam{
|
|||||||
private Integer audioBitrate;
|
private Integer audioBitrate;
|
||||||
|
|
||||||
|
|
||||||
private AblUrls url;
|
private ABLUrls url;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user