Page 1 of 1

JVLC application

Posted: 04 Oct 2009 16:09
by veron
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.

Re: JVLC application

Posted: 06 Oct 2009 15:21
by veron
I solved my problem.

Re: JVLC application

Posted: 09 Oct 2009 06:51
by satio
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..