Download & Install
Download 0.2
Added the Video for Everybody JavaScript fallback.
http://universvideo.braydon.com/wp-univers-0.2.tar.gz
http://universvideo.braydon.com/wp-univers-0.2.zip
Download 0.1
http://universvideo.braydon.com/wp-univers-0.1.tar.gz
http://universvideo.braydon.com/wp-univers-0.1.zip
Install
Install ffmpeg & ffmpeg2theora
Change to your WordPress plugin directory
cd wp-content/plugins/
wget http://universvideo.braydon.com/wp-univers-0.1.tar.gz
tar -xvf wp-univers-01.tar.gz
Change to your wp-content directory
cd ../
mkdir video
cp univers/share.png video/
Change ownership of the video directory so that Apache can write to it
chown -R www-data:www-data video
Note: Use apache:apache if on CentOS
Now we need to edit our php.ini file to be able to upload large files
emacs /etc/php5/apache2/php.ini
And change upload_max_filesize, and post_max_size to equal a higher number.
Login to your WordPress Admin, Navigate to the plugins and select Activate under Univers Video
Install Ming (optional)
To be able to modify the Flash player, you’ll need to have ming installed. You can do this by running:
sudo apt-get install php5-ming
You can then either use the command line interface for php and run
php build_swf.php
in the directory wp-content/plugins/univers/player/
or change the ownership of the swf file to www-data (or apache on CentOS) and navigate your browser to wp-content/plugins/univers/player/build_swf.php