You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,16 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [1.0.1]
6
+
- Resolved proper cleanup of HLS streams upon the viewComplete event.
7
+
- 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.
8
+
5
9
## [1.0.0]
6
10
7
11
### Added
8
12
-**Integration with HLS**:
9
13
- Enabled video performance tracking using FastPix Data SDK, supporting HLS streams with user engagement metrics, playback quality monitoring, and real-time streaming diagnostics.
10
-
- Provides robust error management and reporting capabilities for seamless HLS video performance tracking.
14
+
- Provides robust error management and reporting capabilities for HLS video performance tracking.
11
15
- Allows customizable behavior, including options to disable cookies, respect `Do Not Track` settings, and configure advanced error tracking and automatic error handling.
12
16
- Includes support for custom metadata, enabling users to pass optional fields such as `video_id`, `video_title`, `video_duration`, and more.
13
-
- Introduced event tracking for `videoChange`and `programChange`to handle seamless metadata updates during playback transitions.
17
+
- Introduced event tracking for `videoChange` to handle metadata updates during playback transitions.
// To stop monitoring call when destroying the HLS player
77
-
//hlsPlayerInstance.fp.destroy();
77
+
//videoPlayerElement.fp.destroy();
78
78
```
79
79
80
80
After successfully completing Step 3, you can track viewer metrics in the FastPix dashboard once playback ends. Steps 4, 5, and 6 are optional and can be utilized as needed to enhance your integration.
0 commit comments