Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

243
Visualizações
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 à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda