在 iPad 上使用 HLS(HTTP 实时流媒体)或 RTSP(实时流协议)进行电视流媒体播放

发布于 2024-12-08 23:55:59 字数 638 浏览 0 评论 0 原文

我想知道,是否可以使用 HLS(HTTP 直播流)或 RTSP(实时流协议)在 iPad 上流式传输电视频道(如果我有电视频道作为客户向我提供数据)?

我已阅读关于 HLS 的维基百科页面 RSTP 并最终出现在关于Helix Universal Server 支持使用两种协议传输数据。

话虽这么说,我的问题具体是关于电视流媒体的。是否可以使用这些协议中的任何一个来流式传输电视? 如果不是,应该使用什么协议?

更重要的是,App Store 是否允许电视流媒体应用程序?

多谢!

I was wondering, is it possible to stream a TV channel (if I had a TV channel as customer to provide me the data) on the iPad using HLS (HTTP Live Streaming) or RTSP (Real Time Streaming Protocol)?

I've read the Wikipedia's page on both HLS and
RSTP and ended up on a page about a Helix Universal Server which supports delivery of data with both protocols.

That being said, my question is specifically about TV streaming. Is it possible to stream TV with any of those protocols? If not, what protocol should be used?

And more importantly, are TV streaming apps allowed on the App Store?

Thanks a lot!

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

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

发布评论

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

评论(2

热情消退 2024-12-15 23:55:59

您当然可以通过 HLS 向 iDevices 提供实时视频源。 WowzaMediaServerIIS 7.0 都支持将视频流输出为 HLS 格式(就像您提到的 Helix 一样)。前提是您有权转播内容 - 我认为这没有任何挑战。

当您说“流电视”时 - 它与任何其他实时视频输入相同 - 这里唯一的挑战是获得重播内容的权利。

iDevices(iPad、iPod、iPhone)不支持 RTSP。

要回答您的“更重要”的问题 - 您需要做一些研究。我认为说“是”或“不是”是没有意义的,因为事情总是会改变的。

以下是 App Store 审核指南的链接:App Store 审核指南

You can most certainly provide a live video feed to iDevices via HLS. WowzaMediaServer, and IIS 7.0 both support outputting a video stream to HLS format (much like Helix, as you mention). Provided you have the rights for rebroadcasting the content - I don't see any challenges with this.

When you state "stream tv" - it is the same as any other live video input - the only challenge here would be gaining the rights to rebroadcast the content.

RTSP is not supported by iDevices (iPad, iPod, iPhone).

To answer your "more importantly" question - you need to do a little research. I think it's pointless to say yes or no, as things can always change.

Here's a link to the App Store Review Guidelines: App Store Review Guidelines

酒中人 2024-12-15 23:55:59

使用gstreamill:http://github.com/i4tv/gstreamill

  • hls,http渐进式流,udp输出。
  • 通过 webdav 进行 hls 推送模式输出。
  • 多速率与 GOP 对齐。
  • RESTful 管理界面,可轻松集成到操作员环境中。
  • 作业是用 json 描述的。
  • 作业在子进程中运行,并在出现错误时自动重新启动。
  • 基于gstreamer,易于扩展。

Use gstreamill: http://github.com/i4tv/gstreamill

  • hls, http progressive streaminig, udp output.
  • hls push mode output via webdav.
  • Multi-Rate with GOP Alignment.
  • RESTful management interface, allowing easy integration into operator environment.
  • Job is descript in json.
  • Job run in subprocess, and auto restart on error.
  • Base on gstreamer and easy to extend.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文