Hi, I am having problem to play the video from RTSP URL by using VLCJ. I able to play it by using VLC player by Open Network Stream. I had tried to play the local video file and it works as well. Below is my code and the DEBUG log. Please help and advise. Code: import java.awt.BorderLayout; import j...