firefox getUserMedia error on Dell / Windows 7 -


i firefox errors on windows when quickblox tries media, despite fact click "share selected device" etc

error msg: sourceunavailableerror: failed allocate videosource

code:

        qb.webrtc.getusermedia(mediaparams, function(err, stream) {           if (err) {             console.log(err);             qb.webrtc.reject(callee.id);           } else {             qb.webrtc.accept(callee.id);           }         }); 

is there known issue here? i'm running dell 3550 on windows 7 64 bit , version of firefox 38.0.5 same code works great on chrome, , on mac works on firefox , chrome.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -