How to configure Livekit server in your local or virtual system
I downloaded "livekit-server-windows-amd64.zip" from this link https://github.com/livekit/livekit/releases/tag/v1.8.4
I placed this downloaded files at "E:\LiveKit\bin"
Command to Generate Keys
E:\LiveKit\bin\livekit-server.exe generate-keys
Run livekit server using your keys:
Create livekit.yaml file and add your keys in below format
keys:
APICmGV4NNXRj6s: hvycfOBaEM6loKDcB5HfwL88OqD5LnwJf1iuTqUC75TA
E:\LiveKit\bin\livekit-server.exe --config E:\LiveKit\livekit.yaml
OR
Default way is (using default livekit keys)
E:\LiveKit\bin\livekit-server.exe --dev
local ws url
ws://127.0.0.1:7880
Share This with your friend by choosing any social account
You may also read following recent articlesview all