It worked.
However when closing the windows, there is an error:
Processor yield.
false ] whileFalse: [ ] ] in MorphicUIManager>>spawnNewProcess in Block: [
[ WorldMorph doOneCycle
[ self value.
Processor terminateActive ] in BlockClosure>>newProcess in Block: [ self
value
[7f8b8c03b6
It worked.
However when closing the windows, there is an error:
Processor yield.
false ] whileFalse: [ ] ] in MorphicUIManager>>spawnNewProcess in Block: [
[ WorldMorph doOneCycle
[ self value.
Processor terminateActive ] in BlockClosure>>newProcess in Block: [ self
value
[7f8b8c03b6
Me again,
I've tried
vlc := VLCLibrary uniqueInstance createVLCInstance.
"do not use accentuated characters for the path"
media := vlc createMediaFromPath: ('/home/badetitou/Vidéos/bla.mkv'
encodeWith: #utf8).
mediaPlayer := VLCLibrary uniqueInstance mediaPlayerNewFromMedia: media.
mediaPlaye
Le 14/01/2020 à 21:10, Hilaire a écrit :
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.|
Ok,
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.|
|| vlc mediaPlayer media |
"VLCLibrary rese
Hello,
Yes, the final .9 matter...
I have tested the binding on ArchLinux. And we have
> $ whereis libvlccore
libvlccore: /usr/lib/libvlccore.so
and
> $ whereis libvlc
libvlc: /usr/lib/libvlc.so
So two options,
1. I can add the version with ".9" in VLCLibrary>>#unix64LibraryName
2. Or you c
Hi Benoit,
That's cool. Thanks!
Hilaire
Le 12/01/2020 à 16:41, Benoit Verhaeghe a écrit :
>
> I just want to let you know that I've developed an FFI binding to VLC.
> Since, version 2.1.1 you can use it on Windows, Linux, and OSX.
> https://github.com/badetitou/Pharo-LibVLC
>
> Thanks to the bin
Le 12/01/2020 à 18:02, Hernán Morales Durand a écrit :
Hi Benoit,
Thank you for publishing this one!
This is how I installed:
Iceberg remoteTypeSelector: #scpUrl.
Metacello new
baseline: 'VLC';
repository: 'github://badetitou/Pharo-LibVLC';
load.
However I got this warning on Mac:
This packa
Hi Benoit,
Thank you for publishing this one!
This is how I installed:
Iceberg remoteTypeSelector: #scpUrl.
Metacello new
baseline: 'VLC';
repository: 'github://badetitou/Pharo-LibVLC';
load.
However I got this warning on Mac:
This package depends on the following classes:
VLCLibrary
VLCLib
Hello there,
I just want to let you know that I've developed an FFI binding to VLC.
Since, version 2.1.1 you can use it on Windows, Linux, and OSX.
https://github.com/badetitou/Pharo-LibVLC
Thanks to the binding you can play easily sounds and videos from Pharo.
The next steps are:
* Documenta
10 matches
Mail list logo