I want to incorporate JVLC into a Java application. How do I modify the VLCClient.java application in order for it to play video that arrives as a UDP network stream? What I need to do in code is create the vlc player with Open Network Stream giving it an address and port number. Sounds simple enoug...