Failed by ICE keep alive occurs after updating to 5.0.3100

ysk-i

New Member
Hi,
I run WCS on AWS EC2 Ubuntu16.04.
After updating from 5.0.2874 to 5.0.3100, "Failed by ICE keep alive" occurs.
Is it necessary to change any configuration?

I'll send logs and flashphoner.properties.
 

Max

Administrator
Staff member
Hello
You had sent logs. We checked logs.
Now we would like to check it immediately on the server.

As an option please try to add setting:
Code:
stun_freshness_timeout=1000000000
to flashphoner.properties
and restart server
let us know if it helps
 

Max

Administrator
Staff member
Hello

We have recently checked AWS instance
1. Open AWS marketplace page.
https://aws.amazon.com/marketplace/pp/B01D1L5EAK
2. Subscribe in few clicks.
3. Make sure instance has started in Amazon EC2 - Instances
4. Connect to the instance over SSH.
5. Update instance.
service webcallserver update
6. WCS has been updated to the latest 3150.
7. Test Two Way Streaming example (works).
8. Test RTSP playback example (works).

Testing scope: Chrome 66, Windows 10, no blocker extensions.
 

ysk-i

New Member
Thank you for the information.
I created a new instance from the marketplace AMI, and I confirmed that RTSP playback from a public IP camera worked well.
However, when connecting to an IP camera via software VPN (SoftEther VPN) "Failed to connect to rtsp tream" occured.
(ping from the EC2 instance to the IP camera succeeded.)

I sent logs to logs@flashphoner.com
 
Last edited:

Max

Administrator
Staff member
Hello
Try
Code:
ip_local=0.0.0.0
in flashphoner.properties
It looks like RTSP is bound on non-VPN address and that's why it does not connect to the IP cam over VPN.
 

Max

Administrator
Staff member
I have the same issue, no it did not help
Hello Karan Bhansali
We have got access to your server.
However it seems you are trying to configure case SIP as RTMP.
If so, please create a new forum thread and describe your case there.
 

ysk-i

New Member
Thank you for your information.
I tried
Code:
ip_local=0.0.0.0
however, ip_local=0.0.0.0 was replaced with the EC2's local IP during WCS restarting.
 

Max

Administrator
Staff member
Hello
Yes. WCS automatically set ip_local to EC2 local address on AWS system.
To disable this behavior,
Edit file
Code:
/etc/init.d/webcallserver
Find and comment the following line:
Code:
check_amazon
Example:
Code:
#check_amazon
Then IP will not be changed during restart.
 

ysk-i

New Member
Thank you!
This works well on both of Amazon Linux and Ubuntu.
Code:
ip = {public IP of EC2}
ip_local = 0.0.0.0
 
Last edited:

lalit

New Member
I am facing same issue in RHEL 7.5
stun_freshness_timeout=1000000000 did not work.
It seems it is a bug in flashphoner that displays when run on a RHEL
I have running version 5.0.3406
 

Max

Administrator
Staff member
Code:
I am facing same issue in RHEL 7.5
stun_freshness_timeout=1000000000 did not work.
It seems it is a bug in flashphoner that displays when run on a RHEL
I have running version 5.0.3406
Hello
This thread is closed. Please create a new one.
I'm sure you have another issue cause.
 
Top