Enable video recording

This commit is contained in:
butomo1989
2017-07-14 20:40:14 +02:00
parent 83baa09384
commit b6a1a57bed
7 changed files with 86 additions and 1 deletions
+7
View File
@@ -29,6 +29,11 @@ WORKDIR /root
# Numpy, For faster performance: https://github.com/novnc/websockify/issues/77
# net-tools
# Netstat
#------------------
# Video Recording
#------------------
# ffmpeg
# Video recorder
#==================
RUN apt-get -qqy update && apt-get -qqy install --no-install-recommends \
xterm \
@@ -39,6 +44,7 @@ RUN apt-get -qqy update && apt-get -qqy install --no-install-recommends \
menu \
python-numpy \
net-tools \
ffmpeg \
&& rm -rf /var/lib/apt/lists/*
#=======
@@ -100,6 +106,7 @@ ENV DISPLAY=:0 \
LOCAL_PORT=5900 \
TARGET_PORT=6080 \
TIMEOUT=1 \
VIDEO_PATH=/tmp/video \
LOG_PATH=/var/log/supervisor
#===============
+7
View File
@@ -30,6 +30,11 @@ WORKDIR /root
# net-tools
# Netstat
#------------------
# Video Recording
#------------------
# ffmpeg
# Video recorder
#------------------
# KVM Package
# for emulator x86
# https://help.ubuntu.com/community/KVM/Installation
@@ -48,6 +53,7 @@ RUN apt-get -qqy update && apt-get -qqy install --no-install-recommends \
menu \
python-numpy \
net-tools \
ffmpeg \
qemu-kvm \
libvirt-bin \
ubuntu-vm-builder \
@@ -113,6 +119,7 @@ ENV DISPLAY=:0 \
LOCAL_PORT=5900 \
TARGET_PORT=6080 \
TIMEOUT=1 \
VIDEO_PATH=/tmp/video \
LOG_PATH=/var/log/supervisor
#===============
+7
View File
@@ -29,6 +29,11 @@ WORKDIR /root
# Numpy, For faster performance: https://github.com/novnc/websockify/issues/77
# net-tools
# Netstat
#------------------
# Video Recording
#------------------
# ffmpeg
# Video recorder
#==================
RUN apt-get -qqy update && apt-get -qqy install --no-install-recommends \
xterm \
@@ -39,6 +44,7 @@ RUN apt-get -qqy update && apt-get -qqy install --no-install-recommends \
menu \
python-numpy \
net-tools \
ffmpeg \
&& rm -rf /var/lib/apt/lists/*
#=======
@@ -77,6 +83,7 @@ ENV DISPLAY=:0 \
LOCAL_PORT=5900 \
TARGET_PORT=6080 \
TIMEOUT=1 \
VIDEO_PATH=/tmp/video \
LOG_PATH=/var/log/supervisor
#=========================