Archive for January, 2010

Notes: Make sure to create a writeable log file for red5 at “/var/log/red5.log”. Usage of the script is straightforward: “/etc/init.d/red5 start”. #! /bin/sh # Author: Sandeep Ghael # put these contents at: /etc/init.d/red5 # change red5 directory path below as necessary RED5_DIR=/usr/share/red5 start() {    echo "Starting Red5 Service"    sudo su root -c "cd [...]


top