Skip to content

hope GridFSBucketAdapter support getFileStream interface for client request range content #5834

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

Closed
postgetme opened this issue Jul 22, 2019 · 4 comments · Fixed by #6028
Closed
Labels
type:feature New feature or improvement of existing feature

Comments

@postgetme
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@postgetme postgetme changed the title hope GridFSBucketAdapter support getFileStream interface for request range content hope GridFSBucketAdapter support getFileStream interface for client request range content Jul 22, 2019
@davimacedo
Copy link
Member

Can you please add more details about what you need? The use-case is actually not so clear to me.

@postgetme
Copy link
Author

thanks for your reply, my use-case is like this

@davimacedo
Copy link
Member

I read the whole thread of the PR you mentioned but it is still not so clear for me what you need. Would you be able to give more details and/or send a PR with your suggested changed?

@TomWFox TomWFox added discussion type:feature New feature or improvement of existing feature labels Jul 31, 2019
dplewis added a commit that referenced this issue Sep 5, 2019
Closes: #5834

Similar to #2437

I ran into this issue while trying to view a mov file in safari from the dashboard.
@dplewis
Copy link
Member

dplewis commented Sep 5, 2019

@postgetme I opened a PR #6028. Can you test and see if it works for you?

dplewis added a commit that referenced this issue Sep 11, 2019
#6028)

* Stream video with GridFSBucketAdapter (implements byte-range requests)

Closes: #5834

Similar to #2437

I ran into this issue while trying to view a mov file in safari from the dashboard.

* Rename getFileStream to handleFileStream
UnderratedDev pushed a commit to UnderratedDev/parse-server that referenced this issue Mar 21, 2020
parse-community#6028)

* Stream video with GridFSBucketAdapter (implements byte-range requests)

Closes: parse-community#5834

Similar to parse-community#2437

I ran into this issue while trying to view a mov file in safari from the dashboard.

* Rename getFileStream to handleFileStream
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or improvement of existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants