Hi Max, thank you for your support. I didn't found what was the problem and it was sure some issue with the server. I did reinstall the server application and now it works as expected.
1) I click Join button
2) ESTABLISHED writes for status but Join button not goes to Leave
3) Both video windows, local (small) and remote (big) are empty
4) Message boxes displays NONE
5) Publish button is disabled
I think WCS server is not configured for chat. Just to mention Stream recording...
Hello, I tried VideoChat code from client2 on my local environment and I can't get video in the application. Connection is established but no local video in the frame.
Then I used your demo.flashphoner.com and section VideoChat to try my server and I found that does not work even on your demo...
Hi, we have licensed Flashphoner installed on our servers and we have one question:
can we get real-time information about currently opened streaming channels on server?
I have a problem with flashphoner.log files in the server logs folder.
Files are huge and mostly populated with debug entries.
How to disable DEBUG logs in flashphoner.log files and have only INFO, WARN, or ERROR?
Hi, I have set video resolution like this:
video:
{
width: {min:320,max:640},
height: {min:240,max:480}
}
On mobile devices I get recordings always 640x480 even if the network is slow.
Is there a possibility to automatically switch from 640x480 to 320x240 if the network is slow?
I try to use FP to record streams from mobile but from different mobile devices, I got recordings with different framerate regardless of what is set in the javascript constraints. I set 25 for frameRate but recordings have form 10 to 30. What is the purpose of frameRate property actually?