Commit bc1b8098a2d042bd94038128f3e83c604b0418c9
1 parent
59ef6e67
修身颠簸与录像回放redis前缀重复的问题
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/callback/DeferredResultHolder.java
| @@ -35,7 +35,7 @@ public class DeferredResultHolder { | @@ -35,7 +35,7 @@ public class DeferredResultHolder { | ||
| 35 | 35 | ||
| 36 | public static final String CALLBACK_CMD_PLAY = "CALLBACK_PLAY"; | 36 | public static final String CALLBACK_CMD_PLAY = "CALLBACK_PLAY"; |
| 37 | 37 | ||
| 38 | - public static final String CALLBACK_CMD_PLAYBACK = "CALLBACK_PLAY"; | 38 | + public static final String CALLBACK_CMD_PLAYBACK = "CALLBACK_PLAYBACK"; |
| 39 | 39 | ||
| 40 | public static final String CALLBACK_CMD_DOWNLOAD = "CALLBACK_DOWNLOAD"; | 40 | public static final String CALLBACK_CMD_DOWNLOAD = "CALLBACK_DOWNLOAD"; |
| 41 | 41 |