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

移动端浏览器外网访问

Daghe
Beginner
819 Views

问题1:

外网配置

webrtc-agent/agent.toml中

webrtc      network_interfaces = [{name = "virbr0-vca",replaced_ip_address = "映射的外网IP"}]

如果replaced_ip_address配置的外网ip,怎么保证端口都能使用,都要映射?

问题2:

ios系统的移动端使用谷歌浏览器访问无法显示流画面(不是app),安卓系统能正常显示,是终端系统不支持?请帮忙复现

期待回复,感谢!

0 Kudos
6 Replies
Daghe
Beginner
819 Views

使用的webrtc-agent/agent.toml

network_interface = {name = "eth0",replaced_ip_address = "内网ip"}

stunserver = "223.112.90.172"

port = 3478

 

0 Kudos
Qiujiao_W_Intel
Employee
819 Views

关于问题1, 请查看webrtc_agent/agent.toml文件,webrtc tag下的maxport已经minport是针对外网通信的,把这里配置的端口范围映射到外网就可以了

0 Kudos
YanbinZ_Intel
Employee
819 Views

Hi, 请在iOS 系统上使用iOS SDK application 或者Safari 浏览器去访问, 我们不支持Chrome 跑在iOS 系统上。

0 Kudos
Daghe
Beginner
819 Views

感谢回复!

问题一:将端口范围均映射到外网,端口映射较多,无法分布式部署集群部署,我现在并没有映射,但外网依旧能正常访问

问题二:手机IOS系统使用Chrome与Safari均不能正常显示,必须使用IOS SDK application??

0 Kudos
Daghe
Beginner
819 Views

经验证iphone移动端 IOS10.4的系统safari无法正常显示混合流画面,IOS11.1及IOS11.4能正常显示流画面

版本为4.0.1,请帮忙回复上面的问题以及safari能支持的版本范围,谢谢

0 Kudos
Jianjun_Z_Intel
Employee
819 Views

Safari支持的版本是11以上。

0 Kudos
Reply