简体   繁体   中英

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.

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

我建议您使用wowza wowza.com/ https://www.wowza.com ,它具有所有功能,包括实时流,视频点播等。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM