How to play/stream a video from server through http/rtsp???
Hello,
Currently, I am being able to play a video on iPhone simulator placed under resource folder of application and also being able to make http connection with server to transfer text data. Now my next step is to play/stream the video on iPhone Simulator through http or rtsp placed on server.
Please guide me if any body having same experience on same problem and came out with a solution.
Also clear my one doubt can i use rtsp to stream video from server or not.
I came to know we can use NSURL for making connection with server. But still having no idea how can we download or directly stream the video from server...
I have not tested this on an iPhone but only on the simulator so I can't comment about performance issues.
One thing I don't like, when playing mp3 it displays a Quicktime logo and the url of the file. I would like to be able to define an image to use as a background or minimize the instance of MPMoviePlayer so I can show and image.
My only solution thus far is to create a slideshow of images as a movie and just treat it as a movie but that increases the size from a 6Mb sound file to a 84Mb movie file... all for the sake of images.
I really am having problems. I want a video to be displayed after a UIButton or a UIBarButtonItem is clicked. The video i have is streaming off of my dropbox. I know everything i need on that end. I just can't figure out how to play videos with the click off a button.
I have tried so many can someone tell me what i need to write in the .h, .m and delegate if needed. I have tried to make it using many methods and they all give me errors and warnings.
No iPhone app uses it. They use http with incremental downloads.
Oh boy ... trying to revive this thread ...
iPhone still does not support RTSP. I've been googling my *** off for some examples / tutorials on http incremental video streaming. Can anybody provide some guidance to me?
iPhone still does not support RTSP. I've been googling my *** off for some examples / tutorials on http incremental video streaming. Can anybody provide some guidance to me?
So as it turns out, a lot of this incremental-downloading business has to do with chopping up the video into smaller portions and feeding it through a variable playlist ... It has little to do with using the MPMoviePlayerController (which is easy).