On Sat, 12 Apr 2025 01:43:29 GMT, Alexander Matveev <almat...@openjdk.org> wrote:
> - Fixed by reloading decoder for each seek. > - Tested with all H.265 files for HLS/HTTP/FILE, no issues found. > - Seek performance is not affected or at least I did not notice any > performance issues when doing reload for each seek. > > This is workaround and no other reasonable solutions were found. This pull request has now been integrated. Changeset: d1fcca71 Author: Alexander Matveev <almat...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/d1fcca716a09788e376ac24c23be3e6861e492be Stats: 187 lines in 2 files changed: 138 ins; 17 del; 32 mod 8329227: Seek might hang with fMP4 H.265/HEVC or H.265/HEVC over HTTP/FILE Reviewed-by: arapte, kcr ------------- PR: https://git.openjdk.org/jfx/pull/1775