ClipBucket is open source script used for video sharing.It comes with very effective features like HQ video customization, Multiple language support, several video moderation tools.It uses FFMpeg, flash and HTML5 for streaming.It comes with media management and user management features.
#apt-get update #apt-get install wamp
#apt-get install ruby
Install other dependencies
#Install FFMPEG
#apt-add-repository ppa:mc3man/trusty-media
Sample output
Press [ENTER] to continue or ctrl-c to cancel adding it gpg: keyring `/tmp/tmp624ee04k/secring.gpg' created gpg: keyring `/tmp/tmp624ee04k/pubring.gpg' created gpg: requesting key ED8E640A from hkp server keyserver.ubuntu.com gpg: /tmp/tmp624ee04k/trustdb.gpg: trustdb created gpg: key ED8E640A: public key "Launchpad PPA for Doug McMahon" imported gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) OK
Update System and install ffmpeg package
apt-get update && apt-get install ffmpeg
Install imagemagic
#apt-get install imagemagick php5-imagick
#install flvtool2
#gem install flvtool2
Sample output
Fetching: flvtool2-1.0.6.gem (100%) Successfully installed flvtool2-1.0.6 Parsing documentation for flvtool2-1.0.6 Installing ri documentation for flvtool2-1.0.6 Done installing documentation for flvtool2 after 1 seconds 1 gem installed
Install GPAC
#apt-get install gpac mediainfo
Download package
#wget http://netix.dl.sourceforge.net/project/clipbucket/ClipBucket%20v2/clipbucket-2.8.v3354-stable.zip or http://clip-bucket.com/latest.php
Unzip downloaded folder and copy to web directory
#apt-get install unzip
#unzip clipbucket-2.8.v3354-stable.zip -d /var/www/html/
Rename Package
cd /var/www/ mv clipbucket-2.8.v3354-stable/ clipbucket
Change permissions and ownership of Package
chown -R www-data:www-data clipbucket/ chmod -R 777 /var/www/clipbucket
go to phpmyadmin
create database and user for clipbucket
Open Browser
and type
192.168.0.102/clipbucket/upload and proceed
- Accept License Agreement and click to next, if all things looks good click to next
- All file permission looks good, click next
- Provide database credentials which you have created in database
- Change admin password, save settings and continue
- Skip and finish
- Login to admin panel first then upload videos
Home Page after uploaded images
admin logged page
Its ready…………….