|
@@ -166,7 +166,7 @@ public class CameraUtil {
|
|
|
* @return
|
|
|
*/
|
|
|
public static String startRecording(String cameraCode, String channel) {
|
|
|
- return webUrl + "/api/record/flv/start?streamPath=" + channel + "/" + cameraCode;
|
|
|
+ return webUrl + "/recordpro/api/start?streamPath=" + channel + "/" + cameraCode;
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -176,7 +176,7 @@ public class CameraUtil {
|
|
|
* @return
|
|
|
*/
|
|
|
public static String endRecording(String taskId) {
|
|
|
- return webUrl + "/api/record/flv/stop?id=" + taskId;
|
|
|
+ return webUrl + "/recordpro/api/stop?id=" + taskId;
|
|
|
}
|
|
|
|
|
|
|