I have look at this post. [Facebook videos on Firefox]
And have done the
zypper up --allow-vendor-change
to use the packman repo
And still not able to play videos in Firefox Facebook.
Should that have been
–no-allow-vendor-change
I have look at this post. [Facebook videos on Firefox]
And have done the
zypper up --allow-vendor-change
to use the packman repo
And still not able to play videos in Firefox Facebook.
Should that have been
–no-allow-vendor-change
Have you tried:
zypper dup --from "packman" --allow-vendor-change
That should switch some package to packman. In that command, change “packman” to the name or alias you are using for the packman repo. And keep the quotes there if there are any spaces in the name used for that repo.
You needed to force install ffmpeg-4 and vlc from packman and allow all the parts that come with it
something like
sudo zypper in -f -r 1 ffmpeg-4 vlc
where -r 1 is your packman repo number found from
sudo zypper lr
you may need to sudo zypper rm ffmpeg-3 if that is installed.