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 enough, but I have been unsuccessful so far. Any help would be greatly appreciated. Thank you.
Hello, do you know how to omit the video title like rtsp://localhost:8888/movie_name in JVLCPlayer (Java Application)??
I have tried using VLCPluginOptions and set the parameters (no-video-title-show), but it's useless..
Any ideas?? Thanks..