VLC is not starting on the server
Make sure you have php_safe_mode off. This is needed to execute the VLC executable.
You can change that in the php.ini file, or setting it in httpd.conf file as an php option:
php_admin_flag safe_mode Off
- Log in to post comments
- 5852 views