You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use the yuv420p frames directly? The aiortc by default produces them and we converted them to RGB on the Simli integration because it wasn't clear what formats are valid
Description
Is this reporting a bug or feature request?
A bug
If reporting a bug, please fill out the following:
Environment
main
Issue description
Provide a clear description of the issue.
When running
SimliVideoService
on macOS the following errors occurs continuously:This is probably due to the ffmpeg (from PyAV) not being able to optimize image format conversion.
Repro steps
List the steps to reproduce the issue.
Run
examples/foundational/26-simli-layer.py
.Expected behavior
No error should show up speeding up image conversion.
Actual behavior
An error is shown but the image conversion happens anyways (slowly).
Logs
The text was updated successfully, but these errors were encountered: