[Interest] GStreamer installation is missing a plug-in

2019-08-16 Thread Bhupendra Singh
Dear All I am trying to make a Qt application QML-GUI that will show live streaming of ip-camera. but when in run qt-application on my Embedded Device then I got Some problem . shared memfd open() failed: Function not implemented Warning: "No decoder available for type 'application/x-rtp

[Interest] GStreamer on OSX?

2019-03-12 Thread Jason H
I am trying to develop a app on my mac that will run on linux, and it uses gstreamer. There's a couple routes I could go. If it's a video source, I can use Qt's existing support, but there are some advantages to using gstreamer directly. I just need stills, no video, so I'm giving that a shot.

Re: [Interest] GStreamer

2016-10-19 Thread Sérgio Martins
On Wed, Oct 19, 2016 at 7:00 AM, Igor Mironchik wrote: > Hello, > > Does Qt plan to move Multimedia on Linux to GStreamer 1.0? The official Qt builds will use GStreamer starting from Qt 5.8. If you build yourself then it's available since 5.5. Regards, Sérgio Martins

Re: [Interest] GStreamer

2016-10-19 Thread Liang Qi
Was it done long ago? https://codereview.qt-project.org/100421 git log --grep="GStreamer 1.0" You will find more related changes. Regards, Liang On 19 October 2016 at 08:00, Igor Mironchik wrote: > Hello, > > Does Qt plan to move Multimedia on Linux to GStreamer 1.0? > > Thank you. > > __

[Interest] GStreamer

2016-10-18 Thread Igor Mironchik
Hello, Does Qt plan to move Multimedia on Linux to GStreamer 1.0? Thank you. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Gstreamer error while playing audio with Qt5.6 on ubuntu

2016-05-28 Thread Alan Ezust
I should qualify this: On Qt 5.5 (from kubuntu sources) the example media player can play mp3s without problems. But if I use the Qt installer with Qt 5.6, this is when I get the problem. ___ Interest mailing list Interest@qt-project.org http://lists.qt-p

Re: [Interest] Gstreamer error while playing audio with Qt5.6 on ubuntu

2016-05-28 Thread Alan Ezust
Yes, but I already had that installed a while ago. It did fix the problem for me in the past, but not after my recent upgrade to Qt 5.6 and Ubuntu xenial. On Fri, May 27, 2016 at 10:59 PM, Jesse Jaara wrote: > I believe qt in ubuntu already uses gst 1.x series. So you need. > gstreamer1.0-plugin

Re: [Interest] Gstreamer error while playing audio with Qt5.6 on ubuntu

2016-05-27 Thread Jesse Jaara
I believe qt in ubuntu already uses gst 1.x series. So you need. gstreamer1.0-plugins-bad Or gstreamer1.0-fluendo-mp3 ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Gstreamer error while playing audio with Qt5.6 on ubuntu

2016-05-27 Thread Alan Ezust
I followed those instructions but they don't work for Ubuntu Xenial. Same error message. What is the recommended way to play MP3s from Qt/Multimedia on Linux now? On Fri, May 27, 2016 at 6:00 PM, Alan Ezust wrote: > Nevermind. Stackoverflow has the solution... > > > http://stackoverflow.com/ques

Re: [Interest] Gstreamer error while playing audio with Qt5.3

2016-05-27 Thread Alan Ezust
Nevermind. Stackoverflow has the solution... http://stackoverflow.com/questions/26099139/how-to-fix-gstreamer-error-in-qt5#31768647 On Fri, May 27, 2016 at 5:53 PM, Alan Ezust wrote: > I am getting the same problem in Qt 5.6 with the Qt3d Audio Visualization > demo. > In the past, installing g

Re: [Interest] Gstreamer error while playing audio with Qt5.3

2016-05-27 Thread Alan Ezust
I am getting the same problem in Qt 5.6 with the Qt3d Audio Visualization demo. In the past, installing gstreamer-fluendo-mp3 fixed the problem. This time it did not. I am using Kubuntu xenial. Installing ubuntu-restricted-extras didn't fix it either. Does anyone know what is the missing plugin?

[Interest] GStreamer conflicting version

2015-07-01 Thread Jan Imrich
Hello, I'm porting my project from JavaFX to Qt5 and I've encountered following error when QT += multimedia multimediawidgets webkit webkitwidgets in my project file: (Pokus:340): GLib-GObject-WARNING **: cannot register existing type 'GstObject' (Pokus:340): GLib-CRITICAL **: g_once_init_leave:

Re: [Interest] GStreamer missing plugin error

2015-01-28 Thread Lopes Yoann
> > Will GStreamer 1.0 be default in the official Qt 5.5.0 binary installers? As > far as I understood you have to enable it during compile time, so I would > need to build it myself with 1.0 support enabled, correct? That’s correct, GStreamer 1.0 will have to be explicitly enabled in 5.5 and

