Skip to content

Releases: shaka-project/shaka-streamer

v1.2.2

21 Jan 07:07
9b5411d
Compare
Choose a tag to compare

1.2.2 (2025-01-21)

Bug Fixes

v1.2.1

17 Jan 22:22
2ac5a0a
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

1.1.0 (2024-11-12)

Features

v1.0.2

11 Nov 05:30
6fc9386
Compare
Choose a tag to compare

1.0.2 (2024-11-11)

Bug Fixes

v1.0.1

06 Nov 17:28
6e304ac
Compare
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
Compare
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
Compare
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)

Shaka Streamer v0.4.0

26 Aug 16:49
Compare
Choose a tag to compare

0.4.0 (2021-08-26)

  • Fix shutdown of cloud upload
  • Improve the formatting of minimum version errors
  • Fix several issues with Ubuntu 16.04 and Python 3.5
  • Add --skip_deps_check to bypass version checks on dependencies
  • Increase preserved segments outside of the availability window, improving HLS
    playback in Shaka Player
  • Require Shaka Packager v2.5+
  • Add AV1 support
    (#10)
  • Drop raw_images input type
    (#25)
  • Fix duplicate transcoder outputs with multiple audio languages
  • Fix resolution autodetection boundary cases
  • Add support for extracting text streams from multiplexed inputs
    (#53)
  • Improved type-checking and type annotations
  • Fix install commands in docs
    (#56)
  • Fix various test failures and test-runner bugs
  • Fix packaging failures with long-running content
    (#64)
  • Add raw-key support
    (#21)
    (#63)
  • Add support for ac3 and ec3
    (#37)
    (#69)
  • Fix running tests from any directory
    (#49)
    (#71)
  • Add config file with Apple's HLS recommendations
    (#70)
    (#72)
  • Add support for HEVC video codec
    (#74)
  • Restrict WebM formats to DASH, omit from HLS
    (#18)
    (#80)
  • Automatic frame rate reduction
    (#77)
  • Fix missing members in docs, auto-link to types in config docs
  • Change the documentation theme
  • Set channel count as an input feature, downmix as needed
    (#38)
    (#84)
  • Add Windows support
    (#8)
    (#85)
  • Add HTTP url output support
    (#82)
  • Fix accidental live-type DASH output in VOD mode