How to broadcast live video from iPhone

Adil Fazal picture Adil Fazal · Aug 16, 2011 · Viewed 7.3k times · Source

I want to develop iPhone application to broadcast live video to web. Ustream has application that broadcast from iPhone to web.

Any suggestion? Which API I should use? Which Media media sever should I use?

Thanks, Adil

Answer

Sandeepk2r picture Sandeepk2r · Nov 27, 2012

For live streaming we have to use HTTP streaming or RTMP Streaming with wowza MEdia server here we have to give the host address with port number (by default port number is 1935). here is the some useful link i have used in my application http://www.themidnightcoders.com/fileadmin/docs/ios/index.html?asyncall.htm you can also find demo apps from github here is the link https://github.com/slavavdovichenko/MediaLibDemos/downloads