This is a follow-on bug to JDK-8268718 that also is reproducible on macOS and only with OSXPlatform. Steps to reproduce:
1. Run a media test program with "-Djfxmedia.platforms=OSXPlatform"
2. Load an mp4 media file
3. Set the stop time to 15 second
4. play the media -- after the fix forJDK-8268718 it will now correctly pause after 15 second
5. Set the current play time to something > 15 seconds
BUG: with some media files the audio will continue to play; with others it will pause again.
1. Run a media test program with "-Djfxmedia.platforms=OSXPlatform"
2. Load an mp4 media file
3. Set the stop time to 15 second
4. play the media -- after the fix for
5. Set the current play time to something > 15 seconds
BUG: with some media files the audio will continue to play; with others it will pause again.
- relates to
-
JDK-8268718 [macos] Video stops, but audio continues to play when stopTime is reached
- Resolved