Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to broadcast live video from iPhone [closed]

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

like image 262
Adil Fazal Avatar asked Aug 16 '11 12:08

Adil Fazal


People also ask

How do I keep my iPhone screen on streaming?

Tap Settings on your iPhone's home screen. Scroll down and tap Display & Brightness. Select Auto-Lock. Tap Never.

Can I live stream from my iPhone to my computer?

Swipe up from the bottom of your iPhone to open the Control Center. Then tap AirPlay on the Control Center. Or choose Screen Mirroring. Tap the name of your PC and X-Mirage.


2 Answers

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

like image 80
Sandeepk2r Avatar answered Oct 16 '22 17:10

Sandeepk2r


You can use StreamingVideoProvider video platform and their iOS app to stream live video directly from iOS device iPhone or iPad. More info here.

like image 33
streaming video specialists Avatar answered Oct 16 '22 17:10

streaming video specialists