I am wondering what is available to play live video feed on my iPhone, in a developer way. Few apps exists and play live stream like :

http://qik.com/
http://www.ustream.tv
http://orb.com/en/orblive

Do you have an idea how they achieve this ?

Thanks a lot.

Thierry

link|improve this question

51% accept rate
feedback

3 Answers

iPhone 3.0 software includes new APIs for video streaming. Unfortunately, it's under NDA at the moment, so no one can really talk about it on these forums.

link|improve this answer
really ? I am unable to find it in the 3.0 sdk. – thierryb Apr 22 '09 at 20:54
O'Reilly mentions it in their analysis of the iPhone 3.0 announcement, point #6. broadcast.oreilly.com/2009/03/… – Tim Sullivan Apr 22 '09 at 22:43
feedback

I did worked on the live video streaming. Unfortunately, i didn't got any solution regarding this. Till the day apple don't have included the RTSP streaming support in its SDKs. So for now their is not any solution for Live video streaming, may be we may have some in future.

link|improve this answer
feedback

You can migrate ffmpeg & live555 to iOS to achieve live video streaming on iOS.

Here is an open source project: https://github.com/dropcam/dropcam_for_iphone

In fact, I've tries to migrate ffmpeg 0.6 and live555 to iOS, and made a simple video streaming app. It's totally feasible.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.