<div dir="ltr">QtMultimedia doesn't seem to work at the moment, so at the moment I'm using MediaPlayer with GStreamerVideoOutput:<br><a href="https://github.com/Matoking/Filetug/blob/master/qml/pages/fileView/Video.qml">https://github.com/Matoking/Filetug/blob/master/qml/pages/fileView/Video.qml</a><br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-02-16 11:04 GMT+02:00 AL13N <span dir="ltr"><<a href="mailto:alien@rmail.be" target="_blank">alien@rmail.be</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I have the same issue as below... i compared with the qml of the Gallery Video<br>
play...<br>
<br>
i even tried static source with autoplay and autoload like this:<br>
Page{<br>
anchors.fill: parent<br>
SilicaFlickable {<br>
anchors.fill: parent<br>
Rectangle {<br>
color: "black"<br>
anchors.fill: parent<br>
MediaPlayer {<br>
id: mediaPlayer<br>
source: '/home/nemo/Videos/Camera/file.mp4'<br>
autoPlay: true<br>
autoLoad: true<br>
}<br>
VideoOutput {<br>
source: mediaPlayer<br>
anchors.centerIn: parent<br>
}<br>
}<br>
}<br>
}<br>
<br>
still the same issue...<br>
<br>
i saw:<br>
<br>
import "mediaplayer.js" as MediaPlayer<br>
<br>
is that relevant? are the MediaPlayer QML being overridden, by something else?<br>
<br>
What am i missing?<br>
<br>
<br>
Op woensdag 1 januari 2014 23:12:28 schreef Julius Loman:<br>
<div class="im HOEnZb">> Hi<br>
><br>
> I'm trying to play video content in my QML application using VideoOutput and<br>
> MediaPlayer types. So far I haven't been able to get it working even on<br>
> the Jolla provided videos in /home/nemo/Videos/ , probably due to following<br>
> error:<br>
><br>
> [W] QGstreamerPlayerSession::processBusMessage:1223 - Error: "Internal data<br>
> stream error."<br>
><br>
> Anybody can provide a working example or give me some clues? Playing just<br>
> audio from same files using QML Audio type seems to work fine.<br>
><br>
> Thank you<br>
> Julius<br>
</div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
SailfishOS.org Devel mailing list<br>
</div></div></blockquote></div><br></div>