https://github.com/fourkitchens/video-recorder
Video Recorder sandbox
https://github.com/fourkitchens/video-recorder
Last synced: 9 months ago
JSON representation
Video Recorder sandbox
- Host: GitHub
- URL: https://github.com/fourkitchens/video-recorder
- Owner: fourkitchens
- Created: 2011-06-20T21:39:16.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-06-20T22:21:17.000Z (about 15 years ago)
- Last Synced: 2025-10-09T16:17:22.518Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.95 MB
- Stars: 2
- Watchers: 38
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Webcam recording functionality developed by Four Kitchens for for Al Jazeera.
INSTALL GUIDE
Drupal Code Install
* Run the drush make file which is stored in the root directory
* Once the build is complete remove the patches sub directory from sites/all/modules/custom/ajn
Note: The recorder and scripts directory are used by AFMS and can be deleted from the Drupal site once deployed to AFMS.
Drupal Config
* Install Pressflow as per normal
* Enable the ajn_recorder module (optionally enable the admin module)
* Configure the video_recorder and brightcove modules under admin/settings
* Create a new content type and add a brightcove_cck field
AFMS Setup
* Copy the sites/all/modules/custom/ajn/recorder directory to under the /mnt/applications/ directory on the AFMS
* The cleanup.sh script in sites/all/modules/custom/ajn/scripts can be run periodically to remove old video files from the server. The EC2 instances of AFMS don't have cron installed by default.