The video I'm trying to play is an RTSP stream (I suppose you're not talking about the dimensions of the video). GPU and CPU do not leave 40% of processing. I currently have 100mb internet, and I consume a maximum of 20mb when I'm playing 16 cameras simultaneously.
I'm making a mosaic for viewing videos. I build a JFrame with some components, including Canvas. I place an instance of a MediaPlayer on each Canvas and play the video. But I'm having problems with frame loss, delayed display and even complete freezing of images. Is there anything that can be done t...