JDK-8318047 : Release Note: Media Playback Does Not Work on Ubuntu 23.10
  • Type: Sub-task
  • Component: javafx
  • Sub-Component: media
  • Affected Version: 8u391
  • Priority: P3
  • Status: Resolved
  • Resolution: Delivered
  • OS: linux
  • Submitted: 2023-10-12
  • Updated: 2023-10-13
  • Resolved: 2023-10-12
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8u391Resolved
Description
Media playback does not work on Ubuntu 23.10. This affects most media formats such as MP4 with H.264/H.265, MP3, AAC, and HTTP Live Streaming. This is because JavaFX Media does not support libavcodec version 60. Support for libavcodec version 60 will be added with JDK-8317508. As a workaround, install libavcodec version 59 compiled with support for at least the following: 

- decoder: aac, mp3, mp3float, h264, hevc
- parser: aac, h264, hevc
- demuxer: aac, h264, hevc, mpegts, mpegtsraw