-
Notifications
You must be signed in to change notification settings - Fork 4
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
mmal_xsplitter vout display error: Failed to open Xsplitter:opengles2 module #30
Comments
I have the exact same problem but with libvlc-go, which are
|
You may need to add --vout mmal_vout to the instance options |
Dang! You are a hero. Now some of the videos do work without a gap. For some of them I still get the |
I get that error as well. I just ignore it. |
That error does occur when the black gap happens, that was descibed by @ShaoMingya. |
Hello. How about it now? Did you find something? I have the same problem with LibVLCSharp. |
"Buffer deadlock prevented" isn't a real error in the sense that something has gone wrong. What it means is that the mmal h/w decode can buffer more frames than vlc is expecting before outputting anything. It would be very nice to reduce the size of that Q but the firmware makes it very difficult (impossible) |
Is this the reason the black gap happens? Because the buffer is not yet fully filled and detection/flush takes a while? |
VLC doesn't, in general, do anything about starting up the next stream until the previous one has finished and tends to tear down everything (including the video out) in between. On a PC the stop/restart can be fast enough that you don't see it, on a pi it is more visible. The large input buffering doesn't help as VLC spends more of its time stuffing the input than dealing with anything else. |
PI4B,use python-vlc,
My requirement is to be able to switch between each video seamlessly when using a playlist.
But every time the video is switched, the playback window will be black for about one second.
The text was updated successfully, but these errors were encountered: