Re: [SailfishDevel] Mjpeg support in webview

2014-01-14 Thread Coley
When I try QtMultimedia to playback the stream as suggested it fails. I get an error - The QMediaPlayer object does not have a valid service I'm guessing I need to install some plugin, but what one should I install? Thanks, -Coley. On 13 January 2014 16:54, Coley wrote: > OK, will investigate th

Re: [SailfishDevel] Mjpeg support in webview

2014-01-13 Thread Coley
OK, will investigate the alternate suggested. Thanks. -Coley. On 13 January 2014 15:33, Vesa-Matti Hartikainen < vesa-matti.hartikai...@jolla.com> wrote: > Hi, > > We have not configured Mozilla engine for 3rd party use (there are issues > like only one profile, etc.), and that is why using it

Re: [SailfishDevel] Mjpeg support in webview

2014-01-13 Thread Vesa-Matti Hartikainen
Hi, We have not configured Mozilla engine for 3rd party use (there are issues like only one profile, etc.), and that is why using it is not a good idea, and the app would not be accepted to store. Perhaps you could try to use QtMultimedia to playback the stream? http://qt-project.org/doc/qt-

[SailfishDevel] Mjpeg support in webview

2014-01-13 Thread Coley
Hi, I'm trying to display an Mjpeg stream in a little app I'm creating using QML. Initially I tried SilicaWebView but this fails to display the image. The image can be displayed fine using the native browser, so I tried to use qtmozembed pkg but I don't know what to import into my project. I've ad