Changelog

FastPix Data SDK now supports Bitmovin Player

Back to Changelog
JUN 28, 2026
NewImprovementVideo Data

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

What’s new:

  • New Bitmovin Player integration: automatically tracks playback analytics for Bitmovin Player 3.0 and later (play, pause, seeking, buffering, quality changes, errors), with state-transition validation, player-info collection, error reporting, and resource lifecycle management.

  • Coroutine-based pulse heartbeats: periodic pulse events track active playback and are scheduled or cancelled based on player state (playing, buffering, seeking), backed by the FastPixAnalytics initialization flow.

  • Smarter pulse scheduling during transitions: pulses are scheduled during active states (viewBegin, play, buffering) instead of being cancelled, stay active when playback resumes after a seek, and are no longer redundantly toggled on variantChanged, seeking, playerReady, or buffered.

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