JDK-8092317 : Play Vorbis content from Ogg streams
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: media
  • Affected Version: fx2.1
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2012-03-08
  • Updated: 2018-09-06
  • Resolved: 2017-04-06
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.
Other
tbdResolved
Related Reports
Duplicate :  
Description
Add capability to play one vorbis audio track from an Ogg container. This would require the ability to 1) demux the stream, and 2) decode the compressed audio.
Comments
But there is a lot of radio streamings using Ogg, including personal radios using Icecast. I'm working on a project that uses streams produced by icecast (in Ogg format), but I can't use new java tecnologies because it is unsupported by now. Actually, as I can see, Ogg and mp3 are wide used till now, so it should be supported.
01-12-2014

This might no longer be interesting now that the Opus codec (http://www.opus-codec.org) is a standard.
14-09-2012