有没有不使用 JMF 的 JOGL 视频渲染库?
我见过MovieGL,但它使用JMF。我想避免使用 JMF,因为除非客户端实际安装它,否则它似乎不起作用。我有什么选择?
编辑:这必须是跨平台的,并且必须在 win、mac 和 linux 中工作。
I've seen MovieGL, but that uses JMF. I would like to avoid JMF because it seems to not work unless a client actually installs it. What are my options?
Edit: this must be cross-platform and must work in win, mac and linux.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
packet-multibroadcaster 听起来好像可以,但我还没有测试过。
packet-multibroadcaster 中可用的选项之一是 xuggler,我已经使用过并且发现它非常好。
packet-multibroadcaster sounds like it would work, though I have not tested it.
One of the options available within packet-multibroadcaster is xuggler, which I have used and find to be very good.
查看这篇文章,了解如何使用 JMF,而不需要最终用户显式安装它 链接。
另请查看 VLCJ 链接
Check this post out for using JMF without requiring the end user to explicitly install it Link.
Also check out VLCJ Link