|
@@ -231,7 +231,7 @@ ffmpeg -i "concat:1.ts|2.ts" -c copy output.mp4
|
|
|
* @return
|
|
|
*/
|
|
|
public static String startRecording(String cameraCode, String channel) {
|
|
|
- return historyUrl + "/api/record/flv/start?streamPath=" + channel + "/" + cameraCode;
|
|
|
+ return historyUrl + "/recordpro/api/start?streamPath=" + channel + "/" + cameraCode;
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -241,7 +241,7 @@ ffmpeg -i "concat:1.ts|2.ts" -c copy output.mp4
|
|
|
* @return
|
|
|
*/
|
|
|
public static String endRecording(String taskId) {
|
|
|
- return historyUrl + "/api/record/flv/stop?id=" + taskId;
|
|
|
+ return historyUrl + "/recordpro/api/stop?id=" + taskId;
|
|
|
}
|
|
|
|
|
|
|