|
@@ -144,6 +144,7 @@ public class GetCameraPreviewURL {
|
|
|
jsonBody.put("beginTime", "2023-11-29T14:00:00.000+08:00");
|
|
|
jsonBody.put("endTime","2023-11-29T14:20:00.000+08:00");
|
|
|
jsonBody.put("protocol","rtsp");
|
|
|
+ jsonBody.put("expand","streamform=rtp");
|
|
|
String body = jsonBody.toJSONString();
|
|
|
/**
|
|
|
* STEP6:调用接口
|