There is an excellent blog post about gstreamer and HTTP on <a href="https://coaxion.net/blog/2013/10/streaming-gstreamer-pipelines-via-http/">https://coaxion.net/blog/2013/10/streaming-gstreamer-pipelines-via-http/</a><div>
<br>On Monday, March 31, 2014, Lee Matthews <<a href="mailto:lma@spaceapplications.com">lma@spaceapplications.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi All,<br>
<br>
I am trying to stream video to a html5 webpage using the webm container. I use the following gstreamer command :<br>
<br>
gst-launch-1.0 -v videotestsrc ! vp8enc ! webmmux streamable=true name=stream ! tcpserversink host=localhost port=9999<br>
<br>
My index.html file contains the following :<br>
<br>
<!DOCTYPE html><br>
<html><br>
        <p> mobiPV video test ! </p><br>
        <body><br>
                <video width="640" height="480" controls><br>
                        <source src="<a href="http://localhost:9999" target="_blank">http://localhost:9999</a>" type="video/webm" codecs="vp8.0"><br>
                        Your browser does not support the video tag.<br>
                </video><br>
<br>
        </body><br>
</html><br>
<br>
Yet when I try accessing the webpage on localhost I get a static grey box (which looks like it's 640x480 in size) with a cross in the middle and the following text "No video with supported format and MIME type found". I don't get any video when using Chrome either.<br>

<br>
Can anyone please let me know what I'm doing wrong ?<br>
<br>
Thanks<br>
Lee<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', '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><br>-- <br><div dir="ltr">Best regards/Un Saludo<br><br>Ruben Gonzalez Gonzalez<br>TELTEK Video Research<br><a href="http://teltek.es/" target="_blank">http://teltek.es/</a><br><br><br><font size="1"><i>La información contenida en este mensaje y/o archivo(s) adjunto(s) es confidencial/privilegiada y está destinada a ser leída sólo por la(s) persona(s) a la(s) que va dirigida. Si usted lee este mensaje y no es el destinatario señalado, el empleado o el agente responsable de entregar el mensaje al destinatario, o ha recibido esta comunicación por error, le informamos que está totalmente prohibida, y puede ser ilegal, cualquier divulgación, distribución o reproducción de esta comunicación, y le rogamos que nos lo notifique inmediatamente y nos devuelva el mensaje original a la dirección arriba mencionada. Gracias.<br>
<br>The information contained in this message and / or file(s) attached is confidential/privileged and is intended to be read only by the of person(s) to it is directed. If you read this message is not the intended recipient, or the employee or agent responsible for delivering the message to the addressee or have received this communication in error, please note that you are strictly prohibited and may be unlawful, any dissemination, distribution or reproduction of this communication, please notify us immediately and return the original message to the above address. Thank you.</i></font></div>
<br>