Ok, In my point of view, the configuration works.Le 14/01/2020 �� 19:21, Benoit Verhaeghe a ��crit��:|If you use a symbolic link and it works please let me know so I can add this step in the installation.||Did so, so no more error but then executing the code snippet from github, nothing happen.|
VLCLibrary uniqueInstance getVersion you
should get "3.x.x ..."|| vlc mediaPlayer media | "VLCLibrary reset" vlc := VLCLibrary uniqueInstance createVLCInstance. media := vlc createMediaFromPath: '/home/hilaire/Vid��os/Lea2019.webm'. mediaPlayer := VLCLibrary uniqueInstance mediaPlayerNewFromMedia: media. mediaPlayer play |
One possibility is that VLC does not achieve to create the media
(but still return one instead of nil).
Could you try to use a path without the '��'?
| vlc mediaPlayer media | "VLCLibrary reset" vlc := VLCLibrary uniqueInstance createVLCInstance. media := vlc createMediaFromPath: '/home/hilaire/Lea2019.webm'. mediaPlayer := VLCLibrary uniqueInstance mediaPlayerNewFromMedia: media. mediaPlayer play
If this is the error, I suppose I can configure vlc to use utf-8 string.
Thanks for testing!
Beno��t
|I reset the unique instannce of VLCLibrary| |Hilaire |
-- Beno��t Verhaeghe badetitou.github.io benoit.verhaeghe@berger-levrault.com R&D Engineer at Berger-Levrault benoit.verhaeghe@inria.fr PHD student at Inria-Lille--Nord-Europe