android-player-samples

Provides sample apps for the Brightcove Player SDK and Plugins for Android

View the Project on GitHub BrightcoveOS/android-player-samples

Basic playback (BasicSampleApp)

The minimal player — fetches a video from the Catalog and plays it in a BrightcoveExoPlayerVideoView.

Key files

File Responsibility
MainActivity.kt Fetches a video from the Catalog and starts playback.
res/layout/activity_basic_sample_app.xml Screen layout hosting the BrightcoveExoPlayerVideoView.

See the Playback README for shared setup and requirements.