Re: RFR: 8329227: Seek might hang with fMP4 H.265/HEVC or H.265/HEVC over HTTP/FILE [v2]

2025-04-21 Thread Ambarish Rapte
On Thu, 17 Apr 2025 23:49:22 GMT, Alexander Matveev 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

Re: RFR: 8329227: Seek might hang with fMP4 H.265/HEVC or H.265/HEVC over HTTP/FILE [v2]

2025-04-19 Thread Kevin Rushforth
On Thu, 17 Apr 2025 23:49:22 GMT, Alexander Matveev 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

Re: RFR: 8329227: Seek might hang with fMP4 H.265/HEVC or H.265/HEVC over HTTP/FILE

2025-04-18 Thread Kevin Rushforth
On Sat, 12 Apr 2025 01:43:29 GMT, Alexander Matveev 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

Re: RFR: 8329227: Seek might hang with fMP4 H.265/HEVC or H.265/HEVC over HTTP/FILE

2025-04-17 Thread Alexander Matveev
On Sat, 12 Apr 2025 01:43:29 GMT, Alexander Matveev 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

Re: RFR: 8329227: Seek might hang with fMP4 H.265/HEVC or H.265/HEVC over HTTP/FILE [v2]

2025-04-17 Thread Alexander Matveev
> - 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 we

Re: RFR: 8329227: Seek might hang with fMP4 H.265/HEVC or H.265/HEVC over HTTP/FILE

2025-04-17 Thread Kevin Rushforth
On Sat, 12 Apr 2025 01:43:29 GMT, Alexander Matveev 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

Re: RFR: 8329227: Seek might hang with fMP4 H.265/HEVC or H.265/HEVC over HTTP/FILE

2025-04-17 Thread Ambarish Rapte
On Sat, 12 Apr 2025 01:43:29 GMT, Alexander Matveev 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

Re: RFR: 8329227: Seek might hang with fMP4 H.265/HEVC or H.265/HEVC over HTTP/FILE

2025-04-12 Thread Kevin Rushforth
On Sat, 12 Apr 2025 01:43:29 GMT, Alexander Matveev 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

RFR: 8329227: Seek might hang with fMP4 H.265/HEVC or H.265/HEVC over HTTP/FILE

2025-04-11 Thread Alexander Matveev
- 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. -