648540858
2021-11-16 bab5a5ab5e452b6f9cb0cb0efccf85a93c876676
src/main/java/com/genersoft/iot/vmp/media/zlm/ZLMHttpHookListener.java
@@ -31,7 +31,7 @@
import javax.servlet.http.HttpServletRequest;
/**    
 * @Description:针对 ZLMediaServer的hook事件监听
 * @description:针对 ZLMediaServer的hook事件监听
 * @author: swwheihei
 * @date:   2020年5月8日 上午10:46:48     
 */
@@ -326,6 +326,7 @@
      String streamId = json.getString("stream");
      String app = json.getString("app");
      // TODO 如果在给上级推流,也不停止。
      if ("rtp".equals(app)){
         JSONObject ret = new JSONObject();
         ret.put("code", 0);