Search code examples
javaaudiostreamingcodecogg

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?


Solution

  • Found jPlayer. HTML5 with flash fallback.