ascn image: enable audiowmark hls support, run tests

parent 4279d674
......@@ -24,6 +24,10 @@ RUN apt-get install -y \
madplay \
lame \
ffmpeg \
libavcodec-dev \
libavformat-dev \
libavutil-dev \
libswresample-dev \
mpg123 \
vorbis-tools \
faac \
......@@ -31,8 +35,8 @@ RUN apt-get install -y \
RUN git clone https://code.uplex.de/stefan/audiowmark.git && \
cd audiowmark && \
./autogen.sh && \
make && make install && \
./autogen.sh --with-ffmpeg && \
make -j5 && make -j5 check && make install && \
cd .. && rm -rf audiowmark
RUN git clone https://code.uplex.de/misc/elbestream.git && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment