Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: Laskody on February 14, 2022, 06:03:15 PM

Title: Tc 13 VLC
Post by: Laskody on February 14, 2022, 06:03:15 PM
Hi! I installed vlc3.tcz on Tc13. I have Xorg and Pulseaudio on board. When I start, I get the following error message in the terminal:

Code: [Select]
tc@box:~$ vlc
VLC media player 3.0.11.1 Vetinari (revision 3.0.11.1-0-g52483f3ca2)
[0950c270] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-tc'
[0964f3c0] qt interface error: Unable to load extensions module
Illegal instruction
tc@box:~$

When i start it with cvlc from Terminal:

Code: [Select]
tc@box:~$ cvlc
VLC media player 3.0.11.1 Vetinari (revision 3.0.11.1-0-g52483f3ca2)
[09238a30] dummy interface: using the dummy interface module...
[09234f90] main playlist: playlist is empty

but vlc dos not start.

Title: Re: Tc 13 VLC
Post by: Rich on February 14, 2022, 08:52:48 PM
Hi Laskody
Illegal instruction
That means QT5 requires an instruction that your CPU does not support.

Quote
... but vlc dos not start.
You started it without an interface (no GUI).

What happens if you try to start it like this:
Code: [Select]
nvlcDoes it start with an  ncurses  based interface?
Title: Re: Tc 13 VLC
Post by: Laskody on February 15, 2022, 06:01:43 AM
Thanks!

With nvlc starts from terminal, but played online audio, no video, when i opened a mp4. video file.