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

This commit is contained in:
jiang 2022-08-18 15:32:12 +08:00
parent 1d2c9f2049
commit 36a803f816

View File

@ -112,6 +112,7 @@ public class ApiStreamController {
result.put("RTMP", streamInfo.getRtmp()); result.put("RTMP", streamInfo.getRtmp());
result.put("HLS", streamInfo.getHls()); result.put("HLS", streamInfo.getHls());
result.put("RTSP", streamInfo.getRtsp()); result.put("RTSP", streamInfo.getRtsp());
result.put("WEBRTC", streamInfo.getRtc());
result.put("CDN", ""); result.put("CDN", "");
result.put("SnapURL", ""); result.put("SnapURL", "");
result.put("Transport", device.getTransport()); result.put("Transport", device.getTransport());