You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 : microsoft/wslg#1113 )
The text was updated successfully, but these errors were encountered: