How to play mp4 video on JPanel?
问题 I am using the Xuggle library to play mp4 videos on a JPanel but video loading is taking 3 sec. or more. Do you have some advice how to play video on JPanel or JLabel in the right way? Is this a good way to show mp4 video? VideoCodec is a Xuggle Codec. This is working but I have a delay of a few seconds. public void setVideoName(final String videoName) { imageAndVideoPanel.removeAll(); final VideoPanel videoPanel = new VideoPanel(); videoPanel.setPreferredSize(Const.Dimensions.VIDEO_SIZE);