Page 1 of 3

VLC media player without AltiVec

Posted: Thu Jun 01, 2017 10:35 am
by xeno74
Hi All,

The default VLC doesn't work on the X5000. I think the problem is the AltiVec support of the default VLC. I try to compile VLC without AltiVec.
  1. Code: Select all

    git clone git://git.videolan.org/vlc.git
  2. Code: Select all

    cd vlc
  3. Code: Select all

    ./bootstrap
  4. Code: Select all

    ./configure --prefix=/usr/local/ --disable-altivec --enable-static
    (Maybe you have to install a lot of missing packages because of dependencies and run the configure command again)
    libvlc configuration
    --------------------
    version : 3.0.0-git
    system : linux
    architecture : powerpc64
    optimizations : yes
    vlc aliases : cvlc rvlc qvlc svlc nvlc
  5. Code: Select all

    make
**** Work in progress ****

Re: VLC media player without AltiVec

Posted: Thu Jun 01, 2017 8:16 pm
by xeno74
Unfortunately VLC doesn't work. I have to figure out why.

Re: VLC media player without AltiVec

Posted: Fri Jun 02, 2017 1:32 am
by Srtest
xeno74 wrote:Unfortunately VLC doesn't work. I have to figure out why.
Vlc has issues with Qt. If you use a distro that makes use of qt in specific places then the combination might affect vlc. The solution on LXQt was to disable some tiny features of the taskbar. You should also check the window manager.

Re: VLC media player without AltiVec

Posted: Thu Jan 21, 2021 5:51 pm
by xeno74
Hi All,

I compiled the new VLC 3.0.12 today. It works on Fienix and MintPPC. It also works on ubuntu MATE 16.04.7 but without H264 (MPEG-4) support.

Download: vlc-3.0.12-non-altivec.tar.gz

You can start it with ./run_vlc.sh. You don't need to remove your installed old VLC.

Image

Cheers,
Christian

Re: VLC media player without AltiVec

Posted: Thu Jan 21, 2021 7:37 pm
by xeno74
VLC web browser plugin: libvlcplugin.so.

For the directory /usr/lib/mozilla/plugins/

Re: VLC media player without AltiVec

Posted: Thu Jan 21, 2021 11:48 pm
by xeno74
Ubuntu 16.04: If you want to change between the old VLC 2.2.2 and the new VLC 3.0.12 then please delete the VLC profile directory with the following command in your home directory.

Code: Select all

rm -rf .config/vlc
The new VLC doesn't work with the configuration of the old VLC and the old VLC doesn't work with the configuration of the new VLC.

Re: VLC media player without AltiVec

Posted: Fri Jan 22, 2021 11:37 am
by xeno74
Hi All,

I added FFmpeg 4.3.1 to the VLC 3.0.12 non-altivec package so you can also watch H264 (MPEG-4) videos on ubuntu MATE 16.04.7.

Download: vlc-3.0.12-linux-powerpc-non-altivec_with_ffmpeg-4.3.1.tar.gz

Image

Cheers,
Christian

Re: VLC media player without AltiVec

Posted: Fri Jan 22, 2021 2:30 pm
by xeno74
VLC OpenGL settings:

Image

Re: VLC media player without AltiVec

Posted: Thu Jan 28, 2021 2:20 pm
by xeno74
I tested the new VLC with some DVDs again today. Most of the DVDs are working. Few are not working. It seems it isn't a VLC issue. It's more an issue of the DVD drive.

Image

Re: VLC media player without AltiVec

Posted: Wed Mar 31, 2021 10:47 am
by Roland
xeno74 wrote: Fri Jan 22, 2021 11:37 am I added FFmpeg 4.3.1 to the VLC 3.0.12 non-altivec package so you can also watch H264 (MPEG-4) videos on ubuntu MATE 16.04.7.

Download: vlc-3.0.12-linux-powerpc-non-altivec_with_ffmpeg-4.3.1.tar.gz
I tested this stand-alone VLC today... It works ok with Ubuntu, but with Fienix and MintPPC I get this error when trying to run mp4 videos:

Codec not supported:
VLC could not decode the format "h264" (H264 - MPEG-4 AVC (part 10))

Is there a way to get the h264 to work also with Fienix and MintPPC?

BTW, the non-altivec verion of VLC in MintPPC does not anymore work :-(. Caused by some updated system component, maybe Mesa...?