-
-
Notifications
You must be signed in to change notification settings - Fork 699
Replaces VLC with Qt #1930
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
base: master
Are you sure you want to change the base?
Replaces VLC with Qt #1930
Conversation
|
|
|
|
Dear nicomiguelino, I would like to draw your attention to one important detail that no one has mentioned: before each video starts, the player (or the procedure calling it) inexplicably reinitializes the HDMI mode, even though it always sets the same mode. This leads to the following issues:
Before the v0.19.6 release, the black gap also appeared between still images — was HDMI being reinitialized before each image back then? Please review the code of player procedure in Anthias first — I hope this remark will help the community identify and fix the problem more quickly. |
|
@Onltor, thank you for sharing your observations. Regarding the image playback before v0.19.6, the black gap between image and web assets is not due to reinitialization. It's more about how those are being played via Qt. Image and web assets are played via Qt while videos are played via VLC. We could try checking if it's possible to play videos via VLC without having to reinitialize the display. Otherwise, we'll continue down this path (having the Qt-based WebView play the videos as well). |




Description
Checklist
Depends on