Releases: FastPix/web-video-data-core-sdk
Releases · FastPix/web-video-data-core-sdk
v1.0.5
v1.0.4
- Added
request_url
to capture each video chunk URL in hls and dash players. - Implemented strict checks for
document
andwindow
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
Updated package.json to include additional keywords related to video analytics, HLS, and DASH players.
v1.0.2
- Added support for DASH.js video player monitoring
- Enhanced analytics collection for DASH streams
- Improved error tracking for DASH.js players
v1.0.1
-
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
Initial release of the video data core sdk