-
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
Player window interruptions while using 'MMAL x11 splitter for Raspberry Pi' output plugin. #4
Comments
I tried your first snippet and I'm not seeing the behaviour you've described. |
Unfortunately even on a freshly installed Raspian the described behaviour persists. Here is the error log for code snippet two (python-vlc repeat). For better readability I divided the log into four parts (Initialization, Playback, Repeat1, Repeat2). Initialization:
Playback:
Repeat1:
Repeat2:
|
I filled a ticket on the VLC bug tracker, which was just closed. They think the problem is the 'third party "mmal_xsplitter" plugin' (https://trac.videolan.org/vlc/ticket/22811). When using the prepacked GUI-VLC and Tools->Preferences->Video->Output is set to 'MMAL x11 splitter for Raspberry Pi' the behaviour shows. When Output is set to 'Automatic' it doesn't. Edit: |
If I use VLC through that python script, it doesn't use MMAL X11 splitter for me. But I'll pass the issue on, now that you've narrowed it down. Thank you. |
Response:
|
I see. Thank you both for having taken the time to tend to my problem. |
Doesn't quite fit my experience. It happens almost always for H.264 video it seems, even if the same file is played multiple times by the playlist. In contrast, it reliable does not happen between some H.265 videos of same resolution. So I would look into the differences between the H.264 and H.265 setup. |
pi4B,python3.7,At the end of the first play and before the second play, there will be a pause of about 1 second.
out lines:
|
When "--verbose= 0":
|
Hello. |
When using python-vlc the player closes and reopens between playlist items. This occurs on Raspian but not on another computer with Ubuntu. Do you have an idea how to prevent this behaviour and have a seamless transition instead?
Example code:
This happens also when the playback is repeated (or looped).
I can also rule out that this is a python-vlc thing. The interruptions between the playlist items happen also when using libvlc. And again, when using Ubuntu/Gnome the playback window/fullscreen doesn't collapse before repeating the item or playing the next. So what are my options?
Where to look next? Is this a Raspian window manager thing? Why does this behaviour doesn't show in the GUI version?(see #4 (comment)).Video: https://www.youtube.com/watch?v=4qP8mWpIcpg (downloaded with youtube-dl).
python-vlc 3.0.7110
Raspberry Pi 3 Model B Plus Rev 1.3
Raspbian GNU/Linux 10 (buster)
Linux raspberrypi 4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019 armv7l GNU/Linux
VLC media player 3.0.8 Vetinari (revision 3.0.8-0-gf350b6b5a7)
See also: oaubert/python-vlc#106, https://trac.videolan.org/vlc/ticket/22811
The text was updated successfully, but these errors were encountered: