Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Basic playback (BasicSampleApp)

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

Key files

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

See the Playback README for shared setup and requirements.