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

if ! ps -C streamts > /dev/null; then
  /var/bin/streamts > /dev/null &
fi

echo ''
