That was an embarrASSing public brain fart.Shardik wrote:So you installed three new libraries. Did you also install the library "mesa-vdpau-drivers"? Without the drivers from this library your observed behaviour is typical...
You should also check whether the library "libvdpau1" is installed. VDPAU (Video Decode and Presentation API for Unix) and its drivers from "mesa-vdpau-drivers" are essential together with the different libxine2 libraries to display videos using PB commands.
In order to help you further you should follow these steps:
- Start my example program from the PB IDE (to download one of the two videos into your /tmp folder) and terminate it.
- Start my example program from the console using the PB compiler (please change the path to your PB installation folder and the path where you saved my example program together with its name):
> export PUREBASIC_HOME=/home/shardik/PureBasic/5.31
> export PATH=$PUREBASIC_HOME/compilers:$PATH
> pbcompiler /home/shardik/Download+PlayMovie.pb
Now you should see error messages in your console which you should post in this thread and then I can try to help you further...

After I installed the "mesa-vdpau-drivers" library, the movie playback started working!
Thanks for your expert diagnosis Shardik, it is much appreciated.