12

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

Adil Fazal
  • 279
  • 4
  • 13

3 Answers3

1

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

Sandeepk2r
  • 178
  • 8
1

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

Matt Davis
  • 45,297
  • 16
  • 93
  • 124
0

Retrieve frames for the video using AVCaptureSession and send each frame to to Server. Please Refer this link

Community
  • 1
  • 1
Roshit
  • 1,589
  • 1
  • 15
  • 37