Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).
1146 Discussions

startStreamingOut

Daghe
Beginner
580 Views

指定流输出

startStreamingOut(myRoom,"rtmpUrl","roomid-common","roomid-common");返回500   Internal Server Error

调用的方法有问题吗?

0 Kudos
5 Replies
tk__sruthin
Beginner
580 Views

Hello,

We are also facing the same issue in the restapi. 

 

Is there any updates to solve this issue

0 Kudos
Qiujiao_W_Intel
Employee
580 Views

第三个参数需要是json格式的,请参考文档

0 Kudos
Daghe
Beginner
580 Views

调用接口  POST /v1/rooms/5b18c691dad83dda60b7d97b/streaming-outs/ HTTP/1.1

{"media":{"audio":{"from":"5b18c691dad83dda60b7d97b-common"},"video":{"from":"5b18c691dad83dda60b7d97b-common"}},"url":"rtmp://xxxx:1935/123"}  内网可以实现rtmp流输出,但是当将app与portal映射到外网后就出现了500错误

0 Kudos
Daghe
Beginner
580 Views

内网情况下使用startStreamingOut可以用VLC播放,当将portal/webrtc/nuve模块映射到外网时出现了500错误,无法正常输出,请帮忙复现下,是我配置有问题吗?谢谢!

0 Kudos
Qiujiao_W_Intel
Employee
580 Views

请详细描述网络使用情况:

1. MCU部署情况, 除了portal/webrtc/nuve模块映射到外网其他的module都在内网吗

2. rtmp服务器是在内网还是外网

3. 连接的客户端是在内网还是外网

0 Kudos
Reply