Iphone – Stream video from the server . {iPhone SDK}

iphonesdkstreamvideo

I'm trying to stream video with static IP : http://38.117.88.148/GemTVLink
via iPhone. Can you show me some information as to how I could implement this? I see an apple video stream app but it seems it can show only .mp4 movies? Am I right?
I want my app to load the HTTP address and play the movie, that's it.
This link works on media player.

Best Answer

The iPhone does not support all streaming video formats.

You should start by reading HTTP Live Streaming Overview

Related Topic