I have installed the script under Windows XAMPP. Almost everything seems to work well. I can do video uploads/conversions with the Realtime Processing config option, and with the admin interface. So convert.php is pretty much working.
I am stuck trying to get Background Processing option to work. I can successfully run convert.php from the command line and via exec. The following example works:
exec(c:/xampp/php/php -q c:/xampp/vshare/convert.php 25)
But adding the "> /dev/null &" to the end of the command fails every time. The process_queue isn't updated and nothing is written to the debug.txt. Nothing is in the error.log.
Any ideas? This seems to be something specifically related to the "> /dev/null &" stuff at the end of the command and Windows.




Reply With Quote
Bookmarks