I am using opensuse 13.2 KDE.
I have some problem with playing the flash in the browsers.
I have chromium and firefox.
I have installed latest ‘abode flash plugin’ and ‘chromium-pepper-flash’.
But still there are lots of site in which I can’t play the flash video.
e.g I can’t watch any trailer from Imdb.
Do I need to install something else in order to play those videos?
No My guess is that the difference in flash versions between Linux and Windows is the problem and the site is blocking any version less then the Windows version. AFAIK nothing can be done at your end
as far as I can tell imdb uses html5 and not flash I’m thinking you don’t have packman setup properly
do you have packman have you done a full vendor change with packman, please tell us your repo’s
sudo zypper dup --from 12
...
Retrieving package libid3tag0-0.15.1b-183.1.2.i586 (127/130), 30.2 KiB ( 73.6 KiB unpacked)
Empty destination in URI: hd:///?device=/dev/disk/by-id/scsi-1JetFlashTranscend_16GB
Abort, retry, ignore? [a/r/i/? shows all options] (a): i
Warning: You have chosen to ignore a problem with download or installation of a package which might lead to broken dependencies of other packages. It is recommended to run 'zypper verify' after the operation has finished.
Retrieving package flash-player-kde4-11.2.202.616-2.94.1.i586 (128/130), 148.7 KiB (461.5 KiB unpacked)
Retrieving: flash-player-kde4-11.2.202.616-2.94.1.i586.rpm .................................................................................................................[done (507.0 KiB/s)]
Retrieving package libsox3-14.4.2-39.1.i586 (129/130), 247.5 KiB (611.6 KiB unpacked)
Retrieving: libsox3-14.4.2-39.1.i586.rpm .................................................................................................................................................[done]
Retrieving package sox-14.4.2-39.1.i586 (130/130), 135.4 KiB (213.4 KiB unpacked)
Retrieving: sox-14.4.2-39.1.i586.rpm .....................................................................................................................................................[done]
Installation has completed with error.
There are some running programs that might use files deleted by recent upgrade. You may wish to check and restart some of them. Run 'zypper ps' to list these programs.
rahul@linux-rahul:~> zypper verify
Loading repository data...
Reading installed packages...
Dependencies of all installed packages are satisfied.
rahul@linux-rahul:~>
After that I did
sudo zypper dup --from 2
Which was successfull.
But still the browser is not playing the html5 video.
the problem above was repo #4 if you keep the install disk enabled you’d need to put it in to avoid those errors, as there are newer packages online it’s best to disable the install dvd
there’s one more problem I didn’t notice previosly, you have the vlc repo, the vlc repo only provides vlc and might break packman, packman on the other side provides vlc and a lot of other multimedia related packages, so remove the vlc repo.
the error you are reciving is because packman has vlc 2.2 and the update has vlc 2.1 so run zypper dup with both the update and packman repo’s (remove the vlc repo #1)
every time I ran I am getting the following message
rahul@linux-rahul:~> sudo zypper dup --from 10 --from 1
Loading repository data...
Reading installed packages...
Computing distribution upgrade...
2 Problems:
Problem: problem with installed package kernel-default-3.16.6-2.1.i586
Problem: problem with installed package kernel-desktop-3.16.6-2.1.i686
Problem: problem with installed package kernel-default-3.16.6-2.1.i586
Solution 1: deinstallation of kernel-default-3.16.6-2.1.i586
Solution 2: keep obsolete kernel-default-3.11.10-17.2.i586
Choose from above solutions by number or skip, retry or cancel [1/2/s/r/c] (c): 2
And I pick 2
Then i got the following message
Problem: problem with installed package kernel-desktop-3.16.6-2.1.i686
Solution 1: deinstallation of kernel-desktop-3.16.6-2.1.i686
Solution 2: keep obsolete kernel-desktop-3.11.6-4.1.i686
Choose from above solutions by number or skip, retry or cancel [1/2/s/r/c] (c): 2
Resolving dependencies...
Computing distribution upgrade...
you had a few bad repo’s
did you remove vlc your former #1 repo if not that broke html5, after doing dup with the update repo most packman packages will be switched to the oss ones that do not support patented multimedia,
again post your repo list
zypper lr -d
about your kernel warning again I don’t want to guess as I might make a mistake but your current kernel should come from the update repo if you removed the LEAP repo just running
sudo zyppper up
should update your kernel to the current version.
a not so short summary:
to be clear the vlc repo works but it breaks packman from where we get all our multimedia, the vlc version on packman is the same as the one from vlc, so remove the vlc repo, the leap repo and the usb/dvd.
then run
sudo zypper up
to update your system
then run
sudo zypper dup --from "Packman Repository"
this should fix html5 issues in firefox, for chromium you might need to install chromium-ffmpeg from packman although I think that by doing the above command chromium-ffmpeg is installed automatically
just in case run
For what it is worth Imdb is also broken here and can no longer play video on Food Network which I used to not long ago. Some sites simply refuse to acknowledge anything but Windows users. Most other sites work fine.