Azure / Azure/azure-storage-python
Streaming blob to client side ?
Open
- Dominant language
- Python
- Stars
- 343
- Forks
- 243
- PR merge metrics
- No merged PRs in 30d
Description
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()
```
Contributor guide
Assessment
This issue has not been assessed yet.