Skip to content

Commit

Permalink
Use ffmpeg-for-homebridge in QSV build #736
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlt8 committed Sep 18, 2023
1 parent 82f5ee9 commit 6f7c645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Dockerfile.qsv
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ RUN pip3 install --disable-pip-version-check --prefix=/build/usr/local -r /build
RUN cd /build \
&& . app/.env \
&& mkdir -p tokens img ${QSV:+usr/lib} \
&& curl -SL https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-linux64-gpl.tar.xz \
| tar -Jxf - --strip-components=1 -C usr/local --wildcards '*ffmpeg' \
&& curl -SL https://github.com/homebridge/ffmpeg-for-homebridge/releases/latest/download/ffmpeg-alpine-x86_64.tar.gz \
| tar xzf - -C . \
&& curl -SL https://github.com/bluenviron/mediamtx/releases/download/v${MTX_TAG}/mediamtx_v${MTX_TAG}_linux_amd64.tar.gz \
| tar -xzf - -C app --wildcards 'mediamtx*' \
&& cp app/amd.lib usr/local/lib/libIOTCAPIs_ALL.so \
Expand Down

0 comments on commit 6f7c645

Please sign in to comment.