-
Bug
-
Resolution: Fixed
-
P1
-
8u60, 9
-
Windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8130545 | 8u60 | Alexander Matveev | P1 | Closed | Fixed | b23 |
Playback fails with ERROR_MEDIA_INVALID after several seeks for http://reavers.us.oracle.com/httplivestreams/stream4/stream.m3u8. Also, MP4, FLV and MP3 affected by this issue and playback will fail after some amount of seeks, play/stop or rate changes.
This is regression fromJDK-8088823. JDK-8088823 resets is_data_produced flag after flush (which happens for seek, stop and rate changes) and does not resets input_buffers_count which counts how many buffers DirectShow can consume without producing any data. Error will be triggered after 500 buffers consumed.
On average each flush will increment input_buffers_count by ~150 for 1080p HLS, ~20 for 1080p MP4 and ~2 for MP3 or AAC.
This is Windows only issue.
This is regression from
On average each flush will increment input_buffers_count by ~150 for 1080p HLS, ~20 for 1080p MP4 and ~2 for MP3 or AAC.
This is Windows only issue.
- backported by
-
JDK-8130545 Seek fails for media streams after several tries
-
- Closed
-
- relates to
-
JDK-8088823 Advanced Media Player tab does not respond to "Time" slider on Windows
-
- Resolved
-
-
JDK-8090033 FX application hangs on exit when media gets stuck
-
- Closed
-