Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I encode to mp3 or ogg vorbis in an applet?

applet encode mp3 Ogg Vorbis
0
Posted

Can I encode to mp3 or ogg vorbis in an applet?

0

The problem is that the currently available encoders use native libraries. These native libraries can’t be loaded over the network from the server to the client machine. And even if the library is installed locally on the client, it is difficult to manage permissions for the execution. It is recommended to use Java Web Start instead of applets for such applications.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123