Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.56 KB

File metadata and controls

34 lines (19 loc) · 1.56 KB

Streamroot Android Orchestrator ExoPlayer Yospace Java

Common integration

Make sure you start with the common Java integration

Specific integration override

3. Bridge between your Player and the delivery client.

In order to work perfectly, the SDK instances need to interact with the player and listen to its events.
Please add the following class to your project :

Additional steps

-> ExoPlayer requires targetCompatibility java 8.
-> URLs are hardcoded in the YospaceModule and mode is hardcoded in PlayerActivity

private static final Session.PlaybackMode YOSPACE_MODE = Session.PlaybackMode.LIVE;

-> Some files are private and thus symlinked. You can find the missing files (AARs, adapters, policy impl, etc), inside the Yospace SDK sample application.

Integrate with PRESTOplay

In particular, make sure you replace the player interactor by PRESTO's :