Streaming live video and audio from iphone iOS 7

若如初见. 提交于 2020-01-05 09:35:28

问题


First, I wish to emphasize the keyword from. There are a lot of questions and answers on this topic but I found that no answer provide a step by step road-map to achieve this.
What I wish to achieve :
I wish to stream the video and audio (live) being recorded from the camera of iPhone/iPad to my server. And that's it.
What have I figured till now :
I guess that we can't use HTTP live streaming because it's meant for server to client and not client to server. AV framework allows the output only in the form of a mov file.
What am I not able to figure :
I don't know how to get individual frames (live) and send them to my server one by one
PS: I really don't know anything about this... You are welcomed to oversimplify things. I am writing server in node.js


回答1:


You may take a look at Wowza GoCoder iOS app.

It requires Wowza as the media server though, so you'll be able to provide full-features streaming to anyone you want.

Server side set up is done easily via Wowza configs or by third-party cloud control .



来源:https://stackoverflow.com/questions/19774832/streaming-live-video-and-audio-from-iphone-ios-7

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