Commit 0a44eb89654ebed5809675211e69c816b1dacf92
1 parent
0b6587b1
增加配置将国标录像与其他录像分开
Showing
1 changed file
with
0 additions
and
1 deletions
src/main/java/com/genersoft/iot/vmp/media/zlm/ZLMHttpHookListener.java
| ... | ... | @@ -204,7 +204,6 @@ public class ZLMHttpHookListener { |
| 204 | 204 | }else { |
| 205 | 205 | ret.put("enableMP4", userSetup.isRecordPushLive()); |
| 206 | 206 | } |
| 207 | - ret.put("enableMP4", userSetup.isRecordPushLive()); | |
| 208 | 207 | StreamInfo streamInfo = redisCatchStorage.queryPlaybackByStreamId(stream); |
| 209 | 208 | |
| 210 | 209 | // 录像回放时不进行录像下载 | ... | ... |