Azure / azure-storage-python

Microsoft Azure Storage Library for Python
https://azure-storage.readthedocs.io
MIT License
338 stars 240 forks source link

Streaming blob to client side ? #707

Open erikpa1 opened 1 year ago

erikpa1 commented 1 year ago

Hi not sure if its even possible, but can I stream for example video file via flask ?

If yes is it there some example because I cant find anything on internet. (I cant create SAS redirection in browser because three js has problem with it via CORS,... )

something like this ?? :


@app.get("/myvideo")
def video():
      return myBlob.stream()