oaubert / python-vlc

Python vlc bindings
GNU Lesser General Public License v2.1
384 stars 110 forks source link

Using the argument 'vout=mmal_xsplitter' on vlc.Instance does not seem te have any effect #267

Open aadslingerland opened 10 months ago

aadslingerland commented 10 months ago

Greetings,

We are using VLC in combination with Python on Raspberry PI 3 computers and we found out that with the default settings movies are shown rather NOT smooth.

However, when changing one setting of the VLC program (without using Python), to be specific, Tools, Preferences, Video, Output, from Automatic to "MMAL X11 Splitter for Raspberry PI" all movies we have are shown fine without any stutter so to say.

I am attempting to make Python => My Script => Python VLC lib => VLC use the same setting by specfying in code: self.Instance = vlc.Instance('--vout=mmal_xsplitter')

However, based on the NOT smooth display of movies (when using my script) this does not seem to work.

Any suggestions on how to proceed? Hope to hear,

Aad Slingerland ICT volunteer (one of three) at Liemers Museum, Zevenaar, The Netherlands. www.liemerskunstwerrk.nl