I’ve poked around GStreamer and the bindings for Java. GStreamer is a framework for “constructing graphs of media-handling components”. For example a video player from “scratch”. (more…)
December 23, 2008
GStreamer – multimedia fun on a plugin architecture
December 21, 2008
GStreamer, can do streamed music?
I’m going to take a dive into GStreamer, to find out if it is possible to use as a mixer for my music application needs. I’m going to input music from different sources, do some adjusting of volume, effects and write to file or stream to the net.
Can someone give me some pointers to GStreamer, and possibly on Java?