Does Qt have all the plugins required for MediaPlayer to play video, in my case xvid in mp4 container,
or does it rely on the host having required codecs etc?

The reason I ask, is that I'm on a new linux installation (Kubuntu 14.10 amd64) and the video doesn't play any more. Instead I'm getting the following in the Application Output:

Warning: "No decoder available for type 'video/mpeg, mpegversion=(int)4, systemstream=(boolean)false, profile=(string)simple, level=(string)1, codec_data=(buffer)000001b001000001b58913000001000000012000c48d88000d14042d1443000001b24c61766335362e31302e313030, width=(int)640, height=(int)360, framerate=(fraction)1/2, pixel-aspect-ratio=(fraction)1/1'."

Error: "Your GStreamer installation is missing a plug-in."



Yet when I play the same video from command line using GStreamer tools:

gst-launch-1.0 playbin uri="file:///home/harri/Videos/Stoppola/My Film.mp4"

that works fine.

Any idea?

Harri



_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to