Releases: FastPix/web-video-data-core-sdk
Releases · FastPix/web-video-data-core-sdk
v1.0.6
v1.0.5
Added support for accepting user-provided player_software_name and player_software_version via user-passable data.
v1.0.4
- Added
request_urlto capture each video chunk URL in hls and dash players. - Implemented strict checks for
documentandwindowobjects to ensure execution only in browser environments. - Fixed bug where
destroyHlsMonitoringcould 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