Skip to content

Releases: Conviva/conviva-js-brightcove

v4.5.1

12 Feb 10:28
Compare
Choose a tag to compare

4.5.1 (12/FEB/2024)

  • Supports Brightcove Player 7.13.4 version

v4.5.0

15 Jun 05:17
dbcfb6a
Compare
Choose a tag to compare

4.5.0 (15/JUN/2023)

  • Supports Brightcove Player 7.7.0 version
  • Fixes the issue in reporting custom error events using the “trigger” API.

v4.4.1

12 Apr 04:39
807aaeb
Compare
Choose a tag to compare

4.4.1 (12/APR/2023)

  • Fixes the issue of Ad Session timeout on dispose event.

v4.4.0

06 Apr 11:48
b23bc30
Compare
Choose a tag to compare

4.4.0 (6/APR/2023)

  • Supports auto-collection of Audio, Subtitles and Closed Captions Language( Core SDK 4.7.0 and above).

v4.3.6

05 Mar 10:35
Compare
Choose a tag to compare

4.3.6 (3/MAR/2023)

  • Supports auto collection of Average Bitrate (Core SDK 4.6.1 and above)

v4.3.5

28 Jan 07:57
Compare
Choose a tag to compare

4.3.5 (28/JAN/2023)

  • Fixed an issue where Ad metadata was not being reported as Conviva predefined constant.

v4.3.4

22 Dec 15:32
Compare
Choose a tag to compare

4.3.4 (5/JAN/2023)

  • Supports Brightcove Player 6.66.8 version
  • Fixes the issue in reporting Conviva pre-defined Content metadata using "convivatags"

v4.3.3

28 Oct 05:21
3e8b77e
Compare
Choose a tag to compare

4.3.3 (28/OCT/2021)

  • Supports Brightcove Player 6.66.4 version(30/SEP/2022)
  • Supports Brightcove Player 6.65.3 version(21/JUN/2022)
  • Fixes the issue of the console errors when the player is disposed before the playback is started
  • Fixes the issue of Ad Session's isLive being auto collected as VOD for LIVE contents
  • Fixes the issue of missing checks for the getVideoPlaybackQuality when there is no tech or tech doesn't support it

v4.3.2

24 Jun 06:14
507f046
Compare
Choose a tag to compare

4.3.2 (28/JUN/2021)

  • Supported Ad Experience for Brightcove Google IMA Plugin 3.8.0 version. (Core SDK 4.2.6 and above)

v4.2.2

27 Apr 10:53
507f046
Compare
Choose a tag to compare

4.2.2 (27/APR/2021)

  • Supports Brightcove Player 6.51.2 version
  • Enhances the support for the application to provide accurate information for the following metadata from Brightcove Studio:
    • duration: auto detects based on the value available in mediainfo set while uploading media or player.duration()
    • isLive: auto detects based on the value available in custom_fields "isLive" or mediainfo set while uploading media or options "isLive" or player.duration()
    • defaultReportingResource: auto detects based on the availability of field "defaultReportingResource" in custom_fields or options
    • encodedFramerate: auto detects based on the availability of field "encodedFramerate" in custom_fields or options
    • Refer to https://conviva.developerprogram.org/site/one-sensor/sensors/web_brightcove/index_one_sensor.gsp#common-tags for more details
  • Enhances bitrate reporting logic to report current playing segment bitrate instead of downloading segment for non Safari Browsers
  • Enhances the “has_ads_error” custom tag auto detection by registering for adtimeout and handling ima3-log error events in all scenarios
  • Introduces auto detection of new custom tags href pulled from window.location.href to identify the hostname of playback initiated
  • Introduces auto collection of Screen Resolution of the display (Core SDK 4.0.18 and above)
  • Introduces auto collection of Dropped Frames during playback (Core SDK 4.0.18 and above)
  • Fixes the issue of inflated Play Attempts, VSF and EBVS by modifying the logic of Conviva monitoring to start on play, playing, loadstart, error events and end on loadstart, ended, abort, ads-all-pods-completed events