Tiny Core Extensions > TCE Tips & Tricks

Howto: Vivaldi, Opera and Chrome in TC 8.x

<< < (9/10) > >>

neonix:

--- Quote from: ferran on April 15, 2020, 03:19:07 AM ---Hi neonix

From the beginning I have had problems playing live videos on youtube (only with these).

First I tried with Firefox-ESR and now I am using Vivaldi in TC Plus 11.0 and I still have the same problem. I also tried the Xorg-7-7 installation but it gives me a lot of problems with XVesa.

Maybe I need to have the gst-plugins... but I don't know which ones.

Could you help me with that?

--- End quote ---

If you use vivaldi.tcz from the repo, h.264 video won't work. There is a bug in Vivaldi browser that prevents to support h.264 if Vivaldi is installed in /usr/local/vivaldi. It have to be installed in /opt/vivaldi and the libffmpeg.so need to be in /opt/vivaldi/lib. Even if I symlink to /opt/vivaldi it still won't work. I'll try to prepare installation script for vivaldi soon.

If you want to use firefox-esr.tcz with h.264 video you need to install libavcodec.tcz. Both browsers work with Xvesa, but if you need a GPU hardware acceleration you need Xorg.

Rich:
Hi ferran

--- Quote from: ferran on April 15, 2020, 01:10:36 PM --- ... Currently I have 'X' extensions installed this: Xlibs, Xorg-7.7-lib, Xprogs and Xvesa ...
--- End quote ---
You have  Xvesa  installed.  Xlibs  and  Xprogs  are dependencies of  Xvesa.  Xorg-7.7-lib  is a dependency of various other programs.


--- Quote ---1) Should I install the rest of Xorg-7.7-*.tcz extensions (and remove Xvesa.tcz) so?. Or should I install only Xorg-7.7.tcz and remove Xvesa.tcz?
--- End quote ---
That depends. If you are trying to run programs that require  Xorg , then you need to install it and remove the  Xvesa.tcz  entry
from your  onboot.lst  file. You can use the  Apps  utility to do that.

If you want to try  Xorg:
1. Click on the  Apps  icon.
2. Click  Apps->Maintenance->OnBoot Maintenance
3. Remove  the  Xvesa.tcz  entry.
4. Close the  Apps  utility.
5. Click on the  Exit  icon.
6. Select  Exit to Prompt.
7. Click OK

You are now in the console. Enter:

--- Code: ---tce-load -wil Xorg-7.7
startx
--- End code ---

ferran:
I'm going to try the neonix' option. I'll let you know.

ferran:
@neonix or @Rich

It will be OK if I will this ?


--- Code: ---
mv /usr/local/vivaldi/ /opt/

(thus the libffmpeg.so should be in /opt/vivaldi/lib automatically)

ln-s /opt/vivaldi/vivaldi /usr/local/bin/vivaldi


--- End code ---

If yes... what about with vivaldi icon from wbar?

neonix:

--- Quote from: ferran on April 15, 2020, 02:35:56 PM ---@neonix or @Rich

It will be OK if I will this ?


--- Code: ---
mv /usr/local/vivaldi/ /opt/

(thus the libffmpeg.so should be in /opt/vivaldi/lib automatically)

ln-s /opt/vivaldi/vivaldi /usr/local/bin/vivaldi


--- End code ---

If yes... what about with vivaldi icon from wbar?

--- End quote ---

Better try this (TC10 and TC11, 32-bit version), if this version will work for you I will prepare script with wbar icon later:

--- Quote ---cd /home/tc
wget http://downloads.vivaldi.com/stable/vivaldi-stable_2.2.1388.37-1_i386.deb
ar x vivaldi-stable_2.2.1388.37-1_i386.deb
cd /
sudo tar fxJ /home/tc/data.tar.xz
cd /home/tc
rm -f _gpgbuilder
rm -f control.tar.xz
rm -f data.tar.xz
rm -f debian-binary
rm -f vivaldi-stable_2.2.1388.37-1_i386.deb
wget http://launchpadlibrarian.net/401443258/chromium-codecs-ffmpeg-extra_71.0.3578.98-0ubuntu0.18.04.1_i386.deb
ar x chromium-codecs-ffmpeg-extra_71.0.3578.98-0ubuntu0.18.04.1_i386.deb
tar fxJ /home/tc/data.tar.xz
rm -f control.tar.xz
rm -f data.tar.xz
rm -f debian-binary
rm -f chromium-codecs-ffmpeg-extra_71.0.3578.98-0ubuntu0.18.04.1_i386.deb
cd usr
cd lib
cd chromium-browser
sudo cp libffmpeg.so /opt/vivaldi/lib/
cd /home/tc/
sudo rm -r usr

tce-load -iw libXi.tcz
tce-load -iw libXtst.tcz
tce-load -iw nss.tcz
tce-load -iw libcups.tcz
tce-load -iw libXss.tcz
tce-load -iw at-spi2-atk.tcz
tce-load -iw gtk3.tcz
tce-load -iw libasound.tcz

sudo ln -s /usr/local/etc/fonts/ /etc/
/opt/vivaldi/vivaldi-bin --disable-seccomp-filter-sandbox
--- End quote ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version