FastPix Data SDK now supports Kaltura Player

Back to Changelog
JUN 28, 2026
NewImprovementVideo Data

The FastPix Data SDK now supports Kaltura Player (Android), with automatic performance tracking and coroutine-based heartbeat events.

What’s new:

  • New Kaltura Player integration: automatically tracks video performance (play, pause, buffering, seek, completion) with custom metadata support (video_id, video_title, video_series, video_language, and more), player metadata, configurable logging and beacon URL, and lifecycle-safe cleanup. Switching videos starts a fresh tracking session seamlessly.

  • Background pulse heartbeats: a periodic pulse mechanism (10-second interval) tracks active playback sessions, with refined scheduling across play, buffering, and seek transitions so heartbeats are not duplicated (for example on rendition changes) or dropped when playback resumes after a seek.

  • Sturdier lifecycle handling: SDK initialization moved to the FastPixAnalytics singleton, with a null-guard on release() and proper final-position reporting on teardown.

  • Updated Core SDK: bundles FastPix Core 1.3.1 (through v1.0.4).