Re: [Interest] GStreamer missing plugin error

2015-01-28 Thread René J . V . Bertin
On Wednesday January 28 2015 13:55:24 Samuel Gaist wrote: > Hi, > > No it doesn't however new features like the migration from gstreamer 0.1 to > 1.0, new APIs like those used by the Qt3D next gen module etc. don't happen > in bug fix releases but between two minor releases. OK. I'd personally

Re: [Interest] GStreamer missing plugin error

2015-01-28 Thread Roland Winklmeier
2015-01-28 11:58 GMT+01:00 Lopes Yoann : > On 27 Jan 2015, at 19:12, Thiago Macieira > wrote: > > > > On Tuesday 27 January 2015 17:49:50 Harri Pasanen wrote: > >> I wonder if there are plans to migrate to GStreamer 1.0? That is more > >> than two years old, and 0.10 is about ten years old. Ub

Re: [Interest] GStreamer missing plugin error

2015-01-28 Thread Lopes Yoann
On 28 Jan 2015, at 13:48, René J.V. Bertin wrote: > > On Wednesday January 28 2015 10:02:26 Thiago Macieira wrote: > >>> Does that mean that Qt evolves in x.1 steps nowadays?? >> >> We've always released minor versions. You may remember 4.7 happened before >> 4.8. >> >> If you meant something

Re: [Interest] GStreamer missing plugin error

2015-01-28 Thread Samuel Gaist
On 28 janv. 2015, at 13:48, René J.V. Bertin wrote: > On Wednesday January 28 2015 10:02:26 Thiago Macieira wrote: > >>> Does that mean that Qt evolves in x.1 steps nowadays?? >> >> We've always released minor versions. You may remember 4.7 happened before >> 4.8. >> >> If you meant somethin

Re: [Interest] GStreamer missing plugin error

2015-01-28 Thread René J . V . Bertin
On Wednesday January 28 2015 10:02:26 Thiago Macieira wrote: > > Does that mean that Qt evolves in x.1 steps nowadays?? > > We've always released minor versions. You may remember 4.7 happened before > 4.8. > > If you meant something else, it isn't clear. Oh come on ... Sure, I could have writt

Re: [Interest] GStreamer missing plugin error

2015-01-28 Thread Thiago Macieira
On Wednesday 28 January 2015 12:48:47 René J.V. Bertin wrote: > On Wednesday January 28 2015 10:58:24 Lopes Yoann wrote: > >As a matter of fact, it is. The port is in the dev branch, so it will be > >part of Qt 5.5.0. > Does that mean that Qt evolves in x.1 steps nowadays?? We've always released m

Re: [Interest] GStreamer missing plugin error

2015-01-28 Thread Lopes Yoann
On 27 Jan 2015, at 19:12, Thiago Macieira wrote: > > On Tuesday 27 January 2015 17:49:50 Harri Pasanen wrote: >> I wonder if there are plans to migrate to GStreamer 1.0? That is more >> than two years old, and 0.10 is about ten years old. Ubuntu seems to >> have switched in 14.04->14.10, I d

Re: [Interest] GStreamer missing plugin error

2015-01-27 Thread Harri Pasanen
I seem to have mp4 playback working on OS X out of the box, but my video did not have any sound track. I have not knowingly installed any gstreamer plugins in the machine. I made a small testcase included in https://bugreports.qt.io/browse/QTBUG-44157 that plays the included mp4 fine on OSX. O

Re: [Interest] GStreamer missing plugin error

2015-01-27 Thread Thiago Macieira
On Tuesday 27 January 2015 17:49:50 Harri Pasanen wrote: > I wonder if there are plans to migrate to GStreamer 1.0? That is more > than two years old, and 0.10 is about ten years old. Ubuntu seems to > have switched in 14.04->14.10, I don't know about other dists. There are, but the work isn'

Re: [Interest] GStreamer missing plugin error

2015-01-27 Thread Harri Pasanen
I wonder if there are plans to migrate to GStreamer 1.0? That is more than two years old, and 0.10 is about ten years old. Ubuntu seems to have switched in 14.04->14.10, I don't know about other dists. Btw. on OSX, I got mp4 playback out of the box when running in iOS simulator, did not try

Re: [Interest] GStreamer missing plugin error

2015-01-27 Thread René J . V . Bertin
FWIW, I just discovered that even on OS X, installing the gstreamer1-gst-plugins-bad gave me mp4 playback once I had the phonon-backend-gstreamer package (4.8.2) installed too. FWI(also)W, I've installed phonon 4.8.3, the version developed independently from Qt (phonon.kde.org) . R. __

