Skip to content

AthleticNet/cordova-brightcove-player

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brightcove video player Cordova plugin

Work

  • Rename plugin reference to Cordova.videoPlayer

Android

  • Basic video playback

  • CC support

  • Migrate to gradle for dependencies

  • Full screen on start

  • Exit on end

  • Playback callback

  • Fix white line at the bottom

  • Add play by url

  • Landscape mode

  • On screen back button

  • Loading spinner on buffering

  • Timeout on lost connection after 60s

iOS

  • Make it work

  • CC support

  • Migrate to cocoapods (migrated on main, look into updatedPodsFile)

  • Full screen on start

  • Exit on end

  • Playback callback

  • Fix white line at the bottom

  • Landscape mode

  • Add play by url

Usage

    cordova.plugins.videoPlayer.playById(accountId, policyKey, videoId, success, error)
    cordova.plugins.videoPlayer.playByUrl(videoUrl, success, error)

About

Cordova plugin of Brightcove video player

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 89.8%
  • Swift 4.3%
  • Java 4.3%
  • C 1.5%
  • JavaScript 0.1%