如何从 iPhone 直播视频

发布于 2024-11-29 23:34:17 字数 1536 浏览 0 评论 0原文

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

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

发布评论

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

评论(3

浸婚纱 2024-12-06 23:34:17

对于实时流媒体,我们必须使用 HTTP 流媒体或 RTMP 流媒体与 wowza MEdia 服务器,这里我们必须提供主机地址和端口号(默认端口号为 1935)。
这是我在应用程序中使用的一些有用的链接
http://www.themidnightcoders.com/fileadmin/docs/ios /index.html?asyncall.htm
您还可以从 github 找到演示应用程序,这是链接
https://github.com/slavavdovichenko/MediaLibDemos/downloads

For live streaming we have to use HTTP streaming or RTMP Streaming with wowza MEdia server here we have to give the host address with port number (by default port number is 1935).
here is the some useful link i have used in my application
http://www.themidnightcoders.com/fileadmin/docs/ios/index.html?asyncall.htm
you can also find demo apps from github here is the link
https://github.com/slavavdovichenko/MediaLibDemos/downloads

无边思念无边月 2024-12-06 23:34:17

您可以使用 StreamingVideoProvider 视频平台及其 iOS 应用程序直接从 iOS 设备 iPhone 或 iPad 流式传输实时视频。更多信息此处

You can use StreamingVideoProvider video platform and their iOS app to stream live video directly from iOS device iPhone or iPad. More info here.

痴骨ら 2024-12-06 23:34:17

使用 AVCaptureSession 检索视频帧并将每个帧发送到服务器。
请参考此链接

Retrieve frames for the video using AVCaptureSession and send each frame to to Server.
Please Refer this link

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文