Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getusermedia #17

Open
cake2 opened this issue Nov 27, 2023 · 2 comments
Open

getusermedia #17

cake2 opened this issue Nov 27, 2023 · 2 comments

Comments

@cake2
Copy link

cake2 commented Nov 27, 2023

How do you use this in a headless server? The latest browsers (firefox/chrome) want a https connection. So instead of localhost, I just enter IP of server on the LAN. Where to install the certificates at?

vad error {"message":"getUserMedia is not implemented in this browser"}

This is nice though!

@kasumi-1
Copy link
Contributor

Hey,

We should probably put together guide for how to do this, but check out this thread https://www.reddit.com/r/homelab/comments/uaqy88/ssl_certificates_for_local_network_home_domain/ has some script that should work. Basically, you will want to have your server configured to use the self signed cert, and on your device import the cert.

@morphles
Copy link
Contributor

morphles commented Dec 5, 2023

@cake2 for me I did not want to bother with that, I have my phone on my home vpn via NAS, and just connect to my main machine. Now of course there is that thingie that it wants https, but with chrome (which I genearlly don't use) there is option to treat insecure origins as secure (for specific hosts), so I just set that to my machines lan ip and it works with no certs. And I can chat hands free on my lunch walk or what no :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants