fix: AblUrls.java file removed

This commit is contained in:
Kairlec 2025-10-10 10:54:46 +08:00
parent 99fd07d58d
commit 5bafc3e389
No known key found for this signature in database
GPG Key ID: DB5579BC03F05D3E
2 changed files with 5 additions and 2 deletions

View File

@ -17,5 +17,8 @@ public class ABLUrls {
@JSONField(name = "http-mp4")
private String httpMp4;
@JSONField(name = "http-hls")
private String httpHls;
private String download;
}

View File

@ -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;
}