How to play ogg files in javafx?

I am using the AudioClip class to play ogg files, but it says MEDIA_UNSUPPORTED. Are there other libraries in javafx to play ogg files?

0


source to share


3 answers


I found a solution for this, worked for me



Check it here: https://github.com/nnttoo/OggJavaPlayer

0


source


JavaFX 8 does not contain any libraries to play ogg files.



0


source


I don't think it is currently supported.

See the Javadoc for the supported media types:

http://docs.oracle.com/javase/8/javafx/api/javafx/scene/media/package-summary.html

Please add a comment here: https://javafx-jira.kenai.com/browse/RT-18009

Edit:

how about javaFX 2?

http://docs.oracle.com/javafx/2/api/javafx/scene/media/package-summary.html

0


source







All Articles