Re: RFR: 8277309: Add support for H.265/HEVC to HTTP Live Streaming [v2]

2022-03-09 Thread Kevin Rushforth
On Wed, 9 Mar 2022 05:20:00 GMT, Alexander Matveev wrote: >> - Added support for fragmented MP4 with HEVC/H.265, H.264 and AAC. >> - Added support for elementary AAC streams without any container for audio >> only streams. >> - Added "aacparse" plugin from GStreamer. Required on Linux, since

Re: RFR: 8277309: Add support for H.265/HEVC to HTTP Live Streaming [v2]

2022-03-08 Thread Alexander Matveev
On Tue, 8 Mar 2022 23:50:57 GMT, Kevin Rushforth wrote: >> Alexander Matveev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8277309: Add support for H.265/HEVC to HTTP Live Streaming [v2] > > modules/javafx.media/src/main/native/gstream

Re: RFR: 8277309: Add support for H.265/HEVC to HTTP Live Streaming [v2]

2022-03-08 Thread Alexander Matveev
> - Added support for fragmented MP4 with HEVC/H.265, H.264 and AAC. > - Added support for elementary AAC streams without any container for audio > only streams. > - Added "aacparse" plugin from GStreamer. Required on Linux, since decoder > cannot handle AAC elementary streams directly. Direct