Posts Tagged ‘Red5

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 [...]

As part of my Rails Rumble team prep, I wanted to document the quickest way to get a Red5 Flash media server up and running on a virtual private server. The Rails Rumble project will actually be using a Linode cloud server, but since I already have a Slicehost account, I did this experimentation on [...]


top