user1722771
user1722771

Reputation: 61

Live Streaming Video in iPhone

I am new to iPhone Development. I need to capture video. While I'm capturing video it display on server too. Something like live streaming.

Anyone have idea from where I should have to start for this functionality?

Thanks in Advance.

Upvotes: 4

Views: 3010

Answers (2)

Jacob Paulozz
Jacob Paulozz

Reputation: 159

I recommend you to use wowza wowza.com/https://www.wowza.com, it has all the features, from live stream, video on demand and etc.

Upvotes: 0

Kamleshwar
Kamleshwar

Reputation: 2997

Your question seems similar to this

Xcode ios: Streaming of video file while recording and removed redundant personal statements

First Half Solution

Using AVFoundation you can get video Buffer/frames while recording.

Second Half

But for uploading i didn't find any solution

There is Input Stream option there in iOS APIs but it need some file path. but as video is not recorded we didn't have any path.

Edit 1

Here is Best Example for AVFoundation provided by Apple, you can start with

Upvotes: 2

Related Questions