Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Error: "Your GStreamer installation is missing a plug-in." In Running Qt Video Widget Example Run
QtWS25 Last Chance

Error: "Your GStreamer installation is missing a plug-in." In Running Qt Video Widget Example Run

Scheduled Pinned Locked Moved Solved General and Desktop
6 Posts 2 Posters 4.7k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    stackprogramer
    wrote on 4 Dec 2016, 14:17 last edited by stackprogramer 12 Apr 2016, 14:20
    #1

    When i run example Qt Video Widget Example in Debian jessie , i select a mp3 file i can not play it,it returns errors:
    i have even installed gstreamer...
    how can play video and mp3 with this example
    best regards stackprogramer

    Warning: "No decoder available for type 'audio/mpeg, mpegversion=(int)1, mpegaudioversion=(int)1, layer=(int)3, rate=(int)44100, channels=(int)2, parsed=(boolean)true'."
    Error: "Your GStreamer installation is missing a plug-in."

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 4 Dec 2016, 22:05 last edited by
      #2

      Hi,

      Did you also install the GStreamer plugin packages ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • S Offline
        S Offline
        stackprogramer
        wrote on 5 Dec 2016, 08:48 last edited by stackprogramer 12 May 2016, 08:51
        #3

        hi, thanks but i even install all plugin with this command:

        apt-get install gstreamer0.10-plugins*
        
        

        it has errors
        Warning: "No decoder available for type 'video/x-h264, stream-format=(string)avc, alignment=(string)au, level=(string)3, profile=(string)constrained-baseline, codec_data=(buffer)0142c01effe100196742c01ed9c1e08feb011000000300100000030320f162e78001000568c9a1cb20, width=(int)480, height=(int)270, framerate=(fraction)25/1, pixel-aspect-ratio=(fraction)1/1, parsed=(boolean)true'."

        1 Reply Last reply
        1
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 5 Dec 2016, 10:30 last edited by
          #4

          Check for the ffmpeg gstreamer plugin.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1
          • S Offline
            S Offline
            stackprogramer
            wrote on 5 Dec 2016, 14:46 last edited by stackprogramer 12 May 2016, 14:49
            #5

            thanks plugin-ffmpeg is not supported directly in debian jessie so i use this link for install it.

            http://stackoverflow.com/questions/30326243/how-to-install-gstreamer0-10-ffmpeg-on-debian-8-jessie-no-installation-candidat

            i installed from wheezy package now it can play mp3 but mp4 is has errors

            Error: "GStreamer encountered a general stream error."

            1 Reply Last reply
            0
            • S Offline
              S Offline
              stackprogramer
              wrote on 5 Dec 2016, 15:33 last edited by
              #6

              finally i concluded for showing video with container format mp4 and code H.264/MPEG-4 AVC
              i should install new tools on debian jessie
              http://www.debiantutorials.com/how-to-install-ffmpeg-with-h-264mpeg-4-avc/

              1 Reply Last reply
              1

              3/6

              5 Dec 2016, 08:48

              • Login

              • Login or register to search.
              3 out of 6
              • First post
                3/6
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved