Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
whenever I try playing media off of my iphone when I plug it in to rhythmbox, it says: Music Player requires a additional plugin to decode this file The following ...
  1. #1
    Just Joined! micah1104's Avatar
    Join Date
    Dec 2009
    Location
    Earth
    Posts
    64

    [SOLVED] media problems

    whenever I try playing media off of my iphone when I plug it in to rhythmbox, it says:

    Music Player requires a additional plugin to decode this file
    The following plugin is required:
    MPEG-4 AAC decoder
    Do you want to search for this now?

    When I click Search, it says:

    Failed to search for plugin
    Could not find plugin in any configured software source

    When I try to start playing the file, it gives me:

    Couldn't start playback
    Problem occurred without error being set. This is a bug in Rhythmbox or GStreamer.

    Is there anybody that has a fix for this?

    TIA

    Micah

  2. #2
    Linux Guru rokytnji's Avatar
    Join Date
    Jul 2008
    Location
    Pecos, Texas
    Posts
    2,944
    From

    Fedora 13 Update: rhythmbox-0.12.8-1.fc13

    Code:
    su -c 'yum update rhythmbox'
    might have to take out the ' between yum and rhythymbox.
    Linux Registered User # 475019
    Lead,Follow, or get the heck out of the way
    AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
    Open CourseWare for Linux Geeks

  3. #3
    Just Joined! micah1104's Avatar
    Join Date
    Dec 2009
    Location
    Earth
    Posts
    64
    Quote Originally Posted by rokytnji View Post
    From

    Fedora 13 Update: rhythmbox-0.12.8-1.fc13

    Code:
    su -c 'yum update rhythmbox'
    might have to take out the ' between yum and rhythymbox.
    [micah@micah ~]$ sudo yum -y update rhythmbox
    [sudo] password for micah:
    Loaded plugins: presto, refresh-packagekit
    Setting up Update Process
    No Packages marked for Update

    In the Add/Remove Software, it says I have rhythmbox-0.12.8-4.fc13

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    It looks like you haven't installed RPMFusion repository. All those plugins are available there only.
    Follow instructions from here to install RPMFusion.

    After repository installation, plugin iphone again. There won't be any plugin installation problem.
    Last edited by devils casper; 08-31-2010 at 11:20 AM.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined! micah1104's Avatar
    Join Date
    Dec 2009
    Location
    Earth
    Posts
    64
    Quote Originally Posted by devils casper View Post
    It looks like you haven't installed RPMFusion repository. All those plugins are available there only.
    Follow instructions from here to install RPMFusion.

    After repository installation, plugin iphone again. There won't be any plugin installation problem.
    That link just redirects to my thread, but I know how to find how to do it, so I did... and when I told it to search THIS time, it asked if I wanted to install gstreamer-plugins-bad-0.10.19-1.fc13, I said yes, typed root password, then asked if I trusted the keys, I said yes, and typed root password again and it gives me:

    failed to install signature: Traceback (most recent call last):
    File "/usr/share/PackageKit/helpers/yum/yumBackend.py", line 2926, in install_signature
    self.yumbase.getKeyForPackage(pkg, askcb = lambda x, y, z: True)
    File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 4329, in getKeyForPackage
    result = ts.pgpImportPubkey(misc.procgpgkey(info['raw_key']))
    File "/usr/lib/python2.6/site-packages/rpmUtils/transaction.py", line 59, in __getattr__
    return self.getMethod(attr)
    File "/usr/lib/python2.6/site-packages/rpmUtils/transaction.py", line 69, in getMethod
    return getattr(self.ts, method)
    AttributeError: 'NoneType' object has no attribute 'pgpImportPubkey'

    Last edited by devils casper; 08-31-2010 at 11:21 AM. Reason: link

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    How did you install RPMFusion repository? Which version of Fedora are you using?

    That link just redirects to my thread
    Corrected it.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    From the terminal, try
    Code:
    su -
    yum clean all
    yum update
    yum install gstreamer-plugins-bad

  8. #8
    Just Joined! micah1104's Avatar
    Join Date
    Dec 2009
    Location
    Earth
    Posts
    64
    Quote Originally Posted by devils casper View Post
    How did you install RPMFusion repository? Which version of Fedora are you using?

    Corrected it.
    I am running Fedora 13, and I installed RPMFusion from the same website you posted, I tried the CLI method, and the .rpm method, but neither worked...

  9. #9
    Just Joined! micah1104's Avatar
    Join Date
    Dec 2009
    Location
    Earth
    Posts
    64
    Quote Originally Posted by reed9 View Post
    From the terminal, try
    Code:
    su -
    yum clean all
    yum update
    yum install gstreamer-plugins-bad
    I think that fixed it, I was able to play a m4a file, and I will try some off my iphone later when I have a chance to...

  10. #10
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    To cover as many bases as possible, you'll also want gstreamer-ffmpeg and gstreamer-plugins-ugly from rpmfusion. That plus the bad plugins before should allow you to play almost anything you come across. (At least for gstreamer based media players.)

Page 1 of 2 1 2 LastLast

Posting Permissions

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