开发者

FLAC or OGG Online Media player

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?


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


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...


Found jPlayer. HTML5 with flash fallback.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