Issue with android SDK

Adish

New Member
We have purchased flashphoner license and have been using it for a while now, However we are facing an issue in our android app. Sometimes when the app enters Picture-in-Picture mode or if we minimize and get back to the app, stream stops. is there any way to ensure the stream remains uninterrupted? The version we are using is WebCallServer5.
 

Max

Administrator
Staff member
Hello.
Android OS tries to stop application activities and to unload application from device memory when you minimize it, it is default behaviour. To prevent it you should impelement a service, see detailed example here.
 

Adish

New Member
No.1 in known issues in that link states that we can't display the stream locally in our implementation it is mandatory that we display the stream locally as well.. Plus as I've mentioned this issue occurs even in picture in picture mode and very rarely this issue also occurs when the stream is kept alive for too long.
 

Max

Administrator
Staff member
it is mandatory that we display the stream locally as well
You can play the stream from server and display it to user as local video. Service implementation should help to solve all the issues you mentioned.
 
Top