One note on that topic: The problem is not the reconnect, you can easily establish the rtmp connection again. The problem is to resync all event that happened since the user lost the connection. For example some users might have left the room, start broad casting video, started screen sharing, deleted the whiteboard, switched slide forward in the presentation etc cetera. So the only way to solve that is basically to reload everything from scratch as if an user newly enters the room. That is basically possible but for example if you have 150 users in a room there are always 3 that just constantly have some reconnection issues. The reconnect has happen in a way so that the other 147 are not affected. And I think at the moment there might be a couple of syncing events that are blocking the screen for everybody.
So basically its all possible its just a lot more complex then simply re-establishing the broken rtmp-connection. Sebastian On Nov 25, 2013 8:22 PM, "Maxim Solodovnik" <[email protected]> wrote: > If I'm not mistaken, Sebastian told it is impossible to reconnect user to > the same scope ... > > > On Mon, Nov 25, 2013 at 1:58 PM, sanjeev kumar <[email protected] > >wrote: > > > Dear Sir > > I want add functionality to reconnect user in the same scope while > > his NetConnection lost due to NetConnection.connect.NetworkChange or > Closed. > > when any event generates other than Success it is going to onerror > > (in hibRtmpConnection.lzx ) handler there it is disconnecting from the > > current scope and connecting to default scope. > > so how i can reconnect to same scope again..... > > what i am doing , from onerror handler it self i am calling > this.connect() > > but in the userlist multiple entries are coming for same user , so i want > > to know correct way of reconnecting in to same scope automatically. > > > > please help me..... > > > > Thanks & Regards > > Sanjeev Kumar > > > > > > -- > WBR > Maxim aka solomax >
