Hi Maxim, I am sure that my client will be rejected in 3.3.x , but will connect successfully in 4.0.0(the same code you provided), due to the source code of login method in MobileService.java is different between them. 4.0.0: [image: 内嵌图片 1] 3.3.x: [image: 内嵌图片 2]
It will create a stream client in 4.0.0 when I login OM server through by MobileService (rtmp connection), then I can connect to a room next step. So I'm curiously why your mobile client can connect successfully, I guess your client didn't use the MobileService to login OM server,right? If yes, why the OM still have the MobileService ? Sorry for my poor English, I have try my best to make you understand what I mean:((( WBR 2017-09-30 10:38 GMT+08:00 Maxim Solodovnik <[email protected]>: > Hello xiansh, > > I have created new thread > > please check this code: https://github.com/apach > e/openmeetings/blob/master/openmeetings-core/src/main/ > java/org/apache/openmeetings/core/remote/ScopeApplicationAdapter.java#L186 > > I believe your client is being rejected > You have to provide additional connection parameters > > On Fri, Sep 29, 2017 at 3:26 PM, xs zhong <[email protected]> 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 <[email protected]>: >> >>> 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 <[email protected]> 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 <[email protected]>: >>>> >>>>> 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 >>> >> >> > > > -- > WBR > Maxim aka solomax >
