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
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.
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
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.
>
> __
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
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
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
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
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
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
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?
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:
>
> 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
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
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
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
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
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
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
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
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
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'
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
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.
__
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
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
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
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
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
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
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
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
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
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
>
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
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
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
, 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
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
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
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
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
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
]
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
@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
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
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
47 matches
Mail list logo