I am working on video streaming for iPhone.
The case is i get data as integer multiple of 188 bytes in MPEG-2 format.
Can anyone please suggest me on on how to start on this case.
I searched a lot and got frustrated with it.
I would be absolutely thankful for your suggestions.
AFAIK the only way to get streaming video onto the iPhone is using HLS (HTTP Live Streaming) and the H264 codec. You’ll have to transcode your stream on the server to this format. There are a number of server solutions that can do this, such as Wowza stream server or Helix server, among others.
I believe you can also have ffmpeg do this for you. The following might help
http://www.ioncannon.net/programming/452/iphone-http-streaming-with-ffmpeg-and-an-open-source-segmenter/