Problem while calling mPlayer from Java application
Hi,
I'm calling mPlayer from JAVA application to show the video/picture on GUI. I'm using MVC architecture and awt/swings.
Video is coming from camera when i will send ip/url of camera, but the problem is its not embedding onto the GUI(GUI will have some other controls like buttons, panels etc. For GUI implementation i'm using Page Description Language and every widget as seperate image). Either it will come above the GUI or behind the GUI.
Please suggest me the solutions.
Thank You
Regards,
Bhavani
Re: Problem while calling mPlayer from Java application
Re: Problem while calling mPlayer from Java application
Hi,
Thank you for your reply.
But i can't use any other except mPlayer. Thats the requirement.
Kindly let me know how to embed the video with GUI.
Thanks
Re: Problem while calling mPlayer from Java application
hi,
I'm calling mplayer from java using
process = Runtime.getRuntime().exec("mplayer -vo xv -slave -quiet -idle -wid "+this.widId+" video file path"+intValue+"video file");
Displaying the video in a hardware where the OS is LINUX. Its displaying the video but the problem is its not embedding with the GUI.
I'm using the code for running thr mplayer from the link:
JMPlayer – Embedding MPlayer in Java adrian's blog
Please suggest me how can i proceed without using JMF.
Thanks,
Bhavani