4K streaming, stop in 5 seconds

Max

Administrator
Staff member
Good day.
Please tell us which version of WCS are you using?
We are trying to reproduce your case and let you know about the results.
 
Last edited:

Max

Administrator
Staff member
Good day.
We tested your case with WCS 5.2.302. Works for us.
Please try switch KeepAlive off for RTMP on the server using the following parameter in flashphoner.properties file:
Code:
keep_alive.enabled = websocket, rtmfp
And then restart WCS:
Code:
{WCS home}/bin/webcallserver restart
If it doesn’t help, please collect a report as described here (you can collect logs using script), including browser version and browser console messages, and send to support@flashphoner.com, we will check.
 

Max

Administrator
Staff member
Good day.
If you are testing another source (not 4k) problem persist?

We also see in log, possible mismatch IP address.
Check in your flashphoner.properties file as looks ip_local:
Code:
ip_local=x.x.x.x
compare in according your ifconfig.

Besides that, please for test try using TCP. Is enabled with the following parameter in flashphoner.properties file:
Code:
ice_tcp_transport_force=true
and restart WCS.

If this does not help, also please send your flashphoner.properties settings file to support@flashphoner.com.
 
Last edited:
Top