I use JavaFX MediaView to play video files. But sometimes when i play a video my application crashes even without opportunity handle some exception. But before crash i have time to get media exception: mediaPlayer.getError().printStackTrace()
and as a result:
MediaException: UNKNOWN : [com.sun.media.jfxmediaimpl.platform.gstreamer.GSTMediaPlayer@3c63af0d] ERROR_MEDIA_INVALID: ERROR_MEDIA_INVALID
Is there any way to fix this?