oaubert / python-vlc

Python vlc bindings
GNU Lesser General Public License v2.1
381 stars 108 forks source link

no more functionnal with the daily vlc #259

Open fredmo opened 11 months ago

fredmo commented 11 months ago

Hello,

I am using WSL2, the original vlc was lagging ( sync issue with blank audio ), It s solved with the daily VLC

vlc 4.0 daily build : sudo add-apt-repository ppa:videolan/master-daily sudo apt update sudo apt upgrade

But the python-vlc is no more working at all :

p = vlc.MediaPlayer("file:///home/user/bob.mp3") p.play()

it s doing thi log : [000055bd341996c0] main input error: Your media can't be opened [000055bd341996c0] main input error: VLC is unable to open the MRL '�� 4�U'. Check the log for details.

Would you have some advices?

( My initial issue WSL2 is here : https://github.com/microsoft/wslg/issues/1113 )