Ben, One way I check is when the netstat command. If you have red5 running on the default port of 1935, the command would be something like this :
netstat -an | grep :1935 If it's running, you see the output telling you that the server is listening on port 1935. If it's not running, you will see nothing. Thanks, -Grant From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Wade Sent: Friday, June 22, 2007 12:56 PM To: [email protected] Subject: [Red5] checking to see if red5 is running Does anyone know a command or something I could type to let me know if red5 is indefinitely running or not? This is for a centos server. I know this is how you see if java is running. ps -e | grep java Is there something similar like that for red5? Regards, Ben Wade
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
