We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Cams do not work and can not activate in conference - Video Conference | Forum

Dennis Weaver
Dennis Weaver Feb 6 '14

red 5 is working I tested http://www.videowhisper.com/demos/admin/vw_connectiontester.swf


Site is friendskaraoke.com



but when I add a room nothing shows in the cam area, Cams work in the Live streaming but not in the Video Conference, any suggestions?


Attachments:
  webcam.JPG (41.33Kb)
VideoWhisper.com
VideoWhisper.com May 2 '14

Latest version should include a fix for webcam/microphone activation issue.


When creating/editing a room Enable video, Enable sound should be All. 


In bugged version ow_plugins/vwvideoconference/vc/vc_login.php  returns &disableVideo=1&disableSound=1 when it should return 0. 


The Forum post is edited by VideoWhisper.com May 2 '14
VideoWhisper.com
VideoWhisper.com May 2 '14

Latest vc_login.php should have:

      $disableVideo = ! get_perm($userisowner, $userinmoderator, $permission [4]);

      $disableSound = ! get_perm($userisowner, $userinmoderator, $permission [5]);

Instead of previous:

       $disableVideo = get_perm($userisowner, $userinmoderator, $permission [4]);       $disableSound = get_perm($userisowner, $userinmoderator, $permission [5]); 

You do not have permission to reply this topic