Skip to content

Releases: FastPix/web-video-data-core-sdk

v1.0.5

15 Sep 07:04
Compare
Choose a tag to compare

Added support for accepting user-provided player_software_name and player_software_version via user-passable data.

v1.0.4

11 Aug 10:15
Compare
Choose a tag to compare
  • Added request_url to capture each video chunk URL in hls and dash players.
  • Implemented strict checks for document and window objects to ensure execution only in browser environments.
  • Fixed bug where destroyHlsMonitoring could throw a runtime error.
  • Updated UUID generation method to work seamlessly across both web and mobile applications.

v1.0.3

13 May 07:03
Compare
Choose a tag to compare

Updated package.json to include additional keywords related to video analytics, HLS, and DASH players.

v1.0.2

09 May 11:03
Compare
Choose a tag to compare
  • Added support for DASH.js video player monitoring
  • Enhanced analytics collection for DASH streams
  • Improved error tracking for DASH.js players

v1.0.1

07 Apr 10:48
Compare
Choose a tag to compare
  • Resolved proper cleanup of HLS streams upon the viewComplete event.

  • Enhanced stream handling logic: when a new player instance is initialized while another is in progress, the SDK now correctly destroys the previous player’s data monitoring and seamlessly switches to capture analytics for the incoming player.

v1.0.0

21 Feb 07:37
Compare
Choose a tag to compare

Initial release of the video data core sdk