python-sdks
python-sdks copied to clipboard
LiveKit real-time SDK and server API for Python
This also fix EventEmitter::once
# Issue Description ## Overview When the Livekit Server terminates a room and removes a Python client, the task responsible for listening (`self._listen_task`) does not properly conclude or cancel. ##...
Hello, I used Livekit Egress API, when I called start_track_composite_egress function. I got the following error : ``` [ERROR] File "/usr/local/lib/python3.9/site-packages/livekit/api/egress_service.py", line 51, in start_track_composite_egress [ERROR] return await self._client.request( [ERROR]...
Hi, I have a question about the frame buffering logic. It seems that the application can set maximum capacity for the queue when constructing rtc.VideoStream: `video_stream = rtc.VideoStream(track, capacity=1)` This...
Hi There, I was testing example and I got below error log. ### Environment variables ```bash export LIVEKIT_URL=wss://xxxxx.livekit.cloud export LIVEKIT_API_KEY=APIxxxxxxxx export LIVEKIT_API_SECRET=secret ``` ### Snippet ```python import asyncio import logging...
Hello, First off, I'd like to express my appreciation for the work being done on this project. It's been instrumental in many of my endeavors, and I'm thankful for the...
Fix issue: `publish_track` `unpublish_track` events are not received. - Caused by: Room doesn't subscribe `publish_track` `unpublish_track` events, it must be global FFIEvent queue
Remove unnecessary import