FLAC 或 OGG 在线媒体播放器

发布于 2024-11-15 06:44:24 字数 227 浏览 6 评论 0原文

有没有办法用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 技术交流群。

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

发布评论

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

评论(3

苦行僧 2024-11-22 06:44:24

是的,我们制作了 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

鹿! 2024-11-22 06:44:24

您只需嵌入播放器的 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...

静水深流 2024-11-22 06:44:24

找到jPlayer。 HTML5 具有 Flash 后备功能。

Found jPlayer. HTML5 with flash fallback.

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