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. QML Video is not playing properly in Ubuntu machine (Solved)

QML Video is not playing properly in Ubuntu machine (Solved)

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 1 Posters 1.7k 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    Hello,

    I have got an error like this when i run the QML Video file,

    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)014d401effe10017674d401ee8805017fcb0800000030080000018078b168901000468ebef20, width=(int)640, height=(int)360, framerate=(fraction)24/1, pixel-aspect-ratio=(fraction)1/1, parsed=(boolean)true'."

    Please help me to solve this problem.

    Regards
    Ansif

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      Hi All,

      I got the solution for he above problem. Actually FFmpeg plugin for GStreamer 0.10 is not available in the official Ubuntu 14.04 repositories and because of this, the above warning occurs.

      I have installed the missing plugin using below commands and the problem is solved :),

      @sudo add-apt-repository ppa:mc3man/trusty-media
      sudo apt-get update
      sudo apt-get install gstreamer0.10-ffmpeg@

      Refer links:
      http://thebugfreeblog.blogspot.in/2014_05_01_archive.html
      http://www.webupd8.org/2014/03/get-firefox-and-phonon-gstreamer-to.html

      Regards
      Ansif

      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