add hls hybrid mode (#252)

* fix serving channels.m3u with missing content ratings

* add hls hybrid mode
This commit is contained in:
Jason Dove
2021-06-10 20:42:58 -05:00
committed by GitHub
parent cdf10b0535
commit 7d852bc960
11 changed files with 37 additions and 12 deletions
+6
View File
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Added
- Add experimental `HLS Hybrid` channel mode
- Media items are transcoded using the channel's ffmpeg profile and served using HLS
### Fixed
- Fix serving channels.m3u with missing content ratings
## [0.0.44-prealpha] - 2021-06-09
### Added