How to broadcast live video from iPhone [closed]

时光毁灭记忆、已成空白 提交于 2019-12-03 04:30:43

问题


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


回答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




回答2:


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




回答3:


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



来源:https://stackoverflow.com/questions/7078067/how-to-broadcast-live-video-from-iphone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!