I want to run a program called VLC in java. I created it\'s process by Runtime. I don\'t know how to pass commands to this process. Also VLC program canbe controlled via command line. I want to set a
I just thinked that a usage of VLC\'s livehttp module on a certain project is way too resource hungry, just for recording video stream by 30-minute files.Thereby, what OSS software can be used to reco
Well i have an adobe air which runs vlc-player at background as service. i check that in Windows Task Manager , the service runs when air application launches.
I am trying to run \'./configure\' for vlc on ubuntu 10.04. But it can\'t find libavcode libraries for some reason.I have check /usr/lib, it has the libraries, why ./configure can\'t find it?
I\'m developping a streaming application with tcl. I have a vlc sever that broadcast a flow in http mode. what I\'m trying to do is to develop a client开发者_如何学编程 who will try to connect to serv
I want to be able to specify how many clients do I want opened, and be able to manually switch between the windows after they\'re opened- meaning \"streaming in background\" (if such a thing is possib
i am trying to embed vlc player in a web page. what is the best way to do it. actually i have to stream a video file using vlc and show it onthe web page so that
Because of VLC conflict I have to turn off Windows Advanced Text Services开发者_如何学编程 at my application launch. Is there any special API for that? Will it work for user with default rights?The qu
hey people I was writing a sim开发者_StackOverflowple application to run a video stream using libvlc.But it seem that libvlc_media_player_get_time() function is not working properly.It is returning ze
I am trying to add a vlc:// helper protoc开发者_如何转开发ol on Mac OS X. To register the protocol, I have unsuccessfully been playing around with the MoreInternet PrefPane.