Skip to content

Releases: raccoongang/xblock-video

v0.6.0

23 Mar 16:43
Compare
Choose a tag to compare

Added

  • 3PlayMedia support. Now you can fetch transcripts for your video from 3PM.
  • Open edX settings support. Now administrators can set default values
    for VideoXBlock on a system-wide level.

Changed

  • Swith from Coveralls to Codecov for better code coverage.
  • Interactive transcripts now align current line to the middle of video frame.

Fixed

  • Interactive transcripts automscrolling for Brightcove videos.

v0.5.0

14 Mar 13:26
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Added

  • Html5 video support.
  • Manual uploaded transcripts validation: file extension and size.
  • Code stabilization:
    • Python unit tests.
    • JS unit tests foundation.

Changed

  • UI improvements in Studio:
    • Split Video XBlock settings into Basic & Advanced tabs.
    • Display only fields relevant to selected video.
  • Move all python dependencies into setup.py to simplify XBlock installation.

Fixed

  • Various bugs.

v0.4.0

08 Feb 11:12
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

New features

Brightcove content protection and auto-quality

On API authentication uploads two custom Ingest Profiles:

  • Creates new API credentials with required permissions
  • HLS for auto quality
  • HLSe for auto qualify & encryption

Add new UI controls after a user has authenticated against Brightcove API:

  • View video tech info
  • Send video re-transcode request on a Brightcove side

Default transcripts upload

  • Allows to fetch transcripts from the platform and store them into XBlock.
  • Supports: Brightcove, Youtube & Wistia.
  • Brightcove & Wistia require API authentication before default transcripts upload can work.

Various bugfixes and improvements