Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

251
Views
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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!