tags:

views:

272

answers:

2

I need to create streaming application on iPhone. I have gone through apple's developer forum already. What I want to do here is that I would be implementing my own streaming method. To start with I need to create an application which can get file from some URL using simple streaming and then will display in window (view). I cannot use browser here.

Can someone please help?

A: 

Isn't this (HTTP Streaming) or this (Apple live video streaming) what you intend?

Http live stream (for videos) has been released with the 0S 3.0.

It's not clear if you are talking about video streaming or else.

Davide Vosti
A: 

If it's audio streaming, check out this cocoa with love article.
A lot of people use this as their starting point.

Rhythmic Fistman