Azure / Azure/azure-storage-python

Streaming blob to client side ?

Open
#707 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Research direction

No repository file or test is named. Start by checking the Flask streaming-response documentation and the Azure blob API represented by myBlob.stream(); determine whether the requested video path is supported without SAS redirection. Done means documenting a working example or clearly stating the limitation and required alternative.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, flask, python
Domain
api, backend, cloud
Issue type
Documentation
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.