openedx / xblock-image-explorer

GNU Affero General Public License v3.0
9 stars 39 forks source link

MCKIN-12728 - Brigthcove video playback support #71

Closed naeem91 closed 4 years ago

naeem91 commented 4 years ago

This PR adds native support for Brightcove videos playback and also does a bit of refactoring.

  1. Brightcove video can now be added using <brightcove> element
    <brightcove video_id="6110618169001" account_id="6057949416001" width="320px" height="180px" /> 
  2. Videos (Youtube, Ooyala and Brightcove) are paused on closing the hotspot.
  3. createOoyalaVideos method for playing Ooyala videos authored using embed to maintain backward compatibility.