如何使用java播放asx文件/流
我正在尝试使用 Java SE 播放 asx 文件。我已经阅读了很多框架和库的文档,但无法找到解决方案。
是否可以播放 ASX 文件?如果是这样,使用什么框架或库?
提前致谢, 斯特凡·NLD
I am trying to play a asx file with Java SE. I have read a lot of documentation of frameworks and libraries but I am unable to find a solution.
Is it at all possible to playback ASX files. If so, with what framework or librarie?
Thanks in advance,
Stefan NLD
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 此线程,应该可以使用 dsj (DirectShow Java)。没有亲自测试过。
According to this thread, it should be possible using dsj (DirectShow Java). Never tested personally.