mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-19 11:57:54 +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")
|
||||
private String httpMp4;
|
||||
|
||||
@JSONField(name = "http-hls")
|
||||
private String httpHls;
|
||||
|
||||
private String download;
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
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.Setter;
|
||||
|
||||
@ -108,5 +108,5 @@ public class OnStreamArriveABLHookParam extends ABLHookParam{
|
||||
private Integer audioBitrate;
|
||||
|
||||
|
||||
private AblUrls url;
|
||||
private ABLUrls url;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user