Vivadli Video don't work Solved!
Vivadli Video don't work Solved!
Latest Vivaldi browser ffmg-extra codec for HTMl video don't work won't play imbeded video earlier versions before recent updates worked fine. I have the most recent codecs drivers free and none free installed checked everything seems to with Firtefox,Chromium and VLC off and on line and everything works fine. Any ideas how to fix this have tried all off Vivaldis and MX Antix suggested fies with no luck.
Last edited by zukahn1 on Sat Dec 14, 2019 12:41 pm, edited 1 time in total.
- andyprough
- MX Packager
- Posts: 918
- Joined: Tue Jul 23, 2019 10:16 pm
Re: Vivadli Video don't work
Video is working for me on vivaldi without any trouble. I installed vivaldi from MX Package Installer, Popular Applications tab. I have version 2.9.1705.41 installed. I just tried it with videos from youtube and invidio.us. If you tell me a site you are trying to play video from, I'll try it.
Primary Computer - Commodore 64: Processor - MOS 6510/8500, 1.023MHz; Memory - 64kb RAM, 20kB ROM - 8k BASIC V2, 8k Kernel, 4k Character ROM; Display output - 320x200, 16 colours; OS - BASIC V2.0; Weight: 1.8kg
Re: Vivadli Video don't work
I don't know whether the libffmpeg.so version has been updated for the Vivaldi installation or not? I haven't used that browser for quite some time? It may well still be a problem, as it was an ongoing problem for the many months that I used that browser.zukahn1 wrote: Sat Dec 07, 2019 9:37 pm Latest Vivaldi browser ffmg-extra codec for HTMl video don't work won't play imbeded video earlier versions before recent updates worked fine. I have the most recent codecs drivers free and none free installed checked everything seems to with Firtefox,Chromium and VLC off and on line and everything works fine. Any ideas how to fix this have tried all off Vivaldis and MX Antix suggested fies with no luck.
If pertinent, there is info' on this problem in this thread (including a variety of ways to get hold of a required version of libffmpeg.so:
viewtopic.php?f=108&t=45409
MSI: MAG B560 TORP', i5, RAM 16GB, GTX 1070 Ti 12GB, M2 238GB + USB, MX-23 Fb to Openbx
Lenovo: Ideapad 520S, i5, RAM 8GB, GPU i620, HDD 1TB, MX-23 Fb - Openbx
Clevo: P150SM-A, i7, RAM 16GB, nVidia 8600, 2x 1TB HDD & M.2 256 GB, MX-23 Fb - Openbx
Lenovo: Ideapad 520S, i5, RAM 8GB, GPU i620, HDD 1TB, MX-23 Fb - Openbx
Clevo: P150SM-A, i7, RAM 16GB, nVidia 8600, 2x 1TB HDD & M.2 256 GB, MX-23 Fb - Openbx
Re: Vivadli Video don't work
Not sure what you did. Here how I have tested successfully:zukahn1 wrote: Sat Dec 07, 2019 9:37 pm Latest Vivaldi browser ffmg-extra codec for HTMl video don't work won't play imbeded video earlier versions before recent updates worked fine. I have the most recent codecs drivers free and none free installed checked everything seems to with Firtefox,Chromium and VLC off and on line and everything works fine. Any ideas how to fix this have tried all off Vivaldis and MX Antix suggested fies with no luck.
Within MX 19 : On command line update packages
Code: Select all
sudo apt update
sudo apt full-upgrade
Install or Re-install Vivaldi.
Open Vivaldi at: https://help.vivaldi.com/article/html5- ... -on-linux/
Success: If no success:
Run in terminal:
Code: Select all
sudo /opt/vivaldi/update-ffmpeg

You do not have the required permissions to view the files attached to this post.
Re: Vivadli Video don't work
There is some kind of problem between the latest version of Vivaldi and some Linux installations. It's a strange interaction that causes a timeout when installing the codecs on slow networks. This might be your problem. It will be fixed, presumably soon,, or check out my interaction with a Vivaldi dev here (go to post #50 on page 3 for the money post) for the manual solution, which is:zukahn1 wrote: Sat Dec 07, 2019 9:37 pm Latest Vivaldi browser ffmg-extra codec for HTMl video don't work
Code: Select all
sudo sed -i '/^ DOWNLOAD/s/ \(-T\|--connect-timeout \)[0-9]\+//' /opt/vivaldi*/update-{widevine,ffmpeg}
MX-19-KDE x64, on Ryzen 5, 16GB RAM, SSD. Nvidia graphics.
Re: Vivadli Video don't work
Thanks paul1149 using that command worked it allowed me to run and get the correct updates from the Vivaldi repository. The solution I found was
sudo sed -i '/^ DOWNLOAD/s/ \(-T\|--connect-timeout \)[0-9]\+//' /opt/vivaldi*/update-{widevine,ffmpeg}
followed by
sudo /opt/vivaldi/update-ffmpeg
sudo sed -i '/^ DOWNLOAD/s/ \(-T\|--connect-timeout \)[0-9]\+//' /opt/vivaldi*/update-{widevine,ffmpeg}
followed by
sudo /opt/vivaldi/update-ffmpeg
Re: Vivadli Video don't work
Great @zukahn1, I'm glad that worked for you. Perhaps you would edit the title of your first post in this thread to include [SOLVED], so others could more readily find the solution.zukahn1 wrote: Fri Dec 13, 2019 6:03 pm Thanks paul1149 using that command worked it allowed me to run and get the correct updates from the Vivaldi repository. The solution I found was
sudo sed -i '/^ DOWNLOAD/s/ \(-T\|--connect-timeout \)[0-9]\+//' /opt/vivaldi*/update-{widevine,ffmpeg}
followed by
sudo /opt/vivaldi/update-ffmpeg
BW.
MX-19-KDE x64, on Ryzen 5, 16GB RAM, SSD. Nvidia graphics.