iOS - Can't stream video from Parse Backend
问题 Recently I have created my own parse server hosted on heroku using mongoLab to store my data. My problem is I am saving a video as a parse PFFile , however I can not seem to be able to stream it after saving it. Here are my exact steps. First, I save the video returned by UIImagePicker //Get the video URL let videoURL = info[UIImagePickerControllerMediaURL] as? NSURL //Create PFFile with NSData from URL let data = NSData(contentsOfURL: videoURL!) videoFile = PFFile(data: data!, contentType: