Java HTTP 实时流分段器
几个月前,当我研究 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我目前正在使用 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.