-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Issue streaming video after downloading from Parse-Server #1973
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
Comments
We are closing this issue due to a lack of sufficient information. Please refer to this issue for an example of a great bug report. 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. |
@Williambeuil Were you able to address this issue. As you say, there have been other cases reporting the same i.e parseserver+heroku+mlab doesn't stream audio/video files (mp4) in safari/iOS. Both Parse/Heroku staff close this issue without further investigation, I will check with mLab staff as it is a paid subscription. |
[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. |
Issue Description
It seems that I can't stream my videos once I downloaded them from Parse backend. However I know that the videos are working well as you can play it from Chrome but not from Safari ( I don't know why ...).
My code to play the video on the AVPlayer is also right since I test it for multiple NSUrl from local database.
Several posts about it confirm that there is a problem going on but no one has an answer.
http://stackoverflow.com/questions/35235340/ios-cant-stream-video-from-parse-backend
http://stackoverflow.com/questions/37016487/cant-stream-video-pffile-from-parse-server
I'm using Heroku with mLab.
Thanks in advance if someone can help me.
The text was updated successfully, but these errors were encountered: