RFR: 8277309: Add support for H.265/HEVC to HTTP Live Streaming [v2]
Alexander Matveev
almatvee at openjdk.java.net
Wed Mar 9 05:20:00 UTC 2022
> - 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 [v2]
-------------
Changes:
- all: https://git.openjdk.java.net/jfx/pull/726/files
- new: https://git.openjdk.java.net/jfx/pull/726/files/01720c79..08ce8569
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jfx&pr=726&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jfx&pr=726&range=00-01
Stats: 11 lines in 2 files changed: 3 ins; 7 del; 1 mod
Patch: https://git.openjdk.java.net/jfx/pull/726.diff
Fetch: git fetch https://git.openjdk.java.net/jfx pull/726/head:pull/726
PR: https://git.openjdk.java.net/jfx/pull/726
More information about the openjfx-dev
mailing list