<p>Is there any network streaming application written using gstreamer</p>
<p>Thanks</p>
<div class="gmail_quote">On May 31, 2013 7:17 PM, "Chuck Crisler" <<a href="mailto:ccrisler@mutualink.net">ccrisler@mutualink.net</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div>Here is an old one. <a href="http://wiki.oz9aec.net/index.php/Gstreamer_cheat_sheet" target="_blank">http://wiki.oz9aec.net/index.php/Gstreamer_cheat_sheet</a><br><br></div>There are many others.<br></div>
<div class="gmail_extra">
<br><br><div class="gmail_quote">On Fri, May 31, 2013 at 5:20 AM, jyoti kulkarni <span dir="ltr"><<a href="mailto:jyotimk029@gmail.com" target="_blank">jyotimk029@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<p>Please can you point me to sites which have working examples on network streaming using gstreamer0.10</p>
<p>thanks in advance</p><div><div>
<div class="gmail_quote">On May 31, 2013 1:12 PM, "Marc Leeman" <<a href="mailto:marc.leeman@gmail.com" target="_blank">marc.leeman@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


> First, learn about logging. Here is a reference pointer since you are using<br>
> 0.10. <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/0.10.30/" target="_blank">http://gstreamer.freedesktop.org/data/doc/gstreamer/0.10.30/</a><br>
><br>
> Another link<br>
> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/faq/html/chapter-troubleshooting.html" target="_blank">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/faq/html/chapter-troubleshooting.html</a><br>



><br>
> More on logging:<br>
> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstInfo.html" target="_blank">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstInfo.html</a><br>



><br>
> On the server, you don't want to 'decode'; you want to 'encode'. Use<br>
> 'encodebin' (I think this is the one). You should probably use 'decodebin'<br>
> on the client.<br>
<br>
In this particular case, he will be sending RAW video over the network<br>
in UDP form. This means that even though you will get the data on the<br>
receiver; you will have it in a format that your receiver knows little<br>
about (and you can only hope to have some defaults). It is raw; this<br>
means there is no or little information embedded in the stream. He<br>
will receive it (raw) and try to decode it as mpeg4; this will be a<br>
bit of a problem.<br>
<br>
The original information of the sender is far to little to come to a<br>
decent proposal or even an idea to understand what he wants to<br>
achieve. He has some kind of encoded data (probably MPEG2 or MPEG1,<br>
considering the container) and he wants to send it over the network in<br>
MPEG4. So he needs to decode it and then again encode it.<br>
<br>
Furthermore, sending in pure UDP is probably a bad idea; at the very<br>
least; split it in decent blocks under the MTU by using RTP to avoid<br>
UDP fragmentation.<br>
<br>
> You may have a problem with the IP Addresses. Search the archives for info<br>
> about IPv4 vs. IPv6 issues. One (either udpsink or udpsrc) uses IPv4 by<br>
> default, the other uses IPv6 by default.<br>
><br>
> There are *LOTS* of examples available, both on the GStreamer site and<br>
> hundreds of other sites. Read all you can.<br>
<br>
There are indeed a lot of examples available. Any minimal google<br>
search will probably turn up something useful.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div>
</div></div><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>
<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div>