RedHat-Israel / rosvr-client

Redhat Open Virtual Reality - Enabling interacting with data generated 3D content using leap motion controller 🖲📊
GNU General Public License v3.0
4 stars 11 forks source link

"Can't access user media :()" #4

Open abraverm opened 7 years ago

abraverm commented 7 years ago

Firefox is returning the error "Can't access user media :()" when access http://localhost:8080/ after yarn run start-server.

shakedlokits commented 7 years ago

Checkpoints

Media Access

The issue raised from chrome origin security specification which now require a signed certificate in order to serve onto SSL, which is required in order to access device media(e.g camera) It was fixed by spawning an certificated http-server for instead of the webpack-dev-server .

VR Mode Compatibility

I then encountered an issue where aframe failed to enter VR mode due to compatibility issues of the newly drafted onvrdisplaypresentchange Event which was patched yesterday at aframe#2920. This was fixed by downloading the master build in order to apply the patch.

Orientation Lock

I am currently facing an issue with the orientation lock, PR and updates are soon to follow

Action Items

shakedlokits commented 7 years ago

I still recieve the error screen.orientation.lock() failed due to A call to screen.orientation.lock() or screen.orientation.unlock() canceled this call. which is related to the Screen Orientation Lock API which is used at AFrame Will investigate and follow-up 🙏