An open API service indexing awesome lists of open source software.

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

DEPRECATED: Java client for the Bitmovin API, see https://github.com/bitmovin/bitmovin-api-sdk-java
https://github.com/bitmovin/bitmovin-java

analytics api-client bitmovin bitmovin-api html5-player java video-encoding

Last synced: 5 months ago
JSON representation

DEPRECATED: Java client for the Bitmovin API, see https://github.com/bitmovin/bitmovin-api-sdk-java

Awesome Lists containing this project

README

          

# [![bitmovin](http://bitmovin-a.akamaihd.net/webpages/bitmovin-logo-github.png)](http://www.bitmovin.com)

# New API Client (Recommended)

`bitmovin-java` is the legacy Bitmovin API client for Java.

We recommend using the new client, which you can find at [bitmovin-api-sdk-java](https://github.com/bitmovin/bitmovin-api-sdk-java). Using the new client guarantees 100% specification conformity at any given time and access to all features of the API as soon as they are released.

---

## bitmovin-java

JAVA-Client which enables you to seamlessly integrate the [Bitmovin API](https://bitmovin.com/video-infrastructure-service-bitmovin-api/) into your projects.
Using this API client requires an active account. [Sign up for a Bitmovin API key](https://bitmovin.com/bitmovins-video-api/).

The full [Bitmovin API reference](https://bitmovin.com/encoding-documentation/bitmovin-api/) can be found on our website.

## Getting started
### Maven
Add this to your pom.xml:
```xml

com.bitmovin.api
bitmovin-java
1.59.0

```

### Examples
For examples go to our [example page](https://github.com/bitmovin/bitmovin-java/tree/develop/src/test/java/com/bitmovin/api/examples/).