2008
We go live at 8:30pm on Thursday November 13
Click here to return to the main page.
$rtmp = 'rtmp://wo1.flash.streamuk.com/livestream/iomn'; if (isset($_POST['rtmp'])) { $rtmp = $_POST['rtmp']; } else if (isset($_GET['rtmp'])) { $rtmp = $_GET['rtmp']; } $stream = 'iomn'; if (isset($_POST['stream'])) { $stream = $_POST['stream']; } else if (isset($_GET['stream'])) { $stream = $_GET['stream']; } ?>