Java HTTP 实时流分段器

发布于 2024-12-17 00:05:07 字数 229 浏览 1 评论 0原文

几个月前,当我研究 HTTP 直播流时,我想我找到了一个 Java 库,它可以充当创建 HTTP 直播流的分段器。但是,我找不到它了。有谁知道直接分割文件的方法吗?

或者,对于 iOS 5,是否有任何库可以从一组编码文件创建 m3u8 文件而无需物理文件分段?

我有一个运行 (Java) Play 框架的服务器,并将使用 FFMPEG(可能在 Java 包装器中)进行编码,现在寻找一些东西来创建播放列表文件。

A few months ago when I looked into HTTP-live streaming I thought I found a Java Library which can act as the segmenter to create a HTTP Live Stream. However, I cannot find it back. Is there anybody who knows about a way to directly segment the files?

Or, with iOS 5, if there are any libraries yet which can create the m3u8 files from a set of encoded files without physical file segmentation?

I have a server running the (Java) Play Framework and will use FFMPEG (possibly in a Java wrapper) to encode and now look for something to create the playlist files.

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

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

发布评论

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

评论(1

韵柒 2024-12-24 00:05:07

我目前正在使用 Xuggler,并且有一个分段器和编码器正在工作,iOS 设备是否不接受 .m3u8 文件,因此需要完成一些工作,但它有希望成功。

I am working with Xuggler at the moment, and have a segmenter and encoder working,must the .m3u8 file is not accepted by iOS devices so some work needs to be done, but it has the promise to be successfull.

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