Commit 0a44eb89654ebed5809675211e69c816b1dacf92

Authored by 648540858
1 parent 0b6587b1

增加配置将国标录像与其他录像分开

src/main/java/com/genersoft/iot/vmp/media/zlm/ZLMHttpHookListener.java
@@ -204,7 +204,6 @@ public class ZLMHttpHookListener { @@ -204,7 +204,6 @@ public class ZLMHttpHookListener {
204 }else { 204 }else {
205 ret.put("enableMP4", userSetup.isRecordPushLive()); 205 ret.put("enableMP4", userSetup.isRecordPushLive());
206 } 206 }
207 - ret.put("enableMP4", userSetup.isRecordPushLive());  
208 StreamInfo streamInfo = redisCatchStorage.queryPlaybackByStreamId(stream); 207 StreamInfo streamInfo = redisCatchStorage.queryPlaybackByStreamId(stream);
209 208
210 // 录像回放时不进行录像下载 209 // 录像回放时不进行录像下载