Hi does OM have mobile client? if yes, what is that? On Fri, Sep 29, 2017 at 11:56 AM, xs zhong <xians...@gmail.com> wrote:
> Hello Maxim, > > Well, My mobile client connect to OM like this simple way: > > var nc:NetConnection = new NetConnection(); > nc.connect("rtmp://localhost:1935/openmeetings"); > nc.call("mobile.loginUser", response, login, password); > > The callback is {status=-1.0} in OM 3.3.x, but correct result returned in > 4.0.0. > Is my code in this way wrong? > > WBR > > 2017-09-29 15:47 GMT+08:00 Maxim Solodovnik <solomax...@gmail.com>: > >> Hello xiansh, >> >> I just have checked Mobile client can successfully connect to OM 3.3.x >> OM 4.0.0 has some issues on disconnect and receiving video but now it is >> fixed. >> >> What is your issue? >> >> >> On Thu, Sep 28, 2017 at 3:59 PM, xs zhong <xians...@gmail.com> wrote: >> >>> Hi, Maxim, >>> >>> I have used 4.0.0 snapshot for Android app testing since 18th Sep. The >>> connection between mobile and OM is OK now, and I found it's OK also in >>> 3.0.7, but it's rejected in 3.3.0, 3.3.1 or 3.3.2 , Does OM support mobile >>> client from 4.0.0? The source code of MobileService.java are different >>> among them. >>> >>> According to the MobileService.java, the first step is landing OM, as >>> the code "IConnection conn = Red5.getConnectionLocal();" in login method, >>> is the only way to connect from mobile to OM for user login using >>> NetConnection class in flash? >>> >>> But when the next step to connect to one room, it still have to use >>> NetConnection again, it's duplicated, there will be two clients and >>> connections. Or is there another way to login OM from Flash/AIR >>> environment? >>> >>> Greetings xiansh >>> >>> >>> 2017-09-22 20:07 GMT+08:00 Maxim Solodovnik <solomax...@gmail.com>: >>> >>>> Hello All, >>>> >>>> I need help with testing upcoming 4.0.0 release. >>>> I believe it can be released as soon as Apache Wicket will release next >>>> stable version of 8.0.0 >>>> >>>> Could you please test most recent 4.0.0 snapshot >>>> You can use our demo servers: >>>> >>>> https://om.alteametasoft.com:8443/next (powerfull server) >>>> https://demo-openmeetings.apache.org/openmeetings (server >>>> without enough resources :) the SLOW one :)) ) >>>> >>>> Or test locally using nightly build: https://builds.apache.o >>>> rg/view/M-R/view/OpenMeetings/job/openmeetings/ >>>> >>>> Here is the testing plan you can use: http://openmeetings.apach >>>> e.org/ManualTesting.html >>>> >>>> Thanks in advance! >>>> >>>> >>>> -- >>>> WBR >>>> Maxim aka solomax >>>> >>> >>> >> >> >> -- >> WBR >> Maxim aka solomax >> > >