棋子 发表于 2008-10-22 01:18:52

开源视频网站程序 英文版

视频服务器环境搭建比较麻烦
可以看看我写的教程
在先视频服务器配置教程
http://www.cnlabs.net/thread-175455-1-1.html

程序演示地址
前台:http://clip-bucket.com/livedemo/
Usnername : demo
Password : demo

后台:http://clip-bucket.com/livedemo/admin_area
Username : admindemo
passowrd : admin1232

系统需求
视频服务器环境搭建比较麻烦
可以看看我写的教程
在先视频服务器配置教程
http://www.cnlabs.net/thread-175455-1-1.html
Linux Server (some old distributions are not supported)
Apache Web Server
MySQL (version 4 +)
PHP (version PHP 5)
PHP Configuration


safe_mode = off
max_execution_time = 1000 (recommended to prevent timeouts during video upload/conversion)
session.gc_maxlifetime = 14000 (recommended to prevent session expires during video upload)
open_basedir = (no value)
output_buffering = on
upload_max_filesize = 100M (recommended maximum video upload size in MB)
post_max_size = 100M (recommended maximum video upload size in MB)


GD Library 2 or higher
FFMPEG ( http://ffmpeg.mplayerhq.hu/download.html ) Make Sure FFMPEG is Fully Updates because script will give errors with old versions of FFMPEG
Mplayer + Mencoder ( http://www.mplayerhq.hu/design7/dload.html )
Flv2tool ( http://inlet-media.de/flvtool2 )
Libogg + Libvorbis ( http://www.xiph.org/downloads )
LAME MP3 Encoder ( http://lame.sourceforge.net )
CGI-BIN Access
Apache mod_rewrite Enabled
PHP Configuration (php.ini): register_argc_argv = On
Must be able to run PHP from the command line (CLI) with exec()
Allowed execution of background processes with exec("binary > /dev/null &")

下载地址
http://clip-bucket.com/dwnld.php?file=ClipBucket1.7.rar
页: [1]
查看完整版本: 开源视频网站程序 英文版