mirror of
https://github.com/linuxserver/docker-baseimage-selkies.git
synced 2026-02-19 16:16:33 +08:00
closes #123, closes #122, closes #118, bump selkies and pixelflux, fix stream switching from and to cpu mode, fix res clamping to max out at 4096, increase GOP length vaapi
This commit is contained in:
parent
f3d56a337a
commit
dfde6eb8d0
@ -16,7 +16,7 @@ RUN \
|
||||
https://github.com/selkies-project/selkies.git \
|
||||
/src && \
|
||||
cd /src && \
|
||||
git checkout -f 3ff61d3cc017e8492630bf0db2449bc556e20f2e
|
||||
git checkout -f 0b649144b958c38aa33ba8d76befe4d4bcb14e76
|
||||
|
||||
RUN \
|
||||
echo "**** build shared core library ****" && \
|
||||
@ -192,10 +192,11 @@ RUN \
|
||||
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
|
||||
curl -o \
|
||||
/tmp/selkies.tar.gz -L \
|
||||
"https://github.com/selkies-project/selkies/archive/3ff61d3cc017e8492630bf0db2449bc556e20f2e.tar.gz" && \
|
||||
"https://github.com/selkies-project/selkies/archive/0b649144b958c38aa33ba8d76befe4d4bcb14e76.tar.gz" && \
|
||||
cd /tmp && \
|
||||
tar xf selkies.tar.gz && \
|
||||
cd selkies-* && \
|
||||
sed -i '/"av>/d' pyproject.toml && \
|
||||
sed -i '/cryptography/d' pyproject.toml && \
|
||||
python3 \
|
||||
-m venv \
|
||||
|
||||
@ -16,7 +16,7 @@ RUN \
|
||||
https://github.com/selkies-project/selkies.git \
|
||||
/src && \
|
||||
cd /src && \
|
||||
git checkout -f 3ff61d3cc017e8492630bf0db2449bc556e20f2e
|
||||
git checkout -f 0b649144b958c38aa33ba8d76befe4d4bcb14e76
|
||||
|
||||
RUN \
|
||||
echo "**** build shared core library ****" && \
|
||||
@ -190,10 +190,11 @@ RUN \
|
||||
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
|
||||
curl -o \
|
||||
/tmp/selkies.tar.gz -L \
|
||||
"https://github.com/selkies-project/selkies/archive/3ff61d3cc017e8492630bf0db2449bc556e20f2e.tar.gz" && \
|
||||
"https://github.com/selkies-project/selkies/archive/0b649144b958c38aa33ba8d76befe4d4bcb14e76.tar.gz" && \
|
||||
cd /tmp && \
|
||||
tar xf selkies.tar.gz && \
|
||||
cd selkies-* && \
|
||||
sed -i '/"av>/d' pyproject.toml && \
|
||||
sed -i '/cryptography/d' pyproject.toml && \
|
||||
python3 \
|
||||
-m venv \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user