Gstreamer Java

Java binding for the Gstreamer framework (0.10 compatible)

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.googlecode.gstreamer-java
ArtifactId

ArtifactId

gstreamer-java
Last Version

Last Version

1.6
Release Date

Release Date

Type

Type

jar
Description

Description

Gstreamer Java
Java binding for the Gstreamer framework (0.10 compatible)
Project URL

Project URL

https://github.com/gstreamer-java/gstreamer-java
Source Code Management

Source Code Management

https://github.com/gstreamer-java/gstreamer-java

Download gstreamer-java

How to add to project

<!-- https://jarcasting.com/artifacts/com.googlecode.gstreamer-java/gstreamer-java/ -->
<dependency>
    <groupId>com.googlecode.gstreamer-java</groupId>
    <artifactId>gstreamer-java</artifactId>
    <version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.gstreamer-java/gstreamer-java/
implementation 'com.googlecode.gstreamer-java:gstreamer-java:1.6'
// https://jarcasting.com/artifacts/com.googlecode.gstreamer-java/gstreamer-java/
implementation ("com.googlecode.gstreamer-java:gstreamer-java:1.6")
'com.googlecode.gstreamer-java:gstreamer-java:jar:1.6'
<dependency org="com.googlecode.gstreamer-java" name="gstreamer-java" rev="1.6">
  <artifact name="gstreamer-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.gstreamer-java', module='gstreamer-java', version='1.6')
)
libraryDependencies += "com.googlecode.gstreamer-java" % "gstreamer-java" % "1.6"
[com.googlecode.gstreamer-java/gstreamer-java "1.6"]

Dependencies

compile (3)

Group / Artifact Type Version
net.java.dev.jna : jna jar 3.5.1
net.java.dev.jna : platform jar 3.5.1
com.apple : AppleJavaExtensions jar 1.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.

gstreamer-java (0.10 compatible)

An unofficial/alternative set of java bindings for the gstreamer multimedia framework.

Please use the gstreamer-java google group to discuss using gstreamer-java or to ask any questions.

Although gstreamer is commonly associated with the gnome desktop, gstreamer itself, and these bindings are portable across operating systems.

You need a recent JNA version in order to be able to use gstreamer-java.

The current release is known to run on MacOSX, Linux, Windows and - for the experimental developer with the latest code - on Android. Before using gstreamer-java - and especially before opening issues against gstreamer-java - try to run your pipelines using the Gstreamer gst-launch command-line utility directly.

Important: Current version of the gstreamer-java is NOT compatible with GStreamer 1.0 or above. This means the last usable version are GStreamer 0.10.

Please note: this is not an easy-to-use multimedia framework for beginners. It currently requires people to both know the java language, and be familiar with the gstreamer framework (or be prepared to apply things from tutorials on gstreamer programming in other languages (e.g. python or C#) to the java bindings).

com.googlecode.gstreamer-java

Versions

Version
1.6
1.5
1.4
1.3