- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Team,
We installed Intel CS MCU 4.1 in AWS cloud and opened all ports, below is the configuration for webrtc_agent. used nginx as reverse proxy webserver and with https SSL Certificates
network_interfaces = [{name = "eth0", replaced_ip_address = "18.136.148.95"}]
maxport = 49152 #default: 0
minport = 65535 #default: 0
When we try to open basic example app with forward true we are getting below error when it is opened in 3 tabs and we have restart mcu again
but with mixing its working fine with multiple tabs
Kindly help with the issue
https://mcu.domain.com/?forward=true
ics.js:8 Empty candidate.
ics.js:8 ICE connection state changed to checking
ics.js:8 Remote stream added.
ics.js:8 ICE connection state changed to checking
2index.js:32 subscribe failed Error: Source stream loss
at new t (ics.js:8)
at t.value (ics.js:8)
at t.value (ics.js:8)
at O (ics.js:8)
at ics.js:8
at ics.js:8
at Array.map (<anonymous>)
at t.dispatchEvent (ics.js:8)
at Socket.<anonymous> (ics.js:8)
at Socket.Emitter.emit (socket.io.js:3)
3ics.js:8 ICE connection state changed to failed
ics.js:8 Uncaught (in promise) Error: ICE connection failed or closed.
at new t (ics.js:8)
at t.value (ics.js:8)
at RTCPeerConnection._pc.oniceconnectionstatechange (ics.js:8)
Thanks
Naresh
- Tags:
- HTML5
- JavaScript*
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Naresh, from your configuration, maxport is smaller than minport, please configure them with valid value
maxport = 49152 #default: 0
minport = 65535 #default: 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have the same issue when i try to run webrtc-agent inside of a docker container, this is the log file
2019-01-29 12:45:36.488 - INFO: ErizoJS - pid: 227
2019-01-29 12:45:36.494 - INFO: ErizoJS - Connecting to rabbitMQ server...
2019-01-29 12:45:36.524 - INFO: AmqpClient - Connecting to rabbitMQ server OK, hostPort: { host: '35.247.128.104', port: 5672 }
2019-01-29 12:45:36.616 - INFO: ErizoJS - webrtc-828b95f0907573075d5c@10.148.0.3_0 as rpc server ready
2019-01-29 12:45:36.622 - INFO: ErizoJS - webrtc-828b95f0907573075d5c@10.148.0.3_0 as monitor ready
2019-01-29 12:52:23,246 - WARN: LibNiceConnection - message: failed and not received all candidates, newComponentState:4
2019-01-29 12:52:23,637 - WARN: LibNiceConnection - ?N message: failed and not received all candidates, newComponentState:4
2019-01-29 12:58:00.938 - WARN: ErizoJS - Exiting on SIGTERM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, Le, Samuel
If you start webrtc-agent in a docker container, was your network ok?
Have you tried with docker network=host?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Obviously, I have been using network = host and 2 virtual machines:
1, first one runs cluster_managers, nuve, rabbitmq, mongodb
2, second one runs portal, conference agent, webrtc agent, audio, video, streaming agent, all inside of a docker container.
Do i need a Turn server in this case ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there, I found the solution:
this error is caused by the difference between the default network interface name of different Ubuntu machines.
make sure you run the command "ifconfig" to see your existing network interfaces before specifying : network_interfaces in webrtc-agent/agent.toml
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page