实时直播 - 开始直播接口返回值增加WEBRTC字段
parent
e666bb0407
commit
b67841b319
|
@ -112,6 +112,7 @@ public class ApiStreamController {
|
|||
result.put("RTMP", streamInfo.getRtmp());
|
||||
result.put("HLS", streamInfo.getHls());
|
||||
result.put("RTSP", streamInfo.getRtsp());
|
||||
result.put("WEBRTC", streamInfo.getRtc());
|
||||
result.put("CDN", "");
|
||||
result.put("SnapURL", "");
|
||||
result.put("Transport", device.getTransport());
|
||||
|
|
Loading…
Reference in New Issue