- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
project linked sioclient.lib library and connect with the port 3001.
debug info:
(conferencesocketsignalingchannel.cc:90): Adding duplicated observer.
(conferencesocketsignalingchannel.cc:166): Socket.IO reconnecting.
(conferencesocketsignalingchannel.cc:166): Socket.IO reconnecting.
(conferencesocketsignalingchannel.cc:166): Socket.IO reconnecting.
(conferencesocketsignalingchannel.cc:166): Socket.IO reconnecting.
(conferencesocketsignalingchannel.cc:166): Socket.IO reconnecting.
(conferencesocketsignalingchannel.cc:166): Socket.IO reconnecting.
(conferencesocketsignalingchannel.cc:166): Socket.IO reconnecting.
(conferencesocketsignalingchannel.cc:166): Socket.IO reconnecting.
(conferencesocketsignalingchannel.cc:166): Socket.IO reconnecting.
(conferencesocketsignalingchannel.cc:166): Socket.IO reconnecting.
(conferencesocketsignalingchannel.cc:156): Socket.IO connection failed.
- Tags:
- HTML5
- JavaScript*
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I faced same problem, just replace ip config in webrtc_agent/agent.toml:
network_interfaces = [] # default: []
TO:
network_interface = {name = "eth0",replaced_ip_address = "xx.xx.xx.xx"}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
And change ip_address = "" #default: "" in portal/portal.toml
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hr, Z wrote:I faced same problem, just replace ip config in webrtc_agent/agent.toml:
network_interfaces = [] # default: []
TO:network_interface = {name = "eth0",replaced_ip_address = "xx.xx.xx.xx"}
thanks for your help, and I have to say that the configuration problem is difficult to check!

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page