Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  3. #3
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Add the rpmforge repository.

    Install the following packages:
    gstreamer-plugins-good
    gstreamer-plugins-bad
    gstreamer-plugins-ugly
    gstreamer-ffmpeg

  4. #4
    Just Joined!
    Join Date
    Sep 2010
    Posts
    5
    Using RHEL 5.
    In which directory must the plugins be installed.

  5. #5
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    With RHEL5, use your package manager yum. After enabling the rpmforge repo do
    Code:
    su -
    yum install gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-ffmpeg
    Chapter*1.*Yum

    Package Management with RPM
    Last edited by reed9; 09-15-2010 at 07:01 PM.

  6. #6
    Just 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...

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  8. #8
    Just 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.

  9. #9
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  10. #10
    Just Joined!
    Join Date
    Sep 2010
    Posts
    5
    Got it working.

    Thank you both so much for your help, much appreciated.

    T.J.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...