python-vlc icon indicating copy to clipboard operation
python-vlc copied to clipboard

no more functionnal with the daily vlc

Open fredmo opened this issue 2 years ago • 0 comments

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 )

fredmo avatar Sep 21 '23 18:09 fredmo