Commit b67841b3196f021364b9b14cfecfd3d74bf53564

Authored by jiang
1 parent e666bb04

实时直播 - 开始直播接口返回值增加WEBRTC字段

src/main/java/com/genersoft/iot/vmp/web/gb28181/ApiStreamController.java
... ... @@ -112,6 +112,7 @@ public class ApiStreamController {
112 112 result.put("RTMP", streamInfo.getRtmp());
113 113 result.put("HLS", streamInfo.getHls());
114 114 result.put("RTSP", streamInfo.getRtsp());
  115 + result.put("WEBRTC", streamInfo.getRtc());
115 116 result.put("CDN", "");
116 117 result.put("SnapURL", "");
117 118 result.put("Transport", device.getTransport());
... ...