Closed bamos closed 7 years ago
I've generated the certs for https and wss connections so that I could make calls on the same network from different computers (similar to docker on OS X), but self-signed certs did not appear to be good enough for the getUserMedia()
calls. I'll post an update if I chase this down further.
https://www.kirupa.com/html5/accessing_your_webcam_in_html5.htm This may be a good place to start
Hey,
I have found another solution to the getUserMedia issue on OSX from this answer here. where you can run the demo from your localhost:8000
you can execute this commands from your terminal which adds a VirtualBox port forward to map a port on the docker host to your local machine
vboxmanage controlvm default natpf1 "nameformapping,tcp,,8000,,8000"
vboxmanage controlvm default natpf1 "nameformapping2,tcp,,9000,,9000"
Or you can open VirtualBox
1- Click on your docker machine
2- Go To Settings -> Network -> Port Forwarding
3- add the port mapping rules
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Original mailing list post: https://groups.google.com/forum/#!topic/cmu-openface/TNZR_QVR8Nc