[FFmpeg-user] ffplay java question
Ignacio Gonzalez
mylaneza at gmail.com
Fri Aug 24 00:18:44 CEST 2012
Hello everybody, i don't know if this is the right place to put this
question, I created a class that execute a process ( ffplay)
public void run(){
try{
String arguments[] = {
ffplayPath,
uri
};
p = Runtime.getRuntime().exec ( arguments );
}catch( Exception e ){
e.printStackTrace();
}
}
This is part of a Thread, but when I execute with java the ffplay window
does not appear. When i execute my example with eclipse the window does it
appear, Can anybody help me?
More information about the ffmpeg-user
mailing list