hi,<br><br>Why did you use a fakesrc? <br>If the stream come from a rtp session you should use one udpsrc and the specific rtp depay (rtpmp4vdepay probably), like: udpsrc ! rtpmp4vdepay! ffdec_mpeg4 ! ...<br><br>Also, you have to set the caps in the udpsrc for reception. take a look at:
<br><a href="http://webcvs.freedesktop.org/gstreamer/gst-plugins-good/gst/rtp/README?revision=1.11&view=markup">http://webcvs.freedesktop.org/gstreamer/gst-plugins-good/gst/rtp/README?revision=1.11&view=markup</a>
<br><br>It the the mpeg4 file is stored at a http place, you should use the gnomevfssrc, but it is look like you use it in windows, so try to use other http source, probably neonhttpsrc element:<br>neonhttpsrc ! decodebin ! (one video sink)
<br><br>[]s<br><br><div><span class="gmail_quote">On 3/21/07, <b class="gmail_sendername">Riccardo Corona</b> <<a href="mailto:coronariccardo@gmail.com">coronariccardo@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>I'm trying to decode and visualize an mpeg4 stream but I can't understand the right gstElements that I must use; I think that I need a pipeline,a fakesrc, a ffdec_mpeg4 (I need it for decoding), a videoscale,a ffmpegcolorspace, and directdrawsink (to draw images into a window in winxp).
<br>So, my question is: Do I need some other gstElement?Gst need some other info about the mpeg4 stream and, if so, what's the way to pass these info to my gst application?<br><br>Sorry for my english and my bothering question, I'm new to gstreamer world!
<br><br>Best regards.<br clear="all"><br>-- <br><span class="sg">Riccardo Corona
</span><br>-------------------------------------------------------------------------<br>Take Surveys. Earn Cash. Influence the Future of IT<br>Join SourceForge.net's Techsay panel and you'll get the chance to share your
<br>opinions on IT & business topics through brief surveys-and earn cash<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV" target="_blank">
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV</a><br>_______________________________________________<br>gstreamer-devel mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:gstreamer-devel@lists.sourceforge.net">
gstreamer-devel@lists.sourceforge.net</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
</a><br><br></blockquote></div><br><br clear="all"><br>-- <br>Danilo Freire<br>