Android App crashing

Thank you for your assistance.

Can you let us know if the sample code i have sent you is crashing at your end or not?

Thanks
Mohammad Adil
 
Hi there,
There is a requirement from the customer side. Its sort of a help desk they are in need of. They want the customer to call in from the Mobile Application through the internet. The agent side is restricted for internet but will be able to connect to the flashphoner server via the Local network.

My questions are:
Is it possible to assign 2 ips on the flashphoner server? One local ip for agents to connect to the server and one global for customers to call in from the mobile application?
Will the agents be able to connect through the websdk as they will be sitting on their desktop machines and login on the webpage?

Thanks
Mohammad Adil
 

Max

Administrator
Staff member
Good day.
In flashphoner properties we have two settings:
Code:
ip=WCS_external_IP
ip_local=WCS_internal_IP
If WCS server is in your LAN, this settings are differ. Perhaps you setup port forwarding from router to WCS server, so it will be available from external network. In this case, WCS server will also be available from LAN.
So yes, your case should work. Note that this case requires to setup SSL certificates for both external and internal domains, or setup your LAN for server domain name to be resolved to local IP address for LAN clients.
 
Hi there,
Thank you for your support.
One more question we have is that:

Is it possible to record a whole video conference in to one file? (All parties play back in one file). Which means record the whole room in one file no matter how many parties or streamers are in the room?

Thanks
Mohammad Adil
 
Last edited:

Max

Administrator
Staff member
Good day.
You can use stream mixer to mix all participants video streams to one, then you can record mioxer stream. Note that stream mixing uses transcoding, so so it requires more CPU resources.
 
Top