Видео-чат для скрипта Social Engine
Есть отличный плагин Ajax chat с поддержкой видео. Все работает отлично, но видео чат не коннектится.
На сколько я понял, нужно установить RED5
Предлагайте стоимость ;)
P.S./ На всякий случай, скину инструкцию по установке плагина.
Installation: STEP1: Copy the contents of "toupload" folder to the root directory where SE is installed.
STEP2: Thereafter go to the admin panel and install the plugin.
Path: Admin panel -> View Plugins -> Attractivestyle footer menu + audio/video chat v1.0
(Это я сделал, плагин отлично работает, кроме видео. дальше не имею понятия ,что это и с чем его едят, но сразу скажу - SSH в моем хостинге нет. Быть может можно видео сервер подключить где-то не у меня)))
If you want to use your own server as red5 base - please follow the next steps:
STEP1: Login to your server via SSH as root and run:
mkdir red5
wget http://www.red5.org/downloads/0_8/red5-0.8.0.tar.gz
wget http://www.phpfoxcustomization.com/files/videochat_v1.7.tar.gz
wget http://www.phpfoxcustomization.com/files/fbchat_v1.7.tar.gz
tar -C red5/ -xzf red5-0.8.0.tar.gz
tar -C red5/webapps/ -xzf videochat_v1.7.tar.gz
tar -C red5/webapps/ -xzf fbchat_v1.7.tar.gz
cd red5/
sh ./red5.sh
STEP2: You should see something like that:
--------------
[INFO] [Launcher:/installer] org.red5.server.service.Installer - Installer service created
--------------
Now add your domain name to the allowed domains file here:
red5/webapps/videochat/WEB-INF/lib/allowed_domains
STEP3: Press Ctrl+c and run red5 server as a daemon: ./red5.sh >/dev/null 2>&1 &
STEP4: Set your ip or domain name in SE admin panel-> Plugin Settings -> Attractivestyle footer menu + audio/video chat v1.0 -> Settings -> Video server hostname/Flash chat server hostname and click Save button.
STEP5: Set your ip or domain name in SE admin panel-> Plugin Settings -> Attractivestyle footer menu + audio/video chat v1.0 -> Settings -> Video server hostname/Flash chat server hostname and click Save button.