Browse Source

fix tests against gstreamer

pull/169/head
aler9 5 years ago
parent
commit
6a82c0ce3b
  1. 17
      testimages/gstreamer/Dockerfile

17
testimages/gstreamer/Dockerfile

@ -1,12 +1,11 @@
FROM amd64/alpine:3.12 FROM amd64/ubuntu:20.04
RUN apk add --no-cache \ RUN apt update && apt install -y --no-install-recommends \
gstreamer-tools \ gstreamer1.0-tools \
gst-plugins-good \ gstreamer1.0-plugins-good \
gst-plugins-bad \ gstreamer1.0-plugins-bad \
&& apk add --no-cache \ gstreamer1.0-rtsp \
-X http://dl-cdn.alpinelinux.org/alpine/edge/testing \ && rm -rf /var/lib/apt/lists/*
gst-rtsp-server
COPY emptyvideo.ts / COPY emptyvideo.ts /

Loading…
Cancel
Save