Thanks for your helpful replies. I have tried all possibilities re users, absolute paths but to no avail. I am streaming video from an ip camera, and all that works fine. I have isolated down to a basic problem, i.e
If I add to the bottom of bootlocal.sh:
ls -l /usr/local/bin/ffmpeg > /home/tc/test.txt - I can see ffmpeg in its directory.
However, if I add:
/usr/local/bin/ffmpeg > /home/tc/test.txt - test .txt is empty when it should contain the ffmpeg info spiel. Alas nothing!
Thanks
[Edit]: Added code tags. Rich