Skip to content

Releases: FastPix/fastpix-android-player

v1.0.9

23 Apr 08:40

Choose a tag to compare

  • DRM Support (Widevine): SDK-level DRM abstraction for protected content playback

    • Added DrmConfig data class for configuring DRM without exposing Media3 internals
    • Added DrmManager internal manager that builds Media3 DrmConfiguration from SDK config
    • Added drmConfig property in FastPixMediaItemBuilder to enable DRM on a per-media-item basis
    • DRM license URL is auto-constructed from playbackId, playbackToken, and streamType — no manual URL assembly required
    • Widevine UUID and multi-session enabled by default
  • Video Quality Switching: Manual and automatic video quality (rendition) selection

    • Added VideoTrack data model exposing id, width, height, bitrate, label, isSelected, and isAuto
    • Added getVideoQualities() to retrieve available video renditions sorted by resolution
    • Added getCurrentVideoQuality() to get the currently active rendition
    • Added setVideoQuality(trackId: String) to lock playback to a specific quality
    • Added enableAutoQuality() to re-enable adaptive bitrate (ABR) selection
    • Quality switches are deferred during seek operations and applied on seek completion
    • Video track discovery integrated into TrackManager alongside existing audio/subtitle track management

v1.0.8

15 Apr 09:29

Choose a tag to compare

  • Bumped media3-data version from 1.2.4 to 1.2.5

v1.0.7

26 Mar 12:16

Choose a tag to compare

Updates:

  • Bumped media3 version from 1.2.3 to 1.2.4
  • Updated library version to 1.0.7 in README.md, build.gradle.kts, and FastPixPlayerLibraryInfo.kt
  • Added AnalyticsConfig and VideoDataDetails integration in MainActivity
  • Refactored and cleaned up code in MainActivity.kt

v1.0.6

24 Mar 11:02

Choose a tag to compare

[1.0.6] - 2026

Fix

  • Crash Fix on Seek Preview Config

v1.0.5

23 Mar 06:47
7083192

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/FastPix/fastpix-android-player/commits/v1.0.5