Make sure you start with the common Java integration
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 :
-> 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.
In particular, make sure you replace the player interactor by PRESTO's :