Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Unsolved Video Player in Qt

    QML and Qt Quick
    3
    6
    1027
    Loading More Posts
    • 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
      Sushma_MP last edited by

      Hi ,

      I am trying to play video in Qt but i am able to hear only audio and video is not coming and getting this warning :-
      "No decoder available for type 'video/x-h264, stream-format=(string)avc, alignment=(string)au, level=(string)3, profile=(string)main, codec_data=(buffer)014d401effe1001a674d401ee8804217f112e022000003000200000300781e2c5a2401000468ebef20, width=(int)514, height=(int)360, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)1/1, parsed=(boolean)true'."

      Am using Ubuntu 14.04 and Qt 5.7 version

      raven-worx 1 Reply Last reply Reply Quote 0
      • raven-worx
        raven-worx Moderators @Sushma_MP last edited by

        @Sushma_MP
        most probably a missing gstream package in your system.
        see QTBUG-40183

        --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
        If you have a question please use the forum so others can benefit from the solution in the future

        S 1 Reply Last reply Reply Quote 0
        • S
          Sushma_MP @raven-worx last edited by

          @raven-worx

          How to add g streamer package ...?

          raven-worx 1 Reply Last reply Reply Quote 0
          • raven-worx
            raven-worx Moderators @Sushma_MP last edited by

            @Sushma_MP
            i am not a linux expert.
            This is distro specific. But look the internet for "Ubuntu gstreamer"

            Also read the comments of the bug report, it might be that you wont have a chance to get it running on Ubuntu 14.04 due to the missing gstreamer1.x support in QtMultimedia?

            --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
            If you have a question please use the forum so others can benefit from the solution in the future

            S mrjj 2 Replies Last reply Reply Quote 1
            • S
              Sushma_MP @raven-worx last edited by

              @raven-worx said in Video Player in Qt:

              Ubuntu 14.04

              ok thank you

              1 Reply Last reply Reply Quote 0
              • mrjj
                mrjj Lifetime Qt Champion @raven-worx last edited by

                As @raven-worx says,
                it looks like it will be uphill with 14.04

                http://askubuntu.com/questions/463976/ubuntu-14-04-64bit-gstreamer-ffmpeg-video-plugin-problem

                so basically its
                sudo apt-add-repository ppa:mc3man/trusty-media
                sudo apt-get update
                sudo apt-get install ffmpeg gstreamer0.10-ffmpeg BILLION more packets.

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post