fix scheduling precision error (#1451)

* fix scheduling precision error

* update dependencies
This commit is contained in:
Jason Dove
2023-09-27 06:07:48 -05:00
committed by GitHub
parent 547db5fb51
commit b008fcfd85
5 changed files with 14 additions and 4 deletions
+3
View File
@@ -13,6 +13,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- The goal is to fill the canvas by over-scaling and cropping, instead of minimally scaling and padding
- Include `inputstream.ffmpegdirect` properties in channels.m3u when requested by Kodi
### Fixed
- Fix playout bug that caused some schedule items with fixed start times to be pushed to the next day
### Changed
- Upgrade ffmpeg to 6.1, which is now *required* for all installs
- Use new ffmpeg throttling method to minimize cpu/gpu use without impacting audio normalization