FLAC 或 OGG 在线媒体播放器
有没有办法用Java制作一个可以在网站上播放的音频/视频播放器?
我四处搜寻,但对此还不够了解。
我们将设置一个可以传输 OGG 和 FLAC 音频文件的服务器。我们需要一个可以在网页上播放它们的播放器。
我们的后端是用 Java 构建的。在我们为 Java 程序员构建一个项目之前,我想知道有哪些可能性。
这可以通过小程序来完成,只需添加正确的编解码器并将其放置在网页上吗?
Is there a way to make an audio/video player in Java that can play on a website?
I searched around but I don't understand enough yet for this.
We are going to setup a server that can stream OGG and FLAC audio files. We need a player that can play them on a webpage.
Our backend is built with Java. Before we put together a project for a Java programmer I want to know what the possibilities are.
Can this be done with an applet and simply add the right codecs and place it on the webpage?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
是的,我们制作了 js flac 播放器。这是js编解码器的代码: https://github.com/audiocogs/flac.js
这个框架https://github.com/audiocogs/aurora.js适用于制作播放器
Yes, we made js flac player. This is code of js codec: https://github.com/audiocogs/flac.js
This framework https://github.com/audiocogs/aurora.js for made player
您只需嵌入播放器的 HTML,然后添加您自己的脚本来播放音频/视频。
以下是嵌入 WMP 代码的方法:
http://www.mioplanet.com/rsc/embed_mediaplayer.htm
抱歉,我不知道它可以播放哪些文件,但请尝试一下...
You just to embed the HTML for a player, then add your own script to play the audio/video.
Here's how to Embed the code for WMP:
http://www.mioplanet.com/rsc/embed_mediaplayer.htm
Sorry, I don't know what files it can play but just give it a shot...
找到jPlayer。 HTML5 具有 Flash 后备功能。
Found jPlayer. HTML5 with flash fallback.