#!/bin/sh
echo Content-type:text/html
echo ''
# end header

if ! ps -C streamts > /dev/null
then
    /var/bin/scrplg-start-streamts.sh
fi

echo '' # make firefox happy
