Re: [Interest] One MediaPlayer on two VideoOutput elements?

2014-06-10 Thread Neuer User
? I tried but did not succeed. :-( Am 30.04.2014 17:22, schrieb Lopes Yoann: > On Apr 30, 2014, at 12:36 PM, Neuer User wrote: > >> Hi >> >> I need to show an RTSP video played by a MediaPlayer element on two >> different VideoOutput elements. I can't get it to

Re: [Interest] Custom pipeline for QML MediaPlayer

2014-05-30 Thread Neuer User
Hi Yoann See inline: Am 30.05.2014 12:26, schrieb Lopes Yoann: > On May 28, 2014, at 9:45 AM, Neuer User wrote: >> >> While the MediaPlayer in Qt5 is really great (especially with the new >> zero-copy patch for imx6 in Qt5.3!), the "playbin" and "camerabin&

[Interest] Custom pipeline for QML MediaPlayer

2014-05-28 Thread Neuer User
Hi I am writing a Qt5 app, which should also display live camera video streams. These can come from ip cams (rtsp streams) or analog cameras. While the MediaPlayer in Qt5 is really great (especially with the new zero-copy patch for imx6 in Qt5.3!), the "playbin" and "camerabin" elements are not f

[Interest] Help with qt-gstreamer recipe?

2014-05-19 Thread Neuer User
Hi I need qt-gstreamer in my Qt5 app (because I am having problems with the camera element). I found a yocto recipe from Andrey Telepin and tried to modify it for Qt5. It looks like this: --- LICENSE = "GPLv2" LIC_FILES_CHKSUM =

Re: [Interest] One MediaPlayer on two VideoOutput elements?

2014-05-02 Thread Neuer User
Am 02.05.2014 11:04, schrieb Mandeep Sandhu: > On Fri, May 2, 2014 at 12:52 PM, Neuer User wrote: >> Just wanted to try out the QmlVideoTee example, but it seems I am >> missing something: >> >> qabstractvideosurface.h: No such file or directory >> #include

Re: [Interest] One MediaPlayer on two VideoOutput elements?

2014-05-02 Thread Neuer User
12:36 PM, Neuer User wrote: > >> Hi >> >> I need to show an RTSP video played by a MediaPlayer element on two >> different VideoOutput elements. I can't get it to work. Only the last >> VideoOutput in the code works. >> >> Am I doing something wrong

Re: [Interest] One MediaPlayer on two VideoOutput elements?

2014-05-02 Thread Neuer User
12:36 PM, Neuer User wrote: > >> Hi >> >> I need to show an RTSP video played by a MediaPlayer element on two >> different VideoOutput elements. I can't get it to work. Only the last >> VideoOutput in the code works. >> >> Am I doing something wrong

Re: [Interest] One MediaPlayer on two VideoOutput elements?

2014-04-30 Thread Neuer User
Am 30.04.2014 17:22, schrieb Lopes Yoann: > On Apr 30, 2014, at 12:36 PM, Neuer User wrote: > >> Hi >> >> I need to show an RTSP video played by a MediaPlayer element on two >> different VideoOutput elements. I can't get it to work. Only the last >> VideoO

[Interest] One MediaPlayer on two VideoOutput elements?

2014-04-30 Thread Neuer User
Hi I need to show an RTSP video played by a MediaPlayer element on two different VideoOutput elements. I can't get it to work. Only the last VideoOutput in the code works. Am I doing something wrong? Or is this just not expected to work? If so, how should I achieve this? I don't want to use shade