This message was deleted.
# helpdesk
s
This message was deleted.
m
I’ll let Mat comment, but I think that post may be a little outdated. Try this? https://docs.livekit.io/oss/deployment/vm/
g
Yes, that Medium article is outdated and you should instead follow the link above ☝️ from @magnificent-art-43333
Also you mentioned using a livekit.cloud URL. If you’re using LiveKit Cloud, there’s no need to deploy your own LiveKit Server VM.
s
I am getting this issue in the live server but working fine in localhost. how can I resolve it? @great-umbrella-58130 @magnificent-art-43333
d
Browsers do not allow you to use
getUserMedia
from a non-secure page. You can get around it by: 1. running this app on http://localhost:<port> 2. hosting your app with a SSL cert
s
ok, I will try thanks for your help. after changing to HTTPS. I don't need to worry about livekit production setup?
g
Right, if you’re using LiveKit Cloud, you don’t need to run LiveKit Server as well. You just need to handle your own app 😄
🫠 1