-
Notifications
You must be signed in to change notification settings - Fork 475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video quality degradation after upgrading LiveKit libraries #1224
Labels
question
Further information is requested
Comments
quoctuanck99
changed the title
Video Quality Degradation After Upgrading LiveKit Libraries
Video quality degradation after upgrading LiveKit libraries
Dec 13, 2024
@theomonnom could you please help with this? |
Hey, we're going to take a look at this this week |
@quoctuanck99 are you able to reproduce this with our example apps? and could you share the publish parameters? |
@davidzhao Thanks you for your reply. Here is an example code snippet that demonstrates the issue:
source.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried updating the livekit-agents library and some related libraries (such as livekit, livekit-api, livekit-plugins-deepgram) to their latest versions. Here are the old and new versions:
Old versions:
New versions:
After upgrading, we encountered an issue where the video stream quality deteriorated. The video now has lower resolution and a reduced frame rate.
With the old library versions, the video output was 540x960 resolution at 25 fps, which met our expectations. However, with the new versions, the resolution has dropped to 180x320 and the frame rate to 15 fps. Below is a comparison:
My application was initially based on this example, but instead of using color, we are publishing video and we are using livekit cloud server.
https://github.com/user-attachments/assets/8f46fddb-f5c0-4a23-916f-cbd2316403f8
Is there a reason for this difference in video quality with the new versions? If so, is there a way to restore the previous resolution and frame rate?
We cannot proceed with the latest version until this is resolved.
Thank you for your help!
The text was updated successfully, but these errors were encountered: