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

121
Vistas
How to convert blob / object to video React

I am building a project that has a video player that is read from FastAPI. How can I convert the blob / object into a video format. Please advise

This is what I have now

    async function getOutput() {
    await axios.get("/output-image", {responseType: "blob"})
    .then((response) => {
      var imageUrl = (window.URL || window.webkitURL).createObjectURL(new Blob([response.data]));
      setOutputImg(imageUrl);
      $(".img1").attr("src", imageUrl)
      
      console.log(response)
    })

    console.log("Output image", outputImg)
  }

HTML section

<ReactPlayer url={outputImg} width="100%" height="100%" controls={true} />

Data log

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