How to broadcast live video from iPhone [closed]

谁说我不能喝 提交于 2019-12-02 17:43:31

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

streaming video specialists

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

Roshit

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

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