<div dir="ltr">Firewall issue? Correct port? Have you verified that the chrome system (not the browser) can receive the stream by a packet capture? If you know that the pipeline is correct and it doesn't work, then it is likely either a firewall issue or a mis-configured port. A packet capture should quickly allow you to determine which (or many other things).<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Mar 27, 2014 at 8:20 AM, Kenairod <span dir="ltr"><<a href="mailto:doriank@hotmail.fr" target="_blank">doriank@hotmail.fr</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
I'm trying to display the stream sent by this pipeline on a web browser :<br>
raspivid -t 999999 -h 240 -w 320 -fps 25 -b 2000000 -o - | \<br>
gst-launch-0.10 -v\<br>
 fdsrc !\<br>
 h264parse !\<br>
 rtph264pay config-interval=1 pt=96 !\<br>
 gdppay !\<br>
 tcpserversink host=$ip port=5000<br>
<br>
<br>
I know H264 can't be read by every browser, but I'm trying it with chromium<br>
which supports it.<br>
<br>
I've been trying this technique :<br>
<a href="http://www.svesoftware.com/passkeeper/cms/article/streaming-media-using-gstreamer-web/" target="_blank">http://www.svesoftware.com/passkeeper/cms/article/streaming-media-using-gstreamer-web/</a><br>
<<a href="http://www.svesoftware.com/passkeeper/cms/article/streaming-media-using-gstreamer-web/" target="_blank">http://www.svesoftware.com/passkeeper/cms/article/streaming-media-using-gstreamer-web/</a>><br>
<br>
But the HTML5 video player stays black. I don't know why, because the<br>
pipeline works well otherwise.<br>
<br>
If you got any idea ?<br>
<br>
Thanks !<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Showing-in-browser-an-H264-TCP-stream-tp4666147.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Showing-in-browser-an-H264-TCP-stream-tp4666147.html</a><br>

Sent from the GStreamer-devel mailing list archive at Nabble.com.<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>
</blockquote></div><br></div>