Release Notes
Fixed
- Fix startup bug for some docker installations
v0.1.2-alpha Release Notes
Added
- Include more cuda (nvidia) filters in docker image
- Enable deinterlacing with nvidia using new
yadif_cuda
filter - Add two HLS Segmenter settings: idle timeout and work-ahead limit
HLS Segmenter Idle Timeout
- the number of seconds to keep transcoding a channel while no requests have been received from any client- This setting must be greater than or equal to 30 (seconds)
Work-Ahead HLS Segmenter Limit
- the number of segmenters (channels) that will work-ahead simultaneously (if multiple channels are being watched)- "working ahead" means transcoding at full speed, which can take a lot of resources
- This setting must be greater than or equal to 0
- Add more watermark locations ("middle" of each side)
- Add
VAAPI Device
setting to ffmpeg profile to support installations with multiple video cards - Add experimental
RadeonSI
option forVAAPI Driver
and include mesa drivers in vaapi docker image
Changed
- Upgrade ffmpeg from 4.3 to 4.4 in all docker images
- Upgrading from 4.3 to 4.4 is recommended for all installations
- Move
VAAPI Driver
from settings page to ffmpeg profile to support installations with multiple video cards
Fixed
- Fix some transcoding edge cases with nvidia and pixel format
yuv420p10le