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
- Host: GitHub
- URL: https://github.com/bitmovin/bitmovin-java
- Owner: bitmovin
- Created: 2017-06-01T06:50:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T07:18:58.000Z (over 3 years ago)
- Last Synced: 2024-08-01T20:44:04.875Z (almost 2 years ago)
- Topics: analytics, api-client, bitmovin, bitmovin-api, html5-player, java, video-encoding
- Language: Java
- Homepage:
- Size: 1000 KB
- Stars: 10
- Watchers: 18
- Forks: 20
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [](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/).