Add codec
A few sites to reoproduce video give issue with codecs
Final image
FROM jlesage/baseimage-gui:ubuntu-22.04-v4
ENV APP_NAME="Tor Browser"
ENV show_output=1
ARG DEBIAN_FRONTEND="noninteractive"
RUN apt-get update
&& apt-get install -y --no-install-recommends
file
libdbus-glib-1-2
libgtk-3-0
libx11-xcb1
libxt6
libasound2
gstreamer1.0-libav
gstreamer1.0-plugins-bad
gstreamer1.0-plugins-good
gstreamer1.0-plugins-ugly
gstreamer1.0-alsa
gstreamer1.0-pulseaudio
ffmpeg
&& rm -rf /var/lib/apt/lists/*
COPY --from=builder /app /app COPY --from=builder /opt/noVNC/app/images/icons/* /opt/noVNC/app/images/icons/ COPY --from=builder /opt/noVNC/index.html /opt/noVNC/index.html
COPY browser-cfg /browser-cfg COPY startapp.sh /startapp.sh
EXPOSE 5800 EXPOSE 5900
Hi @zerorendan thanks for reporting. Can you please give us an example site that has issues so we can reproduce and test on our end?
I have found that if you install vlc, it installs everything necessary to play video. You can then do a few tweaks to get the audio working (see https://github.com/DomiStyle/docker-tor-browser/tree/vlc/run )