|
@@ -1421,7 +1421,7 @@ ffmpeg -i "concat:1.ts|2.ts" -c copy output.mp4
|
|
|
}
|
|
|
//取出VideoTracks
|
|
|
JSONArray videoJson = subObj.getJSONArray("VideoTracks");
|
|
|
- if (audioJson != null && audioJson.size() > 0) {
|
|
|
+ if (videoJson != null && videoJson.size() > 0) {
|
|
|
for (int v = 0; v < videoJson.size(); v++) {
|
|
|
BaseCameraManagementResponse.VideoTracks videoTracks = new BaseCameraManagementResponse.VideoTracks();
|
|
|
JSONObject arrayJSONObject = videoJson.getJSONObject(v);
|