I’m using KDE, 32 bit. This is a new install, and I’m not familiar with Opensuse. But so far, it’s pretty nice! But now I need to get video working, and I’ll try to explain what I’ve got so far. I’ve installed the multimedia codecs from https://forums.opensuse.org/content/127-multimedia-restricted-formats-installation-guide-12-2.html, even though I really only want to get flash working. When I try rpm -qa | grep flash bash shows
When I look at add-ons in Firefox, this is how I am setup. I have installed Totem, even though it is normally associated with GNOME and I also use KDE. Compare EVERY Line here on my Working system to yours… (I am not sure that Adobe reader is required however):
I am using just Mplayer and there are three ways to go, but this is what I use (Terminal Command):
Command: **rpm --query --queryformat '%{NAME}-%{VERSION}-%{RELEASE}-%{ARCH} -> %{VENDOR}
' MPlayer mplayerplug-in smplayer**
MPlayer-1.1+35127-2.15-x86_64 -> http://packman.links2linux.de
smplayer-0.8.3-1.1-x86_64 -> http://packman.links2linux.de
You should expect to have three -> MPLayer <- packages installed from Packman.
----------------> MPlayer <---------------------- from the Packman Repository.
----------------> smplayer <--------------------- from the Packman Repository.
I normally use 64 bit. There has been a few cases where the video hardware was at fault such as a very old SIS chipset, an old nVIDIA 6200 or older series and some older ATI cards. Your video hardware does matter when trying to view the very latest movies and clips.
I liked the mmcheck program, but it didn’t open when I tried to run it. I may have screwed it up.
rm ~/bin/mmcheck ; wget -nc http://paste.opensuse.org/view/download/17784442 -O ~/bin/mmcheck ; chmod +x ~/bin/mmcheck
rm: cannot remove ‘/root/bin/mmcheck’: No such file or directory
--2013-01-08 20:56:50-- http://paste.opensuse.org/view/download/17784442
Resolving paste.opensuse.org (paste.opensuse.org)... 83.167.252.116, 2a01:430:28::3
Connecting to paste.opensuse.org (paste.opensuse.org)|83.167.252.116|:80... connected.
HTTP request sent, awaiting response... 200 OK
Cookie coming from paste.opensuse.org attempted to set domain to paste.opensuse.org
Cookie coming from paste.opensuse.org attempted to set domain to paste.opensuse.org
Length: unspecified [text/plain]
Saving to: `/root/bin/mmcheck'
<=> ] 23,529 120K/s in 0.2s
2013-01-08 20:56:52 (120 KB/s) - `/root/bin/mmcheck' saved [23529]
linux-jezh:/home/larry # mmcheck
If 'mmcheck' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf mmcheck
I went ot the ‘ad software’ section of YaST, and selected everything that showed up under Totem. Then I tried playing a Youtube video in Firefox, and all I have is a black box where the video goes. Same as before. I did a pastebin for the contents of about:plugins, as it’s too large for a post here. http://pastebin.com/8RbbfBUT
I just installed mplayer, I’ll have to close Firefox and reopen it to try and see what happens with video, but I want to post this first.
I use only the two mplayer files shown and nothing from the gecko. Installing too many files can be just as bad as too few. If more than one serves up a video or audio format, often the last loaded is in control. Notice in my Firefox add-in screen that Totem is being used in all video/audio places. You should see the same on your setup. Then you just need the media files recommended in mmcheck and flash. You can test your flash player here: Adobe - Flash Player
Its hard for me to know exactly what is wrong, but we also need to know your video hardware type to see if it is supported with the latest stuff or not.
Just as an afterthought, I originally asked about flash in another part of the forum.caf4926 gave me what he was running, but it was all 64 bit, and I held off because I have a 32 bit system. I’m under the assumption that installing a 64 bit program on a 32 bit system is not going to work. Is that correct?
Via Yast
Create a new user and login with it. Start firefox and try it as is…
If it still fails.Logout and back in to your normal account. Go to Yast software management and delete gecko-mediaplayer
And install totem-browser-plugin
Firefox still “flashes” a black box, the “box” is where the video goes, and it goes through three or four “flashes,” as if the video is trying to work, but it fails. Google just shows “Could not load shockwave flash.”
I’m posting this from Chrome now. I made another user to test Firefox, results were the same. I wondered what could change when I did that, as the system is the same installed programs. I’m also not expecting much when I download some video codecs, because while I want to play Youtube, Ted, etc, (etc being Redtube, and…), all the video codecs seem to be for playing DVDs. I do that with a DVD player on my TV.
I see others saying that they have video, and are trying to get movies, or other stuff. Wonder how they got video to work, and I haven’t?
EDIT: Just switched to the other user I created, and Firefox does the same, three flashes of a black box, then just a solid black box, no video. Was surprised that Google Chrome wasn’t in the other user, so I see what you mean by a fresh environment.
I am in the same boat, but with a twist. I have an OpenSuse 12.2 64 bit running a late amd desktop - not working. Chrome works but I want to capture some flash streams for off line use, and Firefox with the Ant toolbar is perfect for that. But FF does not play flash video.
I have a 64bit Notebook running OpenSuse 11.x and it does everything I need as far as watching flash video. FF and Chrome both play video, and the Ant toolbar in FF works well. This could become my machine of choice except for the irritating feature where the screen dims after 30 seconds. It is very hard to watch dimmed video.
So, is ther a way to expect a list of the chosen programs in my machines so that I can compare them, and perhaps replicate the stuff I have loaded in the Notebook?
I do not normally reply to my own posts, but I should add that I have just run the OneClick Multimedia process, in the hope that the extraneous **** may have been removed and the right stuff installed. Still no result. But i like the idea. So back to the program list idea.
It said to run cat /proc/cpuinfo | grep sse2 and if it returned nothing, then that was the problem. I tried it, and it returned nothing. Solution is supposed to be using an older version of flash.
When I run the same terminal command, it fills up half of the screen though I can’t say I have seen that sse2 support is required by your CPU for flash video to work. I have requested info on your video and perhaps we need to know about your CPU hardware as well. I have a bash script that produces a lot of good data you could post here in the forum, if you will, inside of code # tags in the advanced message editor:
jdmcdaniel3, I tried all 3 ways of getting hi…(???. I was having a lot of trouble typing that with a straight face. And I had another grin session as I typed that second line, too! Anyways…), and all I got was nada when I tried to run “hi.”
linux-jezh:/home/larry # rm ~/bin/hi ; wget -nc http://paste.opensuse.org/view/download/27608571 -O ~/bin/hi ; chmod +x ~/bin/hi
--2013-01-12 01:51:16-- http://paste.opensuse.org/view/download/27608571
Resolving paste.opensuse.org (paste.opensuse.org)... 83.167.252.116, 2a01:430:28::3
Connecting to paste.opensuse.org (paste.opensuse.org)|83.167.252.116|:80... connected.
HTTP request sent, awaiting response... 200 OK
Cookie coming from paste.opensuse.org attempted to set domain to paste.opensuse.org
Cookie coming from paste.opensuse.org attempted to set domain to paste.opensuse.org
Length: 5036 (4.9K) [text/plain]
Saving to: `/root/bin/hi'
100%======================================>] 5,036 --.-K/s in 0.001s
2013-01-12 01:51:18 (4.86 MB/s) - `/root/bin/hi' saved [5036/5036]
linux-jezh:/home/larry # hi
If 'hi' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf hi
Sounds like what I need, but for some reason I can’t get there from here.
**Do not run **the program as ROOT from terminal! I can see that it is saved at /root/bin/hi, but this folder is NOT in your path. There is nothing in my blog that requires you to be root to get this file. As a NORMAL user, open terminal, and run this command:
The package inxi must be downloaded the first time you run hi from your /home/username/bin folder and install it. That install will request the root password when it should be used. Then you should get the correct results.