Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Videos are not able to play on ubuntu 15.10
Qt 6.11 is out! See what's new in the release blog

Videos are not able to play on ubuntu 15.10

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
6 Posts 2 Posters 2.0k Views 1 Watching
  • 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
    SammyBolt
    wrote on last edited by
    #1

    Hello!
    I have spent a couple of days trying everything to get videos to be able to play on Ubuntu 15.10. Am using qt 5.5 since it supports gstreamer1.0 and i have all of the librarians the that is need to play video on Ubuntu. I have even tried downloading qt 5.6 beta because i read somewhere it was meant to have gstreamer 1.0 as the default instead gstreamer 0.10. Anyone have any solutions to this problem or should i just use windows to develop the application. (Sorry if this hard to read english isn't my first language)

    Warning: "No decoder available for type 'video/x-h264, stream-format=(string)avc, alignment=(string)au, level=(string)3.1, profile=(string)main, codec_data=(buffer)014d401fffe10017674d401fda014016ec0440000003004000000c83c60ca801000468ef3c80, width=(int)1280, height=(int)720, framerate=(fraction)25/1, pixel-aspect-ratio=(fraction)1/1, parsed=(boolean)true'."
    

    This is the error i get

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Did you install gstreamer's various 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

      S 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        Did you install gstreamer's various plugin packages ?

        S Offline
        S Offline
        SammyBolt
        wrote on last edited by
        #3

        @SGaist Yes i have all of them, I ran the command sudo apt-get install gstreamer1.0*
        to make sure everything is installed

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          I don't have a linux machine at hand to verify, can you check that the 5.5.1 gstreamer plugin does link to Gstreamer 1.0 ?

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

          S 1 Reply Last reply
          0
          • SGaistS SGaist

            I don't have a linux machine at hand to verify, can you check that the 5.5.1 gstreamer plugin does link to Gstreamer 1.0 ?

            S Offline
            S Offline
            SammyBolt
            wrote on last edited by
            #5

            @SGaist am not sure how to do that, do you mind explaining how

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Call ldd on the plugin. The plugin itself should be in /path/to/Qt/plugins/mediaservice/

              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

              • Login

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