实时视频流到iPad应用程序

时间:2021-05-30 18:59:32

I'm essentially working as a junior software engineer and I've been tasked with creating an iPad application that is capable of receiving a real-time stream from a UAV. The camera hardware hasn't been determined so I need to put a spec together so that it can be used in my iOS app.

我本质上是一名初级软件工程师,我的任务是创建一个能够从无人机接收实时流的iPad应用程序。相机硬件还没有确定,所以我需要将规格放在一起,以便它可以在我的iOS应用程序中使用。

However I feel like I'm massively inexperienced to do so as I don't have much of an understanding about media streaming and experience writing iOS apps to produce a decoder to play the video data - I started with Obj-C about 4 months ago when I joined the company.

然而,我觉得我没有多少经验,因为我对媒体流和编写iOS应用程序以创建解码器播放视频数据没有太多了解 - 我开始使用Obj-C大约4个月之前当我加入公司。

I apologise if this isn't the best outlet for such a request but could anyone shed some light on the process of receiving low latency video streams or is it far beyond my current ability?

如果这不是这种请求的最佳渠道,我会道歉,但任何人都可以了解接收低延迟视频流的过程,还是远远超出我目前的能力?

Thanks for any advice!

谢谢你的建议!

1 个解决方案

#1


If you need to play the video you are receiving or do any playback operations, this should be what you are looking for: Writing an app to stream video to iPhone

如果您需要播放正在接收的视频或进行任何播放操作,这应该是您正在寻找的:编写应用程序以将视频流式传输到iPhone

You can also record the video, documentation from apple

您还可以录制苹果的视频和文档

#1


If you need to play the video you are receiving or do any playback operations, this should be what you are looking for: Writing an app to stream video to iPhone

如果您需要播放正在接收的视频或进行任何播放操作,这应该是您正在寻找的:编写应用程序以将视频流式传输到iPhone

You can also record the video, documentation from apple

您还可以录制苹果的视频和文档