Skip to content

Releases: shaka-project/shaka-streamer

v1.3.0

22 Jul 17:29
41638fc

Choose a tag to compare

1.3.0 (2025-07-22)

Features

  • Add configuration option for "hls_key_uri" (#239) (28033ec)

v1.2.2

21 Jan 07:07
9b5411d

Choose a tag to compare

1.2.2 (2025-01-21)

Bug Fixes

v1.2.1

17 Jan 22:22
2ac5a0a

Choose a tag to compare

1.2.1 (2025-01-17)

Bug Fixes

  • Add missing dependency on typing_extensions (#231) (cd49911)

Documentation

v1.2.0

15 Jan 17:39
3bac3d1

Choose a tag to compare

1.2.0 (2025-01-15)

Features

Performance Improvements

  • Use a process pool to improve cloud upload performance (#227) (f542acd)

v1.1.1

12 Nov 19:07
8b23051

Choose a tag to compare

1.1.1 (2024-11-12)

Bug Fixes

  • docs: Improve READMEs and pypi docs for binaries (#214) (4dd6fa4)

v1.1.0

12 Nov 05:31
cf7571c

Choose a tag to compare

1.1.0 (2024-11-12)

Features

v1.0.2

11 Nov 05:30
6fc9386

Choose a tag to compare

1.0.2 (2024-11-11)

Bug Fixes

v1.0.1

06 Nov 17:28
6e304ac

Choose a tag to compare

1.0.1 (2024-11-06)

Bug Fixes

  • binaries: Bring PyPi package size under the limit (#192) (3de6706)

v1.0.0

06 Nov 16:38
b196c19

Choose a tag to compare

1.0.0 (2024-11-06)

⚠ BREAKING CHANGES

  • Bump minimum Python version to 3.9 (#171)

Features

  • Add OPUS mp4 support (#143) (2f38022)
  • Add support for FLAC codec (#187) (2edfefe)
  • Always use HLS session keys to improve player startup performance (#181) (dc56dee)
  • Bump minimum Python version to 3.9 (#171) (6b4b761)
  • cloud: Add cloud delete support (#164) (aa1f4e7)
  • cloud: Upload through HTTP proxy node (#103) (20c2704), closes #47
  • Expand binary platforms and hardware encoding (#161) (0c4b529)
  • Use modern Dolby signaling instead of duplicate representations (#182) (db55cc6)

Bug Fixes

Documentation

Shaka Streamer v0.5.0

01 Oct 20:43

Choose a tag to compare

0.5.0 (2021-10-01)

  • Command-line argument style changed (dashes instead of underscores)
  • Multi period support for DASH
    (#43)
    (#78)
    (#91)
  • Multi period support for HLS
    (#43)
    (#83)
    (#91)
  • LL-DASH support
    (#88)
  • Require Python 3.6+
  • Require Shaka Packager v2.6+
  • New shaka-streamer-binaries package for binary dependencies;
    add argument --use-system-binaries to use your system-installed deps instead
    (#60)
    (#87)
    (#92)
  • Fix framerate detection for mixed-framerate content
    (#90)
    (#93)
  • Fix cloud upload errors for S3
    (#67)
  • Report clear error if an input track does not exist
    (#89)
    (#94)
  • Fix orphaned subprocesses using CTRL-C
    (#46)
    (#96)
  • Add webcam and microphone support on Windows
    (#95)