Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Video Player in Qt

Video Player in Qt

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
6 Posts 3 Posters 1.3k 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
    Sushma_MP
    wrote on last edited by
    #1

    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-worxR 1 Reply Last reply
    0
    • S Sushma_MP

      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-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @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
      0
      • raven-worxR raven-worx

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

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

        @raven-worx

        How to add g streamer package ...?

        raven-worxR 1 Reply Last reply
        0
        • S Sushma_MP

          @raven-worx

          How to add g streamer package ...?

          raven-worxR Offline
          raven-worxR Offline
          raven-worx
          Moderators
          wrote on last edited by
          #4

          @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 mrjjM 2 Replies Last reply
          1
          • raven-worxR raven-worx

            @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?

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

            @raven-worx said in Video Player in Qt:

            Ubuntu 14.04

            ok thank you

            1 Reply Last reply
            0
            • raven-worxR raven-worx

              @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?

              mrjjM Offline
              mrjjM Offline
              mrjj
              Lifetime Qt Champion
              wrote on last edited by
              #6

              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
              0

              • Login

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