How to use monoscope plugin on gstreamer-java.

Stefan Sauer ensonic at hora-obscura.de
Sun Aug 5 02:43:53 PDT 2012


On 07/26/2012 07:37 PM, apamplona78 wrote:
> Does anyone know how to use monoscope plugin on gstreamer-java?
> My source code is:
>
> File audio = new
> File("C:/Users/apamplona/Desktop/stefanini-exemplo/jammil-esaudade.mp3");
> 		
> Gst.init("AudioPlayer", new String[]{});
> 		
> PlayBin2 player = new PlayBin2("AudioPlayer");
> player.set("video-sink", ElementFactory.make("fakesink", "xvimagesink"));

just set "vis-plugin" the same way you set "video-sink" and enable
visualisations in the "flags" property.

Stefan
> player.set("uri", audio.toURI());
>         
> player.play();
> Gst.main();
> player.stop();
>
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/How-to-use-monoscope-plugin-on-gstreamer-java-tp4655708.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list