Results 1 to 10 of 10
I'm trying to view .mov files using Totem 2.16.7 with GStreamer 0.10.20 and GNOME but am getting an error that I don't have a decoder installed.
What exactly do I ...
- 09-13-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 5
Totem decoder with Redhat
I'm trying to view .mov files using Totem 2.16.7 with GStreamer 0.10.20 and GNOME but am getting an error that I don't have a decoder installed.
What exactly do I need to get to fix this error?
Thanks,
T.J.
- 09-14-2010 #2
Hi and Welcome !
Which version of RHEL are you using?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-14-2010 #3
Add the rpmforge repository.
Install the following packages:
gstreamer-plugins-good
gstreamer-plugins-bad
gstreamer-plugins-ugly
gstreamer-ffmpeg
- 09-15-2010 #4Just Joined!
- Join Date
- Sep 2010
- Posts
- 5
Using RHEL 5.
In which directory must the plugins be installed.
- 09-15-2010 #5
With RHEL5, use your package manager yum. After enabling the rpmforge repo do
Chapter*1.*YumCode:su - yum install gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-ffmpeg
Package Management with RPMLast edited by reed9; 09-15-2010 at 07:01 PM.
- 09-15-2010 #6Just Joined!
- Join Date
- Sep 2010
- Posts
- 5
I ran the yum install command as follows:
yum install gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-ffmpeg
...with the following results:
Loaded plugins: rhnplugin, security
Setting up Install Process
Package gstreamer-plugins-good-0.10.9-1.el5_3.2.x86_64 already installed and latest version
No package gstreamer-plugins-bad available.
No package gstreamer-plugins-ugly available.
No package gstreamer-ffmpeg available.
Nothing to do
I downloaded and extracted .tar.gz's for the plugins online prior to trying to install them...
- 09-15-2010 #7
Post the output of this
Code:su - yum repolist
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-15-2010 #8Just Joined!
- Join Date
- Sep 2010
- Posts
- 5
Loaded plugins: rhnplugin, security
repo id repo name status
adobe-linux-i386 Adobe Systems Incorporated enabled: 18
rhel-x86_64-client-5 Red Hat Enterprise Linux Desktop (v. 5 for 64-bit x86_64) enabled: 7,461
rhel-x86_64-client-supplementary-5 RHEL Desktop Supplementary (v. 5 for 64-bit x86_64) enabled: 759
rhel-x86_64-client-vt-5 RHEL Desktop Multi OS (v. 5 for 64-bit x86_64) enabled: 347
rhel-x86_64-client-workstation-5 RHEL Desktop Workstation (v. 5 for 64-bit x86_64) enabled: 4,138
rhn-tools-rhel-x86_64-client-5 Red Hat Network Tools for RHEL Client (v.5 64-bit x86_64) enabled: 428
repolist: 13,151
Sorry, a little ugly.
- 09-15-2010 #9
You haven't installed RPMforge repository as suggested by reed9 in post #3.
Click on this link. Execute command under title "Red Hat Enterprise Linux 5 / x86_64: " to install RPMforge repository.
After installing RPMforge repository, execute command suggested by reed9 in post #5.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-15-2010 #10Just Joined!
- Join Date
- Sep 2010
- Posts
- 5
Got it working.
Thank you both so much for your help, much appreciated.
T.J.


Reply With Quote