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 video from PFFile URL (Heroku & AWS) #1698

Closed
vokgoker opened this issue May 3, 2016 · 3 comments
Closed

Streaming video from PFFile URL (Heroku & AWS) #1698

vokgoker opened this issue May 3, 2016 · 3 comments

Comments

@vokgoker
Copy link

vokgoker commented May 3, 2016

I am having trouble streaming video with my iOS app from URL of a PFFile uploaded in my database. I used Heroku and AWS and I still have the same issue. It used to work when the files hosted in the old parse server.

Similar to the issue mentioned in the link below:

http://stackoverflow.com/questions/35235340/ios-cant-stream-video-from-parse-backend#=

@hramos
Copy link
Contributor

hramos commented May 3, 2016

You may use Server Fault for questions about managing Parse Server.

For code-level and/or implementation-related questions or technical support, please refer to Stack Overflow.

@hramos hramos closed this as completed May 3, 2016
@indiandragon
Copy link

@vokgoker Were you able to fix the issue, it seems parse server is unable to stream mp4 files stored in heroku/mlab .

@indiandragon
Copy link

[Solved] The solution is given by @Bragegs here - #1440 (comment) . In short, parse-server doesn't seem to be supporting streaming of audio/video and @Bragegs code enables it. I hope it get's PR and parse team looks into it.

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

3 participants