Go2rtc update and MSE improvements (#4309)

* Update go2rtc to rc2

* Update MSE player

* Update mse player

* Update mse player

* Close stream when pausing
This commit is contained in:
Nicolas Mowen
2022-11-08 18:48:36 -07:00
committed by GitHub
parent 9e31873520
commit 47c1985c26
2 changed files with 31 additions and 46 deletions

View File

@@ -118,7 +118,7 @@ RUN apt-get -qq update \
ENV PATH=$PATH:/usr/lib/btbn-ffmpeg/bin
# install go2rtc
RUN wget -O go2rtc "https://github.com/AlexxIT/go2rtc/releases/download/v0.1-rc.1/go2rtc_linux_${TARGETARCH}" \
RUN wget -O go2rtc "https://github.com/AlexxIT/go2rtc/releases/download/v0.1-rc.2/go2rtc_linux_${TARGETARCH}" \
&& chmod +x go2rtc \
&& mkdir -p /usr/local/go2rtc/sbin/ \
&& mv go2rtc /usr/local/go2rtc/sbin/go2rtc