Hmm. I don't know what else is changed in that commit (besides notification message), but probably it's not causing any problems now because of that. I don't think it was red5 disconnecting the client, if it did, we'd probably see some exceptions or something wrong going on in the logs. Probably, FP just disconnects itself when it doesn't like the order of the data arriving, or something like that. Actually, it doesn't always disconnect, but just sometimes; i think it's an unnoticed bug in FP, commented like /* the code will never reach here, FMS will never send these stuff in these order under these circumstances*/ :))
anyway, the problem seems to be solved, i've tested throughly, but it never occured in trunk, thanks :) hmm, BTW, something i've forgot to email here, a few days ago, when i published a stream without a live/record parameter, just the stream name, i was starting to get null pointer exceptions (it starts and goes on that way, doesn't stop) from rtmpconnection (it may be some other class, i don't remember now, it had rtmp in its name i think). But didn't tested it with a clean fla file, that's why i didn't send it here i think. Hmm, i shall test it tonight and add to trac if necessary :) regards, -kerem On 5/16/06, Steven Gong <[EMAIL PROTECTED]> wrote: > > > > On 5/16/06, Kerem Hadimli <[EMAIL PROTECTED]> wrote: > > hi Steven. > > > > i'm not sure, my main client/app doesn't subscribe to its own > > published stream (i've checked it), it just publishes, and subscribes > > others' the normal way, but when i use 2 clients, and connect and > > disconnect one, sometimes, the other one gets disconnected after it > > starts receiving newly connected one's stream [it just disconnects the > > way like subscribing to own stream code i've sent] > > > > > > i've just checked it with trunk (rev851), the problem doesn't occur > > there. One thing i've noticed, the code i've sent here, receives > > NetStream.Publish.Start on 4.1 branch, but doesn't receive on current > > version of trunk. Maybe it's connected? > > > Well, I've just committed some code yesterday and the streaming part is > quite different from that in 0.4.1 branch. But one thing is clear that the > notification message won't affect any functionality of streaming. > > > > -kerem > > > On 5/16/06, Steven Gong <[EMAIL PROTECTED]> wrote: > > Hi Kerem, > > I have noticed several occasions that the fp will disconnect from server > > automatically. For example, if I make the recording stream available for > > subscription, the subscriber will be automatically disconnected. This > seems > > to be the same as you have met and I think it may be due to the behaviour > of > > fp not the problem of Red5. > > > > > > On 5/16/06, Kerem Hadimli <[EMAIL PROTECTED]> wrote: > > > [removed] _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
