All Hosting Marketers, Inc. servers use the following server paths:
/usr/bin/ffmpeg
usr/bin/mencoder
usr/bin/mplayer
usr/bin/flvtool2
Red5: For the different paths of Red5 please contact support.
usr/bin/php or /usr/local/bin/php
For Clipshare scripts on the config.php file, use this path for PHP: /usr/local/bin/php
Also Ostube uses this path for PHP: /usr/local/bin/php
Ffmpeg is precomiled with Libogg, Libvorbis,LAME MP3 Encoder and Ffmpeg-php.
------------------------
Customizing Server Behavior:
Please use a php.ini file on your web space for:
Safe Mode, maximum size of a file which can be uploaded, etc.
You may download a working version here. (unzip it and upload to your public_html folder)
This file as the following settings:
safe_mode = Off
max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 32M ; Maximum amount of memory a script may consume (32MB)
register_globals = Off
magic_quotes_gpc = On
; Maximum allowed size for uploaded files.
upload_max_filesize = 500M
allow_url_fopen = On
This settings can be modified to your script specifications.
DO NOT USE THESE PHP COMMANDS ON THE .HTACCESS FILE, IF YOU DO YOU'LL GET A 500 INTERNAL SERVER ERROR.
If you need help dont hesitate to contact us.