javaFX: MediaPlayer's seek method hangs the player without error message oder Status change
问题 I have a programm with 8 mediaplayer, which are controlled like one big video with a single set of controls. I have one Slider to control the time, aka I call all MediaPlayer's seek methods in onMouseReleased of the slider. My Problem is, the mediaplayer hang all the time, without changing their status or calling onError . When I put every seek in a new Thread, these problems disappear msot of the time, but not always and I'm gettign a lot of concurrency issues. Does anybody know the reason