in my applications, I was able to download a short video file from my server using NSURLConnection, but the received data is in a data format that cannot be played using MPMoviePlayerViewController. My question is: is it possible to convert NSdata to mp4 file? and how can I play it using MPMoviePlayerViewController. would really appreciate some snippets of code because I got lost. Thanks in advance.
source
share