Block a user
simple_streamer (latest)
Published 2025-11-18 17:17:08 +03:00 by woopwoop
Installation
docker pull git.woopwoopserver.com/woopwoop/simple_streamer:latestsha256:2903eb95a6accd18aad587fa165663c4eb1404cfbcb48b85aeaa3d3a6fadc269Image Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1763337600' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates python3.13-venv python3-pip curl pkg-config libssl-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio unzip && rm -rf /var/lib/apt/lists/* && curl -fsSL https://deno.land/install.sh | sh # buildkit |
| RUN /bin/sh -c python3.13 -m venv /opt/venv # buildkit |
| ENV PATH=/opt/venv/bin:/root/.deno/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| RUN /bin/sh -c python3 -m pip install -U --pre "yt-dlp[default,curl-cffi]" # buildkit |
| COPY /usr/src/app/target/release/simple_streamer /usr/local/bin/simple_streamer # buildkit |
| ENTRYPOINT ["/usr/local/bin/simple_streamer"] |