Here’s the production error message I see on the dashboard. My code simply samples frames at 1fps, stores them in a 1-frame-wide buffer, and then grabs the frame when the agent needs it. It works fine running livekit locally, but running on livekit cloud, we see this issue.
"logRecords": \[
{
"timeUnixNano": "1776198170895523072",
"observedTimeUnixNano": "1776198170895739772",
"severityNumber": "SEVERITY_NUMBER_WARN",
"severityText": "WARN",
"body": {
"stringValue": "libwebrtc::imp::video_stream:231:libwebrtc::imp::video_stream - native video stream queue overflow; dropped 1 queued frames"
},
"attributes": \[
{
"key": "code.file.path",
"value": {
"stringValue": "/app/.venv/lib/python3.14/site-packages/livekit/rtc/\_ffi_client.py"
}
},
{
"key": "code.function.name",
"value": {
"stringValue": "ffi_event_callback"
}
},
{
"key": "code.line.number",
"value": {
"intValue": "174"
}
},