A DESCRIPTION OF THE PROBLEM :
Hi,
currently Javafx has limited support for many media formats/codec. For many reasons, Opus codec is best to be supported in JavaFx as the main audio codec. It is been supported by all platforms (iOS/Android/all web browsers, ....) and many of the famous libraries (ffmpeg ....), has been there in the market for many years and one of the very few codec that is standardised as per RFC 6716
It is supported by gstreamer that is used as the internal Javafx media engin so extending the support to opus shall be smooth.
This ticket is to request supporting Opus in Javafx in all platforms
Hi,
currently Javafx has limited support for many media formats/codec. For many reasons, Opus codec is best to be supported in JavaFx as the main audio codec. It is been supported by all platforms (iOS/Android/all web browsers, ....) and many of the famous libraries (ffmpeg ....), has been there in the market for many years and one of the very few codec that is standardised as per RFC 6716
It is supported by gstreamer that is used as the internal Javafx media engin so extending the support to opus shall be smooth.
This ticket is to request supporting Opus in Javafx in all platforms
- relates to
-
JDK-8091656 Wishlist for more media format support
- Open