0

I learned that javafx.media does not work in a native image on Windows yet. It should work on Linux. But I can't find informations about Android and IOS. Does anyone know on which platforms the media modul works? Thanks in advance.

c. herzog
  • 55
  • 5
  • 3
    JavaFX media works on Linux,For Android and iOS you can use Gluon Attach, that provides the VideoService and the AudioService to leverage native media frameworks, see https://docs.gluonhq.com/attach/javadoc/4.0.11/ – José Pereda Apr 03 '21 at 09:59

1 Answers1

0

As José wrote: For Android and iOS you can use Gluon Attach, that provides the VideoService and the AudioService to leverage native media frameworks.

c. herzog
  • 55
  • 5