strong-market-38311
08/04/2024, 1:12 AMwonderful-carpet-2571
08/04/2024, 6:35 AMroom_name = ctx.room.name
print("\n\nroom name: ", room_name)
fresh-oil-40713
08/04/2024, 9:10 PMdamp-bird-74578
08/05/2024, 4:22 AMred-wolf-3438
08/05/2024, 4:22 AMstraight-rose-42076
08/05/2024, 3:32 PMc6a.large
instances (2 vCPUs, 4 GiB RAM). The cluster is configured to scale up to a maximum of three instances when CPU utilization exceeds 60%.
Load Testing Setup:
lk load-test --room loadTest01 --duration 30m --subscribers 1500 --video-resolution low --num-per-second 1000
lk load-test --room loadTest01 --duration 20m --video-publishers 1 video-resolution low --no-simulcast
We replicated this test configuration across two additional rooms (loadTest02
and loadTest03
), each with the same load of 1,500 subscribers and 1 publisher, running concurrently on our EKS cluster.
The attached screenshot illustrates the CPU utilization graph for each instance in the cluster during the tests.
Questions:
1. Room Allocation to Servers: Given that our LiveKit EKS cluster is configured with Redis (presumably in a distributed setup) and understanding that, by design, a room can only reside on a single server, how does LiveKit determine which server instance will host a particular room?
2. Manual Pod Allocation: In a scenario where we need to handle 9,000 users (distributing 3,000 users per instance), is it possible to specify which pod will host a particular room? If so, how can this be configured?
🙏loud-jewelry-13301
08/05/2024, 3:47 PMwide-shoe-67933
08/06/2024, 8:27 AMlivekit_client: 2.2.3
and flutter_webrtc: ^0.11.6
it is not possible to switch audio device on Android using room.setAudioOutputDevice(device)
. It seems like its the OS who decide what audio device to use since I can't switch from either speakerphone (if no bluetooth headset is connected) or bluetooth headset.clever-eye-6338
08/06/2024, 10:40 AM(venv) yash@Yashs-MacBook-Air livekit % python3 main.py start
{"message": "starting worker", "version": "0.8.3", "timestamp": "2024-08-06T10:38:13.227942+00:00"}
{"message": "failed to connect to livekit, retrying in 0s: Cannot connect to host esa-irceuaug.livekit.cloud:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)')]", "timestamp": "2024-08-06T10:38:13.410985+00:00"}
{"message": "failed to connect to livekit, retrying in 2s: Cannot connect to host esa-irceuaug.livekit.cloud:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)')]", "timestamp": "2024-08-06T10:38:13.459755+00:00"}
{"message": "failed to connect to livekit, retrying in 4s: Cannot connect to host esa-irceuaug.livekit.cloud:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)')]", "timestamp": "2024-08-06T10:38:15.520275+00:00"}
After properly providing the enviroment variables its still asking for ssl certificates
Can anyone help here ??colossal-memory-2724
08/06/2024, 1:15 PMcolossal-memory-2724
08/06/2024, 1:18 PMmagnificent-fall-63786
08/06/2024, 1:54 PM<Chat/>
component within <LiveKitRoom/>
after wrapping it in`<LayoutContextProvider/>`(throws LayoutContext error otherwise), as well as through useChat():
const { chatMessages: messages, send } = useChat();
console.log(messages)
However, in both cases I can't get any messages returned although the voice assistant answers everything nicely on audio. Can you help point me in the right direction?wide-shoe-67933
08/06/2024, 1:59 PMclient.deleteRoom(videoRoomUUID).execute();
from our backend and mobile participants are currently connected to the room. Webhooks room_finished
AND THEN room_started
are trigger leaving us with a new and empty room every single time. When running web to web, we have no issue at all. We are using Flutter and livekit-server 1.7.0
server-sdk-kotlin 0.5.9
prehistoric-megabyte-78405
08/06/2024, 2:00 PMnice-helicopter-67627
08/06/2024, 3:24 PMsteep-plumber-1076
08/06/2024, 3:56 PMstraight-lighter-73455
08/07/2024, 3:37 AMlively-scientist-17790
08/07/2024, 10:03 AMmodern-london-11230
08/07/2024, 11:36 AMnice-helicopter-67627
08/07/2024, 1:42 PMlate-cricket-40276
08/07/2024, 3:27 PMrich-monitor-70665
08/07/2024, 3:42 PMtemplate_base: // here use cloud template
brave-raincoat-58318
08/07/2024, 5:17 PMloud-xylophone-55270
08/07/2024, 5:39 PMquaint-car-35828
08/07/2024, 6:33 PMstraight-lighter-73455
08/07/2024, 6:33 PMflaky-sundown-18688
08/07/2024, 6:35 PMeager-country-92608
08/08/2024, 12:01 PMsteep-balloon-41261
08/09/2024, 4:10 AMgreen-toddler-51288
08/09/2024, 9:44 AM