[Qt-interest] phonon and rtsp mpeg4 stream

Nechypurenko, Andrey (GE Healthcare) Andrey.Nechypurenko at ge.com
Mon Jun 15 10:03:21 CEST 2009


Hi Aleks,
 
> Please, could anybody tell me if this is the right list for this
issue?

You can try to play you stream with the following command: 
gst-launch-0.10 playbin uri=rtsp://192.168.1.200/mpeg4/media.amp

If it does not work, then it is probably more related to gstreamer 
(missing plugins, etc.) then Qt and gstreamer's mail list might be 
more appropriate to ask.

Regards,
Andrey.

-----Original Message-----
From: qt-interest-bounces at trolltech.com
[mailto:qt-interest-bounces at trolltech.com] On Behalf Of Aleksandar Lazic
Sent: Freitag, 12. Juni 2009 00:07
To: qt-interest at trolltech.com
Subject: Re: [Qt-interest] phonon and rtsp mpeg4 stream

Please, could anybody tell me if this is the right list for this issue?

Many thanks

Aleks

On Son 07.06.2009 19:03, Aleksandar Lazic wrote:
>Dear List,
>
>I try to get the picture from a Axis Network camera.
>
>With mplayer and vlc i can receive the stream with
>
>mplayer  -mc 10 -v rtsp://192.168.1.200/mpeg4/media.amp
>
>vlc -v rtsp://192.168.1.200/mpeg4/media.amp
>
>I have tried it with phonon like this:
>
>###
>QUrl url("rtsp://192.168.1.200/mpeg4/media.amp");
>
>mediaObject = new Phonon::MediaObject(this); videoWidget = new 
>Phonon::VideoWidget(this); Phonon::createPath(mediaObject, 
>videoWidget);
>mediaObject->play();
>###
>
>The output in the command line is:
>
>###
>(<unknown>:17647): GStreamer-CRITICAL **: 
>Trying to dispose object "sink", but it still has a parent
"decodebin0".
>You need to let the parent manage the object instead of unreffing the 
>object directly.
>
>**
>GStreamer:ERROR:gstghostpad.c:1131:gst_ghost_pad_set_target: assertion
>failed: (internal)
>###
>
>The question is now:
>
>Is this a gstream problem?
>Is this a phonon problem?
>Is this a caller problem?
>
>I have also tried to get the stream display thru gst-launch-0.10 but 
>I'am not ver familiar with gstreamer so I was not able to see the 
>stream.
>
>Please can anybody help me?
>
>I will also get the stream on Windows with phonon is this also
possible?
>
>BR
>
>Aleks
>_______________________________________________
>Qt-interest mailing list
>Qt-interest at trolltech.com
>http://lists.trolltech.com/mailman/listinfo/qt-interest
_______________________________________________
Qt-interest mailing list
Qt-interest at trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-interest




More information about the Qt-interest-old mailing list