Releases: shaka-project/shaka-streamer
Releases · shaka-project/shaka-streamer
v1.3.0
v1.2.2
v1.2.1
v1.2.0
v1.1.1
v1.1.0
1.1.0 (2024-11-12)
Features
v1.0.2
v1.0.1
v1.0.0
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
- cloud: Avoid rate limit issues on live streams (#162) (1231502)
- cloud: Fix write failures from Packager (#167) (791e39f)
- cloud: Quiet the HTTP server log (#163) (4170d21)
- cloud: Retry on all failures (#165) (7bb46d4)
- Fix frame-rate and resolution auto-detection edge case (#129) (f42188e), closes #127
- Fix framerate autodetection edge case (#128) (aacabdc), closes #127
- Fix typing of log_request (#166) (c38d7e9)
- HLS: Fix audio grouping by codec (#185) (7f07eec)
- only use the first line of ffprobe's output (#120) (4d7d077), closes #119
Documentation
Shaka Streamer v0.5.0
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)