RFR: 8277309: Add support for H.265/HEVC to HTTP Live Streaming [v3]
Johan Vos
jvos at openjdk.java.net
Tue Mar 22 08:57:40 UTC 2022
On Fri, 18 Mar 2022 02:20:11 GMT, Alexander Matveev <almatvee at openjdk.org> 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 decoder cannot handle AAC elementary streams directly. DirectShow decoder works without it.
>> - DirectShow H.264 decoder on Windows and H.265/H.264 decoder on Linux will be reloaded when fMP4 stream changes resolution. Dynamic format change did not worked for these streams on Windows and Linux.
>
> 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 [v3]
This looks really great. I'm doing a few more tests before approving, but I don't expect issues.
I wonder if we can add some simple resources that allow testing the different protocols on different platforms?
-------------
PR: https://git.openjdk.java.net/jfx/pull/726
More information about the openjfx-dev
mailing list