I have videos on my server. I would like to play those video on iPhone and iPad.
Could anyone suggest how to deal with such case?
I know how to play video when the same video is in my project using MPMoviePlayerController
.
I have videos on my server. I would like to play those video on iPhone and iPad.
Could anyone suggest how to deal with such case?
I know how to play video when the same video is in my project using MPMoviePlayerController
.
We can play videos by embedding HTML on UIWebView.
Example
You can use WebView to play video.
In .h file add this code :
And in .m file :
And in playBtn action put this code :