Qt4-preview-feedback Archive, April 2008
Phonon: AbstractMediaStream currently broken?
Message 1 in thread
Hello,
I use the AbstractMediaStream class, as I want to stream the data over
the network.
But regardless how I use it, it doesn't work.
I get always following output on comandline:
(<unknown> 17264): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Is this a known issue or maybe for sure I still have a nasty detail
missing in my code.
Thanks,
Philipp
To unsubscribe - send "unsubscribe" in the subject to qt4-preview-feedback-request@xxxxxxxxxxxxx
Message 2 in thread
On Monday 21 April 2008 08:27:01 Philipp Müller wrote:
Hi,
FYI, AbstractMediaStream is no longer part of the public API. You might be
better off implementing a QIODevice, which can be given to a MediaSource.
Note also that Qt backends already support streaming over the network, using a
QUrl to the remote media source. The Linux backend uses GStreamer for this
functionality. You could try to open a stream with another GStreamer
application to see if you get the same problem.
Regards,
Geir Vattekar
--
[ signature omitted ]