=================================.
Puedes Escribirme a mi correo: [email protected].

Mi Canal, hay una sorpresa aquí:Dhttp://goo.gl/7UIBAj

Sitio Web:http://informaticomanchay.com
Facebook: https://www.fb.com/DevelopersMa

Repositorio GitHub: https://github.com/jesteban19/faceboo

Compartan el video, like y suscribanse!
_.
| No olvides Suscribirte! |
_.

==================================.

NUEVA! CLASE DE POWERBUILDER:https://goo.gl/USiSTf

APRENDE A USAR NODEJS:https://goo.gl/JHXo1W

APRENDE A CREAR PAGINAS Web:http://goo.gl/g3yDjs

CREA TU PLUGIN JQUERY:http://goo.gl/vnasFM

APRENDE A USAR Significantly less:http://goo.gl/iT8eLD

supply

45 thoughts on “Motion picture Streaming con NodeJs + Socket.io [HD]”

  1. Buen material si es de utilidad y extiendas mas las visitas haga un anexo donde adapte esto a angular es casi igual y asi se podra usar en una app que es para lo que mas lo usan segun los comentarios

    excelente video gracias

  2. Hi, awesome tutorial, even though I don't speak spanish I speak italian and I could understand almost everything!

    Can you make a tutorial on how to broadcast audio data? I know you stated that if I want to record audio I can set the audio attribute to true on the request object, but the problem is that I can't send audio to the server using the canvas, I have to use a buffer, and that's where it gets complicated! 🙁

  3. no puedo ver nada 🙁
    <html>
    <head>
    <script src="https://code.jquery.com/jquery-1.11.2.min.js&quot;)></script>
    <script type="text/javascript" src="/socket.io/socket.io.js"></script>
    <title>WebCam</title>
    </head>
    <body>
    <p>Bienvenido</p>
    <img id="play" style="width: 500px;height: 500px;"/>
    <div id="logger"></div>

    <script>
    var socket = io();
    socket.on('stream',function(image){
    var i = document.getElementById("play");
    i.src = image;
    $('#logger').text(image);
    });

    </script>
    </body>
    </html>
    ese es el codigo en que estoy fallando ?

  4. muchisimas gracias, me ha servido mucho tu tutorial :D.
    me gustaria saber como agregar el audio al stream y una consulta… en visualizar apenas me cargan las imagenes y finalmente se queda pegado, eso es por mi internet?

  5. el video se pone despacio en los dos lados y la razon es por que canvas.todataurl toma bastante tiempo para calcular. solo con llamar esa funcion hace que todo se ponga despacio aunque no emita nada. por mas que intente encontrar una forma de resolverlo no pude. ati si te funciono a mi no tan bien talves porque tu computadora es mas rapida

  6. Te felicito me sacaste de un apuro estuve buscando el streaming y vi otro vídeo tutorial pero no se daba explicar completamente no decía que teníamos que crear el package ni instalar los módulos pero tu explicación de lo mas entendible

Leave a Reply

Your email address will not be published. Required fields are marked *