DVA-Profession setup notes
Posted: Fri Oct 30, 2015 3:49 am
Here are some notes, missing in the DVA-Profession installation:
1) PHP config file:
/etc/php5/apache2/php.ini
/etc/php5/cli/php.ini
Set memory limit:
For installation, set the logging to stdout:
2) Client Samba share:
/etc/fstab
Credentials file:
3) Code changes:
1) PHP config file:
/etc/php5/apache2/php.ini
/etc/php5/cli/php.ini
Set memory limit:
Code: Select all
memory_limit = 256M
Code: Select all
display_errors = On
/etc/fstab
Code: Select all
//CLIENT_COMPUTERNAME/DVA-Profession /mnt/video_clients/CLIENT_COMPUTERNAME cifs noauto,user,uid=www-data,gid=dva-profession,file_mode=0664,dir_mode=0775,nounix,noserverino,credentials=/etc/samba/credentials/user_ingest
Code: Select all
username=your_username
password=your_password
- SCREEN_SESSION: Replace "mediathek_" with "dva_" to be compatible with new task_trigger startup.
- Check existence of required executables (ffmpeg, mencoder, etc)
- Check if required PHP modules are installed (php5-tidy, php5-ffmpeg)