Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

244
Vistas
Socket.io Stream Of Image Buffers into Video

Im trying to make a Stream of Socket.io Image Buffers into a Video displayed on a browser, so every 10 ms a image of the desktop is sent via the socket.io client to the server then the server is getting the image saving it then displaying it on a web browser which is refreshing would it be possible to make a consistently rolling video using the Image Buffers?

  socket.on("image", (base64) => {
    // eslint-disable-next-line no-undef
    const buffer = Buffer.from(base64, "base64");
    Jimp.read(buffer, (err, res) => {
        if (err) throw new Error(err);
        res.write("image.jpg");
    });
  });

That code saves the image into a file, then displays on a browser but can i make it into a video stream using the Image Buffers?

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda