iPhone 视频流应用程序

发布于 2024-11-30 16:14:21 字数 481 浏览 1 评论 0原文

谁能帮我知道这样的应用程序是如何完成的?

Bambuser

是使用AVFoundation捕获摄像头视频流的方式吗?

需要明确的是,我不想捕获视频并保存它,我想通过无线网络将其作为 IP 摄像机或通过互联网传输到网络服务器。

我看了一下一些代码,就像 AVCamApple 的技术说明 但他们并没有按照我想要的方式提供帮助,

谢谢,

Can anyone help me to know how an app like this is done?

Bambuser

Is the way to capture the camera's video stream using AVFoundation?

To be clear, I don't want to capture the video and save it, I want to stream it over a wireless network as an IP camera or over INTERNET to a web server.

and i take a look to some code sinppets just like AVCam
and technical note form apple
but they were not helpful in the way i want

thanks,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧人九事 2024-12-07 16:14:21

我不确定是否还有其他方法,但以下方法对我有用:

  1. 使用 AVFoundation 或其他 sdk 捕获视频文件的小片段
  2. ,将它们转换为 mp4 文件
  3. ,将这些文件发送到服务器,并使用命令
  4. 将它们转换为 ts 格式描述 ts 文件
  5. 使用 http 直播来播放它们

I'm not sure if there is another way, but the following method works for me:

  1. using AVFoundation or other sdk to capture small fragment of video file
  2. converting them to mp4 file
  3. sending those files to server with order
  4. convert them to ts format with a description ts file
  5. using http live streaming to play them
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文