This project is created to resolve the analytics bug faced while embedding the Kaltura player
When we view an entry from a playerId / uiConfId which has statistics disabled, the player analytics are recorded.
- Clone this Repo
- npm install
- Create two players on KMC - One with Statistics enabled, One without statistics enabled.
- Update the configuration in
src/app/config.ts
- npm start
- Click on "View anlytics for Video" CTA - Note down the play count + player impressions count
- Click on "Play Video without Analytics"
- Play the video
- Check the analytics again
- The play count and player impression will be incremented.