I knew I could use gst-inspect to get information about specific elements/plugins but I didn't know that it lists everything if no arguments are provided. Thank you.<br><br>Anyway, I can't find any mpegpsdemux nor mpegtsdemux elements in the list but I see a gstrtpssrcdemux from the bad plugins which may be related to my issue. <br>
<br>Regards,<br>Javi<br><br><div class="gmail_quote">2009/3/6 Zaheer Merali <span dir="ltr"><<a href="mailto:zaheerabbas@merali.org">zaheerabbas@merali.org</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Fri, Mar 6, 2009 at 2:12 PM, Javier Gálvez Guerrero<br>
<div class="im"><<a href="mailto:javier.galvez.guerrero@gmail.com">javier.galvez.guerrero@gmail.com</a>> wrote:<br>
</div><div class="im">> Thanks for your answer, Zaheer.<br>
><br>
> How can I know which plugins/elements are installed in my system? I know<br>
> I've installed the core-, base-, ugly- and bad-plugins packages, but how can<br>
> I know which elements they provide? I have looked at the GStreamer 0.10<br>
> Plugins reference manual but I don't see neither mpegpsdemux nor mpegtsdemux<br>
> in the bad plugins reference manual.<br>
<br>
</div>gst-inspect<br>
<div class="im"><br>
><br>
> I would like to know how to find this kind of information as it may be<br>
> useful for my future development tasks (I need to start with the basic<br>
> ideas...=) )<br>
><br>
><br>
> Thank you all,<br>
> Javi<br>
<br>
</div><font color="#888888">Zaheer<br>
</font><div><div></div><div class="h5">><br>
><br>
> 2009/3/6 Zaheer Merali <<a href="mailto:zaheerabbas@merali.org">zaheerabbas@merali.org</a>><br>
>><br>
>> On Fri, Mar 6, 2009 at 10:56 AM, Javier Gálvez Guerrero<br>
>> <<a href="mailto:javier.galvez.guerrero@gmail.com">javier.galvez.guerrero@gmail.com</a>> wrote:<br>
>> > Hi,<br>
>> ><br>
>> > I solved it. I have installed the "bad" plugins compilation and now I<br>
>> > get<br>
>> > smooth RTP/MPEG-TS playback. I suppose it is because the mplex element.<br>
>> ><br>
>> > Regards,<br>
>> > Javi<br>
>><br>
>> It was probably one of the mpeg demuxers mpegpsdemux or mpegtsdemux<br>
>> inside gst-plugins-bad that solved your problem.<br>
>><br>
>> Zaheer<br>
>><br>
>> ><br>
>> > 2009/3/5 Javier Gálvez Guerrero <<a href="mailto:javier.galvez.guerrero@gmail.com">javier.galvez.guerrero@gmail.com</a>><br>
>> >><br>
>> >> Gstreamer MPEG demuxing is in charge of ffmpeg, isn't it? I have<br>
>> >> updated<br>
>> >> ffmpeg to the latest git version but it hasn't solved anything. I have<br>
>> >> also<br>
>> >> uninstalled the fluendo MPEG muxers and demuxers plugins with no<br>
>> >> positive<br>
>> >> results.<br>
>> >><br>
>> >> On the other hand, multicast streaming (not RTSP) MPEG over UDP is<br>
>> >> played<br>
>> >> back smoothly, as local files do.<br>
>> >><br>
>> >> Has anyone any idea about why I could play properly RTSP/RTP streaming<br>
>> >> contents before and now I get choppy playback?<br>
>> >><br>
>> >><br>
>> >> Thank you for your time and sorry for the inconvenience,<br>
>> >> Javi<br>
>> >><br>
>> >><br>
>> >> 2009/3/5 Javier Gálvez Guerrero <<a href="mailto:javier.galvez.guerrero@gmail.com">javier.galvez.guerrero@gmail.com</a>><br>
>> >>><br>
>> >>> Thanks for your answer, Wim.<br>
>> >>><br>
>> >>> So, Gstreamer 0.8 MPEG demuxers worked but those used in 0.10 are not<br>
>> >>> working properly?<br>
>> >>><br>
>> >>><br>
>> >>> Regards,<br>
>> >>> Javi<br>
>> >>><br>
>> >>> 2009/3/5 Wim Taymans <<a href="mailto:wim.taymans@gmail.com">wim.taymans@gmail.com</a>><br>
>> >>>><br>
>> >>>> On Thu, 2009-03-05 at 10:28 +0100, Javier Gálvez Guerrero wrote:<br>
>> >>>> > Hi,<br>
>> >>>> ><br>
>> >>>> > I managed this issue by installing the UGLY plugins. However, I<br>
>> >>>> > don't<br>
>> >>>> > know if this is the proper way to solve my issue.<br>
>> >>>> ><br>
>> >>>> > Now I can get the RTSP stream (both from VLC and Live555 RTSP<br>
>> >>>> > servers)<br>
>> >>>> > but the video framerate is lower than the original and not stable.<br>
>> >>>> > I<br>
>> >>>> > have checked that all RTP packets are received (sequence numbers<br>
>> >>>> > are<br>
>> >>>> > ok) and I get neither error nor warning messages from Gstreamer, so<br>
>> >>>> > I<br>
>> >>>> > don't know what is happening and how I could get a smooth video<br>
>> >>>> > playback in RTSP streaming (the same video played locally works<br>
>> >>>> > smoothly).<br>
>> >>>> ><br>
>> >>>> > As said before, I have these problems since I updated Gstreamer<br>
>> >>>> > from<br>
>> >>>> > 0.8 to 0.10, so I don't know if there is any related issue with<br>
>> >>>> > these<br>
>> >>>> > problems or if I'm missing something. Anyway, I would like anyone<br>
>> >>>> > to<br>
>> >>>> > help me getting things working, either downgrading to 0.8 (I don't<br>
>> >>>> > know where to find this version) or managing with the current 0.10<br>
>> >>>> > version I've just installed.<br>
>> >>>> ><br>
>> >>>><br>
>> >>>> The mpeg demuxers don't support demuxing live streams yet and screw<br>
>> >>>> up<br>
>> >>>> the timestamps, which makes the result rather choppy.<br>
>> >>>><br>
>> >>>> Wim<br>
>> >>>> ><br>
>> >>>> > Thank you all,<br>
>> >>>> > Javi<br>
>> >>>> ><br>
>> >>>> ><br>
>> >>>> > 2009/3/4 Javier Gálvez Guerrero <<a href="mailto:javier.galvez.guerrero@gmail.com">javier.galvez.guerrero@gmail.com</a>><br>
>> >>>> > Hi there,<br>
>> >>>> ><br>
>> >>>> > I was using the Gstreamer framework (version 0.8) to get<br>
>> >>>> > some<br>
>> >>>> > tests. I used Gstreamer as client and VLC (0.9.4) as RTSP<br>
>> >>>> > server and it worked smoothly. The problem has arised when<br>
>> >>>> > updating Gstreamer to 0.10.21. When I launch<br>
>> >>>> > "gst-launch-0.10<br>
>> >>>> > playbin uri=rtsp://IP:PORT/content it never starts playing<br>
>> >>>> > the<br>
>> >>>> > media. Using VLC as a client works ok.<br>
>> >>>> ><br>
>> >>>> > I can see with Wireshark the RTSP message exchange (PAUSE<br>
>> >>>> > and<br>
>> >>>> > then TEARDOWN) and I get these error messages where<br>
>> >>>> > launching<br>
>> >>>> > Gstreamer:<br>
>> >>>> ><br>
>> >>>> > Estableciendo el flujo a PAUSADO ... (PAUSED)<br>
>> >>>> > El flujo es en vivo y no necesita PRECACHEADO ...<br>
>> >>>> > (PRECACHED)<br>
>> >>>> > Estableciendo el flujo para REPRODUCCIÓN ... (PLAY)<br>
>> >>>> > New clock: GstSystemClock<br>
>> >>>> > ERROR: desde el<br>
>> >>>> > elemento<br>
>> >>>> ><br>
>> >>>> > /GstPlayBin:playbin0/GstDecodeBin:decodebin0/ffdec_mpegvideo:ffdec_mpegvideo0:<br>
>> >>>> > Internal GStreamer error: negotiation problem. Please file a bug<br>
>> >>>> > at<br>
>> >>>> > <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" target="_blank">http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer</a>.<br>
>> >>>> > Información adicional de depurado:<br>
>> >>>> > gstffmpegdec.c(2339): gst_ffmpegdec_chain<br>
>> >>>> > ():<br>
>> >>>> ><br>
>> >>>> > /GstPlayBin:playbin0/GstDecodeBin:decodebin0/ffdec_mpegvideo:ffdec_mpegvideo0:<br>
>> >>>> > ffdec_mpegvideo: input format was not set before data start<br>
>> >>>> > Execution ended after 887032082 ns.<br>
>> >>>> > Estableciendo el flujo a PAUSADO ...<br>
>> >>>> > Estableciendo pipeline a READY...<br>
>> >>>> > Estableciendo pipeline a NULL...<br>
>> >>>> > LIBERANDO pipeline ... (FREEING)<br>
>> >>>> ><br>
>> >>>> ><br>
>> >>>> > I would like to know how I can solve this issue and, in<br>
>> >>>> > case<br>
>> >>>> > the only solution is downgrading to gstreamer 0.8, could<br>
>> >>>> > anybody tell me where can I find it?<br>
>> >>>> ><br>
>> >>>> > By the way, as you may have noted, I am a newbie in the<br>
>> >>>> > Gstreamer framework, but I am quite interested in succeedin<br>
>> >>>> > using it. Any help would be much appreciated.<br>
>> >>>> ><br>
>> >>>> ><br>
>> >>>> > Thank you,<br>
>> >>>> > Javi<br>
>> >>>> ><br>
>> >>>> ><br>
>> >>>> ><br>
>> >>>> ><br>
>> >>>> > ------------------------------------------------------------------------------<br>
>> >>>> > Open Source Business Conference (OSBC), March 24-25, 2009, San<br>
>> >>>> > Francisco, CA<br>
>> >>>> > -OSBC tackles the biggest issue in open source: Open Sourcing the<br>
>> >>>> > Enterprise<br>
>> >>>> > -Strategies to boost innovation and cut costs with open source<br>
>> >>>> > participation<br>
>> >>>> > -Receive a $600 discount off the registration fee with the source<br>
>> >>>> > code: SFAD<br>
>> >>>> > <a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</a><br>
>> >>>> > _______________________________________________ gstreamer-devel<br>
>> >>>> > mailing list <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
>> >>>> > <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
>> >>>><br>
>> >>>><br>
>> >>>><br>
>> >>>><br>
>> >>>> ------------------------------------------------------------------------------<br>
>> >>>> Open Source Business Conference (OSBC), March 24-25, 2009, San<br>
>> >>>> Francisco, CA<br>
>> >>>> -OSBC tackles the biggest issue in open source: Open Sourcing the<br>
>> >>>> Enterprise<br>
>> >>>> -Strategies to boost innovation and cut costs with open source<br>
>> >>>> participation<br>
>> >>>> -Receive a $600 discount off the registration fee with the source<br>
>> >>>> code:<br>
>> >>>> SFAD<br>
>> >>>> <a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</a><br>
>> >>>> _______________________________________________<br>
>> >>>> gstreamer-devel mailing list<br>
>> >>>> <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
>> >>>> <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
>> >>><br>
>> >><br>
>> ><br>
>> ><br>
>> ><br>
>> > ------------------------------------------------------------------------------<br>
>> > Open Source Business Conference (OSBC), March 24-25, 2009, San<br>
>> > Francisco, CA<br>
>> > -OSBC tackles the biggest issue in open source: Open Sourcing the<br>
>> > Enterprise<br>
>> > -Strategies to boost innovation and cut costs with open source<br>
>> > participation<br>
>> > -Receive a $600 discount off the registration fee with the source code:<br>
>> > SFAD<br>
>> > <a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</a><br>
>> > _______________________________________________<br>
>> > gstreamer-devel mailing list<br>
>> > <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
>> > <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
>> ><br>
>> ><br>
>><br>
>><br>
>> ------------------------------------------------------------------------------<br>
>> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,<br>
>> CA<br>
>> -OSBC tackles the biggest issue in open source: Open Sourcing the<br>
>> Enterprise<br>
>> -Strategies to boost innovation and cut costs with open source<br>
>> participation<br>
>> -Receive a $600 discount off the registration fee with the source code:<br>
>> SFAD<br>
>> <a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</a><br>
>> _______________________________________________<br>
>> gstreamer-devel mailing list<br>
>> <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
>> <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
><br>
><br>
> ------------------------------------------------------------------------------<br>
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA<br>
> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise<br>
> -Strategies to boost innovation and cut costs with open source participation<br>
> -Receive a $600 discount off the registration fee with the source code: SFAD<br>
> <a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</a><br>
> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
> <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
><br>
><br>
<br>
------------------------------------------------------------------------------<br>
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA<br>
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise<br>
-Strategies to boost innovation and cut costs with open source participation<br>
-Receive a $600 discount off the registration fee with the source code: SFAD<br>
<a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br>