Re: [Interest] GStreamer missing plugin error

2015-01-27 Thread Harri Pasanen
Ok, thanks for the tip. Seems like Ubuntu/Kubuntu 14.10 don't have the required plugins for gstreamer0.10, only for gstreamer1.0. My fix, in case someone else runs into this: |sudo add-apt-repository ppa:mc3man/gstffmpeg-keep sudo apt-get update sudo apt-get install gstreamer0.10-ffmpeg| PPA

Re: [Interest] GStreamer missing plugin error

2015-01-27 Thread Thiago Macieira
On Tuesday 27 January 2015 11:30:54 Harri Pasanen wrote: > 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 host has to provide them. Qt supplies nothing of the sort. > Yet when I

[Interest] GStreamer missing plugin error

2015-01-27 Thread Harri Pasanen
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 gettin

Re: [Interest] Gstreamer error while playing audio with Qt5.3

2014-09-05 Thread Ramakanthreddy Kesireddy
Hi, Below is the code sinppet for audio play in QML but still gives the warning Warning: "No decoder available for type 'audio/mpeg, mpegversion=(int)1, mpegaudioversion=(int)1, layer=(int)3, rate=(int)44100, channels=(int)2, parsed=(boolean)true'." Error: "Your GStreamer installation is missing

[Interest] Gstreamer error while playing audio with Qt5.3

2014-09-04 Thread Ramakanthreddy Kesireddy
Hi, We installed gstreamer packages through apt-get viz. sudo apt-get install libgstreamer0.10-dev sudo apt-get install libgstreamer-plugins-base0.10-dev on Ubuntu 13.10, but it throws below error while playing audio. Warning: "No decoder available for type 'audio/mpeg, mpegversion=(int)1, mpe

Re: [Interest] Gstreamer support

2014-08-08 Thread Mandeep Sandhu
On Fri, Aug 8, 2014 at 8:00 AM, Nikos Chantziaras wrote: > On 08/08/14 17:46, pritam.ghang...@gmail.com wrote: >> Got that working. Configure script looks for Gstreamer only if phonon is >> enabled. > > Video through Phonon might not be the best experience. You might want to > look into QtGStreame

Re: [Interest] Gstreamer support

2014-08-08 Thread Nikos Chantziaras
On 08/08/14 17:46, pritam.ghang...@gmail.com wrote: > Got that working. Configure script looks for Gstreamer only if phonon is > enabled. Video through Phonon might not be the best experience. You might want to look into QtGStreamer instead. it's provides by GStreamer itself: http://gstreamer

Re: [Interest] Gstreamer support

2014-08-08 Thread pritam.ghang...@gmail.com
Got that working. Configure script looks for Gstreamer only if phonon is enabled. Regards, Pritam On Fri, Aug 8, 2014 at 3:17 PM, pritam.ghang...@gmail.com < pritam.ghang...@gmail.com> wrote: > > > > On Thu, Aug 7, 2014 at 9:57 PM, Mandeep Sandhu < > mandeepsandhu@gmail.com> wrote: > >> On

Re: [Interest] Gstreamer support

2014-08-08 Thread pritam.ghang...@gmail.com
On Thu, Aug 7, 2014 at 9:57 PM, Mandeep Sandhu wrote: > On Thu, Aug 7, 2014 at 7:38 AM, pritam.ghang...@gmail.com > wrote: > > Hi > > > > I am compiling Qt for an embedded broadcom 97405 platform. > > Final target is to get html5 video tag working. > > > > The whole build system and paltfrom is

Re: [Interest] Gstreamer support

2014-08-07 Thread Mandeep Sandhu
On Thu, Aug 7, 2014 at 7:38 AM, pritam.ghang...@gmail.com wrote: > Hi > > I am compiling Qt for an embedded broadcom 97405 platform. > Final target is to get html5 video tag working. > > The whole build system and paltfrom is a little dated and I am stuck with qt > 4.8.1 > Intially I was getting >

[Interest] Gstreamer support

2014-08-07 Thread pritam.ghang...@gmail.com
Hi I am compiling Qt for an embedded broadcom 97405 platform. Final target is to get html5 video tag working. The whole build system and paltfrom is a little dated and I am stuck with qt 4.8.1 Intially I was getting GStreamer support : no in configure output and when reading webcore.pro file qma

Re: [Interest] GStreamer as video backend under Windows

2014-03-22 Thread Lopes Yoann
No, not at the moment. Though, it's probably only a matter of adding a configure option to specify the GStreamer SDK installation directory, and adapting our plugin .pro files. -- Yoann Lopes ___ Interest mailing list Interest@qt-project.org http://lis

[Interest] GStreamer as video backend under Windows

