[Interest] Failed to start video surface on QML

Reynier Pupo rgomez at uci.cu
Fri Sep 7 03:39:10 CEST 2012




Hi, I am starting to study QML. I make a simple application to play a video with QtMultimediaKit, it does nothing, printing the message "failed to start video surface", then the video keeps on black. Following the source code:
import QtQuick 1.1
import QtMultimediaKit 1.1
 
Item {
width: 410; height: 210
Video {
id: videoW
source:"/media/Datos/Media/Videos/Series/Hunter x Hunter/hunter.avi"
x: 5; y: 5; height: 200
width: 400
}
}
 
Im using Ubuntu 12.4 with Qt 4.8.1.


10mo. ANIVERSARIO DE LA CREACION DE LA UNIVERSIDAD DE LAS CIENCIAS INFORMATICAS...
CONECTADOS AL FUTURO, CONECTADOS A LA REVOLUCION

http://www.uci.cu
http://www.facebook.com/universidad.uci
http://www.flickr.com/photos/universidad_uci

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20120906/6dfd216d/attachment.html>


More information about the Interest mailing list