iOS - Develop iPhone app to stream camera video to

2019-04-16 02:45发布

I'm looking for a way to create an app that will allow captured camera video to be streamed on a computer. For example, one person could be walking an iPhone around a room and another person could have that video streamed on their computer. Something kind of like a one-way Facetime except the receiver is on a computer. Also, I can't just use an existing app as later I would like to change the program to do some computer vision processing on the incoming data.

At the moment, I've found that AV Foundation should be the correct option for the video capture (from this question). However, I'm having difficulty finding the method by which I can actually stream this data. In particular, searching for how to create the apps on the iPhone frequently results in existing apps that do the task, but not how to create the app.

Can anyone give me a pointer to the information on how to stream the video capture from the iPhone? Thank you much.

2条回答
趁早两清
2楼-- · 2019-04-16 02:49

I had success with ANGL lib and Wowza media server. It gives smooths RTMP stream.

查看更多
何必那么认真
3楼-- · 2019-04-16 03:05

You can use "Wowza media Server" for Streaming purpose For wowza media server doenload :

Wowza Download

After installing wowza Now you need to set up live setting in wowza for that purpose you need:

Setting Up Live Application

For iOS side there is library is useful for video streaming using RTMP connection You can get Library at

RTMP library for Streaming

Library example

RTMP library for Streaming example

In this good example of Streaming from iOS side

查看更多
登录 后发表回答