-
Bug
-
Resolution: Fixed
-
P3
-
fx2.0
MarkerTooSmallTest fails for HTTP stream, because we are no longer throw IllegalArgumentException for MediaPlayer constructor when marker is invalid.
This happens because of recent change in initialization. SeeRT-15180.
We do not want to fail MediaPlayer creation, just because someone setting marker with values out of range, so this issue needs to be address.
This happens because of recent change in initialization. See
We do not want to fail MediaPlayer creation, just because someone setting marker with values out of range, so this issue needs to be address.