实时直播 - 开始直播接口返回值增加WEBRTC字段
This commit is contained in:
parent
1d2c9f2049
commit
36a803f816
@ -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
Block a user