Webm streaming to HTML5 webpage

Ruben Gonzalez rubenrua at teltek.es
Mon Mar 31 15:24:10 PDT 2014


There is an excellent blog post about gstreamer and HTTP on
https://coaxion.net/blog/2013/10/streaming-gstreamer-pipelines-via-http/

On Monday, March 31, 2014, Lee Matthews <lma at spaceapplications.com> wrote:

> Hi All,
>
> I am trying to stream video to a html5 webpage using the webm container. I
> use the following gstreamer command :
>
> gst-launch-1.0 -v videotestsrc ! vp8enc ! webmmux streamable=true
> name=stream ! tcpserversink host=localhost port=9999
>
> My index.html file contains the following :
>
> <!DOCTYPE html>
> <html>
>         <p> mobiPV video test ! </p>
>         <body>
>                 <video width="640" height="480" controls>
>                         <source src="http://localhost:9999"
> type="video/webm" codecs="vp8.0">
>                         Your browser does not support the video tag.
>                 </video>
>
>         </body>
> </html>
>
> 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.
>
> Can anyone please let me know what I'm doing wrong ?
>
> Thanks
> Lee
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org <javascript:;>
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>


-- 
Best regards/Un Saludo

Ruben Gonzalez Gonzalez
TELTEK Video Research
http://teltek.es/




*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.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.*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140401/e127f354/attachment.html>


More information about the gstreamer-devel mailing list