On Wednesday 19 January 2005 15:01, Geoff Scott wrote: > Ok, it's working, sort of ;) I won't go into the details of getting > it work because frankly I'm ashamed to (read that, "port forwarding > of port 8001 should go to the Myth Box, and not another box on the > network that isn't streaming a damn thing ;)" ) > > Anywho... > > The "sort of" part is that I still can't start the stream from the > web interface. I have to push the command through the CLI. > Wondering if this is due to a permission problem? When the "Start > Stream" button is pushed, the window showing what is in the log file > shows that "vlc" is not a recognized command, like this: > > Starting Stream of 1249_20050118160000_20050118163000.nuv > /video/mythstreamtv/mythstreamtv.sh: line 37: vlc: command not found
Hmmm, by any chance is your vlc install in /usr/local/bin ? Most likely /usr/local/bin is not in the default path of the user (apache?) running your web server. The easiest thing to do would be to hard-code the full path to vlc in mythstreamtv.sh (that's what I did). -JAC _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
