duncanleo / plex-dvr-hls

HLS server designed to work with Plex DVR
MIT License
63 stars 18 forks source link

build(docker): Use stock Alpine image #31

Closed duncanleo closed 5 months ago

duncanleo commented 5 months ago

Purpose

This PR replaces the base of the Docker image with stock Alpine 3.19.

Since Alpine's ffmpeg package already supports VAAPI (for linux/amd64), it can be paired with Alpine's intel-media-driver package to provide ffmpeg with VAAPI support.

For linux/arm64, only ffmpeg will be installed.