2014-03-22 Thread Guido Seifert
Hi, is it possible to use GStreamer as video backend for QMediaPlayer under Windows? Guido ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] gstreamer is not enabled in Qt5

2013-03-22 Thread Mandeep Sandhu
, so I could be completely wrong. HTH, -mandeep > > Br, > Ramakanth > > > From: Ramakanthreddy_Kesireddy > Sent: Thursday, March 21, 2013 3:18 PM > To: Thiago Macieira; interest@qt-project.org > Subject: RE: [Interest] gstreamer is

Re: [Interest] gstreamer is not enabled in Qt5

2013-03-22 Thread Ramakanthreddy_Kesireddy
Any pointers for the below issue... am facing the below issue on Nvidia tegra3 board. Br, Ramakanth From: Ramakanthreddy_Kesireddy Sent: Thursday, March 21, 2013 3:18 PM To: Thiago Macieira; interest@qt-project.org Subject: RE: [Interest] gstreamer is not

Re: [Interest] gstreamer is not enabled in Qt5

2013-03-21 Thread Ramakanthreddy_Kesireddy
unces+ramakanthreddy_kesireddy=mahindrasatyam@qt-project.org] on behalf of Thiago Macieira [thiago.macie...@intel.com] Sent: Tuesday, March 19, 2013 8:30 PM To: interest@qt-project.org Subject: Re: [Interest] gstreamer is not enabled in Qt5 On terça-feira, 19 de março de 2013 12.03.48, Ramakanthreddy_Kesi

Re: [Interest] gstreamer is not enabled in Qt5

2013-03-19 Thread Thiago Macieira
On terça-feira, 19 de março de 2013 12.03.48, Ramakanthreddy_Kesireddy wrote: > I couldnot find gstreamer 0.10.38..So I installed 0.10.36 as gstreamer > should be <1.0 but still getting the same error as mentioned below. > > Any pointers to enable gstreamer in configure verbose output? You've alre

Re: [Interest] gstreamer is not enabled in Qt5

2013-03-19 Thread Ramakanthreddy_Kesireddy
ces+ramakanthreddy_kesireddy=mahindrasatyam@qt-project.org [interest-bounces+ramakanthreddy_kesireddy=mahindrasatyam@qt-project.org] on behalf of Thiago Macieira [thiago.macie...@intel.com] Sent: Friday, March 15, 2013 8:31 PM To: interest@qt-project.org Subject: Re: [Interest] gstreamer is not enabled

Re: [Interest] gstreamer is not enabled in Qt5

2013-03-15 Thread Thiago Macieira
On sexta-feira, 15 de março de 2013 11.55.30, Ramakanthreddy_Kesireddy wrote: > Please find the attached configure command line and gstreamer error as > attached. Thank you. That was not a cross-compilation. The command that failed and the error were: g++ -c -pipe -O2 -Wall -W -fPIE -I../../../m

Re: [Interest] gstreamer is not enabled in Qt5

2013-03-15 Thread Ramakanthreddy_Kesireddy
] on behalf of Thiago Macieira [thiago.macie...@intel.com] Sent: Thursday, March 14, 2013 9:58 PM To: interest@qt-project.org Subject: Re: [Interest] gstreamer is not enabled in Qt5 On quinta-feira, 14 de março de 2013 13.49.25, Ramakanthreddy_Kesireddy wrote: > In the Qt5(on ubuntu 12

Re: [Interest] gstreamer is not enabled in Qt5

2013-03-15 Thread Pritam Ghanghas
@qt-project.org] on behalf of Ramakanthreddy_Kesireddy [ramakanthreddy_kesire...@mahindrasatyam.com] Sent: Thursday, March 14, 2013 7:19 PM To: interest@qt-project.org Subject: [Interest] gstreamer is not enabled in Qt5 Hi, In the Qt5(on ubuntu 12.04) configure verbose gstreamer is not enabled

Re: [Interest] gstreamer is not enabled in Qt5

2013-03-14 Thread Thiago Macieira
On quinta-feira, 14 de março de 2013 13.49.25, Ramakanthreddy_Kesireddy wrote: > In the Qt5(on ubuntu 12.04) configure verbose gstreamer is not enabled, > though I installed the libgstreamer-0.10-dev. > > gstreamer.cpp:fatal error: gst/gst.h:No such file or directory. Please attach or paste into

[Interest] gstreamer is not enabled in Qt5

2013-03-14 Thread Ramakanthreddy_Kesireddy
Hi, In the Qt5(on ubuntu 12.04) configure verbose gstreamer is not enabled, though I installed the libgstreamer-0.10-dev. gstreamer.cpp:fatal error: gst/gst.h:No such file or directory. If I provide the path to locate gst.h, it throws error: gst/interfaces/propertyprobe.h:20:20:fatal error:gl