This is a simple video conference setup that uses phpBB user credentials.This was developed and tested with phpBB3. Using this does not require changes on any phpBB file.
Demo for phpBB Video Conference
Register an account on the Video Conference Talk forum and as soon as you're logged in you can access the video conference.

Before installing, make sure your hosting environment meets all requirements.
- If you're not hosting RTMP with us go to RTMP Application Setup for installation details.
- Download latest phpBB Edition zip version and copy the files from the zip file including folder structure to a new public folder on your phpBB3 site.
- Edit int.inc.php and fill $phpbb_root_path to contain relatinve path of phpBB installation. If you copied the video conference in a subfolder of phpbb installation you'll have "../" for that.
- Fill the RTMP application path in settings.php.
- Add a link to the new folder so forum members can access it.
The phpBB Video Conference integration is based on a slightly modified php video conference edition so you can also check that for customizing settings, integration and implementation of other features.