-
Bug
-
Resolution: Fixed
-
P4
-
fx1.3
-
Mac OS X 10.6.3
Trying to start a video in a MediaView with a non-existant URL crashes JavaFX.
Both JMCServer and javafx runtime crash (both crash reports are attached).
Sample Code:
MediaView {
mediaPlayer: MediaPlayer {
media: Media {
source: "http://xxxxxxxxx/"
}
}
}
Both JMCServer and javafx runtime crash (both crash reports are attached).
Sample Code:
MediaView {
mediaPlayer: MediaPlayer {
media: Media {
source: "http://xxxxxxxxx/"
}
}
}
- duplicates
-
JDK-8109334 Setting Media source to an invalid HTTP URI with a .flv or .fxm file extension will cause the On2 FXM parser component to crash
- Closed