fix: AblUrls.java file removed
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user