AVChat vBulletin 4.x add-on
Documentation covering the AVChat add-on for vBulletin 4.x
Documentation covering the AVChat add-on for vBulletin 4.x
The AVChat Video Chat Product for vBulletin 4.x integrates AVChat with your existing vBulletin 4.x web site and users database:
If you cannot find the answer you’re looking for here, we encourage you to try our FAQ or forums. There’s also more documentation regarding AVChat in the documentation area for the main standalone version.
If you’re looking for something specific just hit Ctrl+F on your browser.
Download these 2 archives from your private client/trial area to your computer:
AVChat 3.0.zip
contains AVChatavchat3_vbulletin_38x_and_4x_product.zip
(contains the AVChat Product for vBulletin 4.x)Extract the 2 archives somewhere on your computer.
Once we’ve downloaded & unzipped everything the next thing we need to do is to setup the media server app to which AVChat will connect to.
AVChat uses a media server to send all the audio video and text data between users. AVChat supports the 3 major media servers:
Here’s how to install the avchat30
app on each one of them:
Upload the avchat30
folder from the Files to upload to your media server (Red5) folder to your Red5's webapps folder (C:\Program Files\Red5\webapps
on Win, /opt/red5/webapps/
on Linux).
On Linux, chmod the new avchat30
folder to 666.
For versions of Red5 1.0.7 or higher one additional change needs to be made:
/Your_Red5_Install_Directory/webapps/avchat30/WEB-INF
red5-web.xml
with any text editorRestart the Red5 server.
Upload the avchat30
folder (you will find it in your AVChat archive in the Files to upload to your media server (FMS) folder) to the applications folder of your AMS installation.
On Linux, chmod the new avchat30
folder to 666.
Upload the applications
, lib
and conf
folders from the Files to upload to your media server (Wowza) folder to the root folder of your Wowza Media Server installation.
Restart the Wowza server.
avchat3_vbulletin_38x_and_4x_product.zip
archive.videochat
and the includes
folder into the root of your vBulletin 4.x installation.Files to upload to your website
to the videochat
folder that you just copiedvideochat/avc_settings.xml
in a text editor and set the <value>
of the <connectionstring>
tag
<value>rtmp://media-server-ip-address/avchat30/_definst_</value>
uploadedFiles
folder to 777 (otherwise the upload function might not work)tokens
folder to 777./includes/xml/product-avchat3.xml
and click on Import button as shown below:
This guide will show you how to create a link in the vBuletin 4.x menu that will open up AVChat in a pop up window.
This is the recommended way to open AVChat as it’s easier for your web site users to visit the web site, user profiles, threads on the forum, without leaving the video chat.
<li><a href="#" onclick="window.open('videochat/index.php','FlashVideoChat','height=580','width=970');">Flash Video Chat</a></li>
In your forum you should see this link:
Altough we recommend opening AVChat in a pop-up, the following tutorial will show you how to open it embedded in a HTML page on your web site.
videochat_embedded_4.0.x
videochat.php
to the root folder of your forum.template.txt
from the videochat_embedded_4.0.x
, copy its content and paste it into the Template field. Make sure that the template’s name is FlashVideoChat. Click on the Save button.
<li><a href="videochat.php">Flash Video Chat</a></li>
The admin interface will be automaticaly given to the designated users, based on the first lines from integration.php
file from [your website root]/videochat/integration.php
and also the first lines from the index.php
file from the same directory.
If you want visitors to access the chat, then you need to specify so from the vBulletin admin area, like we specified on the above question.