Hi,
This is how my server looks(is setup) and I want to create a video sharing site for my church organisation. I am not very good with PHP but am learning. I can set up without trouble a Flowplayer cleanly in a website but I want the videos to be uploaded by users, converted on the server and played in the browser like YOUTUBE.
SERVER
- Linux Server (Ubuntu 8.04LTS).
- Apache Web Server
- Support for AcceptPathInfo
- Support for MultiViews
- MySQL 5.x
- PHP 5.x (mod_php)
- Support for GD2 Library
- Support for MySQL
- Support for Curl
- Support for upload_progress
PHP SETTINGS
- safe_mode off
- open_basedir off
- max_execution_time 7200
- max_input_time 7200
- memory_limit (with 1MB more then the maximum video upload size)
- post_max_size (maximum video upload size)
- upload_max_size (maximum video upload size)
- exec() is be allowed
- PHP CLI 5.x (see above + register_argc_argv ON)
- Mencoder 1.0rc1 (support for jpeg, gif, png, freetype, h264, lame, xvid, mad, win32codecs, dv, 3gp, mp4, theora)
- Mplayer 1.0rc1
- FFmpeg (from SVN) (support for jpeg, gif, png, freetype, h264, lame, xvid, mad, win32codecs, dv, 3gp, mp4, theora flvtool2 or yamdi (yamdi recommended)
I am building the site using Expression Engine.
If I use the script above, what will i have to do. Now thats a dump question but thats how bad I am at this. I just read this today so my apologies if I look bad.
Cheers
This is how my server looks(is setup) and I want to create a video sharing site for my church organisation. I am not very good with PHP but am learning. I can set up without trouble a Flowplayer cleanly in a website but I want the videos to be uploaded by users, converted on the server and played in the browser like YOUTUBE.
SERVER
- Linux Server (Ubuntu 8.04LTS).
- Apache Web Server
- Support for AcceptPathInfo
- Support for MultiViews
- MySQL 5.x
- PHP 5.x (mod_php)
- Support for GD2 Library
- Support for MySQL
- Support for Curl
- Support for upload_progress
PHP SETTINGS
- safe_mode off
- open_basedir off
- max_execution_time 7200
- max_input_time 7200
- memory_limit (with 1MB more then the maximum video upload size)
- post_max_size (maximum video upload size)
- upload_max_size (maximum video upload size)
- exec() is be allowed
- PHP CLI 5.x (see above + register_argc_argv ON)
- Mencoder 1.0rc1 (support for jpeg, gif, png, freetype, h264, lame, xvid, mad, win32codecs, dv, 3gp, mp4, theora)
- Mplayer 1.0rc1
- FFmpeg (from SVN) (support for jpeg, gif, png, freetype, h264, lame, xvid, mad, win32codecs, dv, 3gp, mp4, theora flvtool2 or yamdi (yamdi recommended)
I am building the site using Expression Engine.
If I use the script above, what will i have to do. Now thats a dump question but thats how bad I am at this. I just read this today so my apologies if I look bad.
Cheers