Hi, I'm trying to invoke VLC through a PHP file so it can stream out a video to a port that the browser will be listening to. In the PHP file, i have: echo shell_exec("video.sh"); In sh file, i have: #! /bin/sh vlc videofile.ts When i access the PHP file from the browser, this is the messa...