SenexCrenshaw / StreamMaster

MIT License
159 stars 20 forks source link

FIX use correct binary architecture for ffmpeg/ffprobe on arm64 #227

Closed tam1m closed 1 month ago

tam1m commented 2 months ago

Description

Wrong binaries are used for arm64 in Dockerfile. base

https://github.com/SenexCrenshaw/StreamMaster/blob/5a2704bd52d6449ba418c50a8e5e5711ba2cc1d3/Dockerfile.base#L21

This PR changes the curl command to download the correct ffpmeg archive for arm64.

Please delete options that are not relevant.

Checklist

SenexCrenshaw commented 1 month ago

Cherry picked in latest. Thanks