Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streaming blob to client side ? #707

Open
erikpa1 opened this issue Sep 24, 2022 · 0 comments
Open

Streaming blob to client side ? #707

erikpa1 opened this issue Sep 24, 2022 · 0 comments

Comments

@erikpa1
Copy link

erikpa1 commented Sep 24, 2022

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()


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant