Hi Knuty,

If you're on a flavor of Unix, I tend to do this:

> netstat -c | grep 1935

And let it scroll along.  That's doing a netstat repeatedly and then using
grep to sort out entries that contain port 1935.  You can, of course,
adjust this as needed (if you want to watch a different port, perhaps).

But it's simple enough to get a basic idea of how many people you have at
once.  Omit the -c option for the netstat and you can get a snapshot.

I don't know if there are any more fancy methods.  I haven't had the
chance to check out the Admin Panel that Martijn van Beek has created - so
I'll leave it open to him or others to respond on methods they might use.

=)

Nathan


On Thu, 12 Jul 2007, Diverse wrote:

> Hi out there..
> 
> How can I see who is connected to my red5 server from external IP?
> 
> Regards
> Knuty


_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to