FedoraForum.org - Fedora Support Forums and Community
Results 1 to 11 of 11
  1. #1
    Join Date
    Oct 2004
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    gstreamer problems

    i cant play any mp3/mpeg4/ h264...etc... files....and yes. the plugins are installed.

    any ideas?

    Code:
    gst-launch-1.0 playbin uri=file:///home/phil/SaMple.avi 
    Setting pipeline to PAUSED ...
    Pipeline is PREROLLING ...
    Missing element: MPEG-4 Video decoder
    WARNING: from element /GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0: No decoder available for type 'video/mpeg, mpegversion=(int)4, parsed=(boolean)true, systemstream=(boolean)false'.
    Additional debug info:
    gsturidecodebin.c(880): unknown_type_cb (): /GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0
    Missing element: MPEG-1 Layer 3 (MP3) decoder
    WARNING: from element /GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0: No decoder available for type 'audio/mpeg, mpegversion=(int)1, mpegaudioversion=(int)1, layer=(int)3, rate=(int)48000, channels=(int)2, parsed=(boolean)true'.
    Additional debug info:
    gsturidecodebin.c(880): unknown_type_cb (): /GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0
    ERROR: from element /GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0: Your GStreamer installation is missing a plug-in.
    Additional debug info:
    gstdecodebin2.c(3695): gst_decode_bin_expose (): /GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0:
    no suitable plugins found
    ERROR: pipeline doesn't want to preroll.
    Setting pipeline to NULL ...
    Freeing pipeline ...
    Code:
    yum list gstreamer-plugins\*
    Installed Packages
    gstreamer-plugins-bad.x86_64                                                                            0.10.23-1.fc18                                                              @rpmfusion-free             
    gstreamer-plugins-bad-free.x86_64                                                                       0.10.23-11.fc18                                                             @koji-override-0/$releasever
    gstreamer-plugins-bad-free-extras.x86_64                                                                0.10.23-11.fc18                                                             @fedora                     
    gstreamer-plugins-bad-nonfree.x86_64                                                                    0.10.22-3.fc17                                                              @rpmfusion-nonfree          
    gstreamer-plugins-base.x86_64                                                                           0.10.36-3.fc18                                                              @koji-override-0/$releasever
    gstreamer-plugins-base-devel.x86_64                                                                     0.10.36-3.fc18                                                              @fedora                     
    gstreamer-plugins-base-tools.x86_64                                                                     0.10.36-3.fc18                                                              @fedora                     
    gstreamer-plugins-espeak.x86_64                                                                         0.4.0-1.fc18                                                                @updates-testing            
    gstreamer-plugins-good.x86_64                                                                           0.10.31-5.fc18                                                              @koji-override-0/$releasever
    gstreamer-plugins-good-extras.x86_64                                                                    0.10.31-5.fc18                                                              @fedora                     
    gstreamer-plugins-ugly.x86_64                                                                           0.10.19-4.fc18                                                              @rpmfusion-free             
    Available Packages
    gstreamer-plugins-bad.i686                                                                              0.10.23-1.fc18                                                              rpmfusion-free              
    gstreamer-plugins-bad-free.i686                                                                         0.10.23-11.fc18                                                             fedora                      
    gstreamer-plugins-bad-free-devel.i686                                                                   0.10.23-11.fc18                                                             fedora                      
    gstreamer-plugins-bad-free-devel.x86_64                                                                 0.10.23-11.fc18                                                             fedora                      
    gstreamer-plugins-bad-free-devel-docs.x86_64                                                            0.10.23-11.fc18                                                             fedora                      
    gstreamer-plugins-bad-free-extras.i686                                                                  0.10.23-11.fc18                                                             fedora                      
    gstreamer-plugins-base.i686                                                                             0.10.36-3.fc18                                                              fedora                      
    gstreamer-plugins-base-devel.i686                                                                       0.10.36-3.fc18                                                              fedora                      
    gstreamer-plugins-base-devel-docs.noarch                                                                0.10.36-3.fc18                                                              fedora                      
    gstreamer-plugins-entrans.i686                                                                          0.10.4-2.fc18                                                               fedora                      
    gstreamer-plugins-entrans.x86_64                                                                        0.10.4-2.fc18                                                               fedora                      
    gstreamer-plugins-entrans-docs.noarch                                                                   0.10.4-2.fc18                                                               fedora                      
    gstreamer-plugins-espeak.i686                                                                           0.4.0-1.fc18                                                                fedora                      
    gstreamer-plugins-fc.i686                                                                               0.2-4.fc18                                                                  fedora                      
    gstreamer-plugins-fc.x86_64                                                                             0.2-4.fc18                                                                  fedora                      
    gstreamer-plugins-good.i686                                                                             0.10.31-5.fc18                                                              fedora                      
    gstreamer-plugins-good-devel-docs.noarch                                                                0.10.31-5.fc18                                                              fedora                      
    gstreamer-plugins-good-extras.i686                                                                      0.10.31-5.fc18                                                              fedora                      
    gstreamer-plugins-ugly.i686                                                                             0.10.19-4.fc18                                                              rpmfusion-free              
    gstreamer-plugins-ugly-devel-docs.noarch                                                                0.10.19-4.fc18                                                              rpmfusion-free

  2. #2
    Join Date
    Oct 2012
    Location
    Berlin
    Posts
    4
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: gstreamer problems

    Some applications (totem for example) use gstreamer 1.0 from now one. So you will need to install the gstreamer1-plugins-* packages to play mp3 en h264. For mpeg4 I think you will have to wait until someone packages gstreamer1-libav (formerly gstreamer-ffmpeg), or just download it from the russian fedora website..

  3. #3
    Join Date
    Oct 2004
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: gstreamer problems

    thanks alex that worked

    was missing this one gstreamer1-plugins-ugly and installed this http://koji.russianfedora.ru/koji/bu...o?buildID=1917 .... hello totem

  4. #4
    Join Date
    Oct 2012
    Location
    Spain
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: gstreamer problems

    gstreamer1-plugin-libav solved video problem on codec mpeg... but I can't play an mp3 yet. Any ideas? all gstreamer1-plugins-*

    thanks

  5. #5
    Join Date
    Oct 2012
    Location
    Berlin
    Posts
    4
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: gstreamer problems

    What application do you use to play the mp3 files? And what is the ouput of

    rpm -qa | grep gstreamer1-*

  6. #6
    Join Date
    Oct 2012
    Location
    Spain
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: gstreamer problems

    I use rhythmbox, but totem doesnt work either

    # rpm -qa | grep gstreamer1-*
    gstreamer1-plugins-ugly-0.11.99-1.fc18.x86_64
    gstreamer1-libav-1.0.1-1.fc18.R.x86_64
    gstreamer1-plugins-base-1.0.1-1.fc18.x86_64
    gstreamer1-plugins-bad-free-extras-1.0.1-1.fc18.x86_64
    gstreamer1-plugins-good-1.0.1-1.fc18.x86_64
    gstreamer1-plugins-base-tools-1.0.1-1.fc18.x86_64
    gstreamer1-plugins-good-extras-1.0.1-1.fc18.x86_64
    gstreamer1-1.0.1-1.fc18.x86_64
    gstreamer1-plugins-bad-free-1.0.1-1.fc18.x86_64

  7. #7
    Join Date
    Oct 2012
    Location
    Berlin
    Posts
    4
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: gstreamer problems

    Could you paste the output of

    # gst-launch-1.0 playbin uri="file:///path/to/your/file.mp3"

  8. #8
    Join Date
    Oct 2012
    Location
    Spain
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: gstreamer problems

    It's in spanish, but I think It's pretty clear:

    trevice@aurora:~/Música$ gst-launch-0.10 playbin uri=file:///home/trevice/Kashmir.mp3
    Estableciendo el conducto a PAUSA …
    El conducto está PREPARÁNDOSE …
    ** Message: don't know how to handle audio/mpeg, mpegversion=(int)1, mpegaudioversion=(int)1, layer=(int)3, rate=(int)44100, channels=(int)2, parsed=(boolean)true
    Missing element: decodificador MPEG-1 Layer 3 (MP3)
    ERROR: del elemento /GstPlayBinlaybin0: No tiene un decodificador instalado para manejar este archivo. Debe instalar los complementos necesarios.
    Información adicional de depuración:
    gstplaybasebin.c(2323): prepare_output (): /GstPlayBinlaybin0
    ERROR: el conducto no quiere prepararse.
    Estableciendo el conducto a NULL …
    Liberando la tubería…

    Thank you very much

  9. #9
    Join Date
    Oct 2012
    Location
    Berlin
    Posts
    4
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: gstreamer problems

    You are probably missing a dependency of the gstreamer1-plugins-ugly package. Try running
    Code:
    $ sudo yum install libmad
    or
    Code:
    $ sudo yum reinstall gstreamer1-plugins*
    Btw, in the output you posted you are using gst-launch-0.10 (the old version of gstreamer) instead of gst-launch-1.0 (the same version of gstreamer used by totem en rhythmbox in fedora 18). And if you want to get the ouput in english, try running the command like this
    Code:
    $ LANG=en_US gst-launch-1.0 ....
    Last edited by Alex7; 25th October 2012 at 10:27 AM.

  10. #10
    Join Date
    Oct 2012
    Location
    Spain
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: gstreamer problems

    Everything seems to be installed:

    # LANG=en yum install libmad
    Failed to set locale, defaulting to C
    Loaded plugins: langpacks, presto, refresh-packagekit
    Package libmad-0.15.1b-15.fc18.x86_64 already installed and latest version
    Nothing to do

    And I also tried

    sudo yum reinstall gstreamer1-plugins*


    But still no luck:

    $ LANG=en gst-launch-1.0 playbin uri=file:///home/trevice/Kashmir.mp3
    Setting pipeline to PAUSED ...
    ERROR: Pipeline doesn't want to pause.
    ERROR: from element /GstURIDecodeBin:uridecodebin0/GstFileSrc:source: Resource not found.
    Additional debug info:
    gstfilesrc.c(508): gst_file_src_start (): /GstPlayBinlaybin0/GstURIDecodeBin:uridecodebin0/GstFileSrc:source:
    No such file "/home/trevice/Kashmir.mp3"
    Setting pipeline to NULL ...
    Freeing pipeline .
    ..

  11. #11
    Join Date
    Aug 2011
    Location
    ~
    Posts
    2,113
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: gstreamer problems

    Thanks, found this topic through a internet search and after installing gstreamer1-libav I'm able to play mpeg4 again.
    To enable mp3 playback I believe installing the ugly plugin (from RPMFusion) fixes it.

Similar Threads

  1. gstreamer-plugins problems
    By igrachev in forum Using Fedora
    Replies: 2
    Last Post: 6th May 2011, 04:26 PM
  2. no mp3 - problems with GStreamer
    By blashyrkh in forum Using Fedora
    Replies: 1
    Last Post: 18th November 2007, 06:17 PM
  3. Rhythmbox/GStreamer Problems
    By itsawebsite22 in forum Using Fedora
    Replies: 2
    Last Post: 10th October 2006, 03:26 PM

Tags for this Thread

Posting Permissions

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