Use the php script edition stand alone or integrate it with your php website, members base.
Demo of PHP Video Consultation Script
Enter Video Consultation Demo
On the simple php script demo you'll be able to create an instant one on one video consultation room, get the invite link and enter video consultation to wait for the other participants to join.
|
Customizations of PHP Video Consultation, Conferencing and e-Learning Software
- Edit skins, icons, logo, background in templates/consultation .
- This can be integrated with your members database and login system. Variables like username, loggedin (1 if user was logged in and allowed to enter, 0 otherwise), welcome message, streaming settings, available panels, features for regular users are passed from c_login.php
- Edit logout page c_logout.php
- Edit emoticons list and mappings in emoticons/emoticons.xml
- Edit translations for most important texts in translation.php . Just send message "/videowhisper translation" using text chat and full list of translations will be provided in a new panel.
Only texts that were used during current session will be listed - if you encounter new messages get translations list again for updates.
- Enable disable/panels for regular users or admin in c_login.php :
if ($administrator)
{
$change_background=1;
$regularCams=1;
$regularWatch=1;
$privateTextchat=1;
$externalStream=1;
}
...
&files_enabled=1&file_upload=1&file_delete=1&chat_enable d=1&privateTextchat=<?=$privateTextchat?>&externalStream=<?=$externalStream?>&users_enabled=1
- Limit text chat (flood protection in seconds and writing in text chat) in c_login.php:
&floodProtection=3&writeText=1
- Filter badwords in c_login.php:
//replace bad words or expression
$filterRegex=urlencode("(?i)(badword1|badword2)(?-i)");
$filterReplace=urlencode(" ** ");
- Fill layout obtained by sending in chat box "/videowhisper layout" in c_login.php:
$layoutCode=<<<layoutEND
..fill layout code here...
layoutEND;
.....
&layoutC ode=<?=urlencode($layoutCode)?>
- Configure default streaming settings in c_login.php:
&camWidth=640&camHeight=480&camFPS=15&micRate=11&camBandwidth=65536&showCamSettings=1 &advancedCamSettings=1&camMaxBandwidth=131072&configureSource=1&disableVideo=0&disableSound=0
&bufferLive=0.5&bufferFull=0.5&bufferLivePlayback=0.2&bufferFullPlayback=0.5
- Sessions are reported and can be controlled from c_status.php (see comments in file for details)
Integrate pay per view, pay per minute functionality in c_status.php script called by each user session periodically (5-15s).
|
Installation Instructions for PHP Video Consultation
Before installing, make sure your hosting environment meets all requirements.
1. If you're not hosting RTMP with us go to RTMP Application Setup for installation details.
2. Download consultation_php.zip, unzip and copy contents of consultation_php to your web installation location. (Example: www.yoursite.com/consultations/)
3.
Fill your RTMP path into settings.php .
|
|
Details, Forums, Downloads, Order Full License
|