Skip to content

Commit

Permalink
Upgrade ffmpeg and Cuda in transcoder.
Browse files Browse the repository at this point in the history
  • Loading branch information
shamamayair committed Nov 1, 2023
1 parent 740ca4e commit 52190a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transcoder/Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#docker run --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -it -v ~/dev/live/transcoder:/tmp -p 6543:6543 kaltura/live-transcoder
#gdb --args ./transcoder -f /tmp/config2.json

ARG CUDA_VERSION="12.2.0-devel-ubuntu20.04"
ARG CUDA_VERSION="11.1.1-devel"

ARG PYTHON_VERSION=3.8

Expand All @@ -13,7 +13,7 @@ WORKDIR /build
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub && apt-get update && apt-get install -y sudo git build-essential gdbserver vim yasm cmake libtool autogen dh-autoreconf libbz2-dev libc6 libc6-dev unzip wget libnuma1 libnuma-dev frei0r-plugins-dev libgnutls28-dev libass-dev libmp3lame-dev libopencore-amrnb-dev libopencore-amrwb-dev libopus-dev librtmp-dev libsoxr-dev libspeex-dev libtheora-dev libvo-amrwbenc-dev libvorbis-dev libvpx-dev libwebp-dev libx264-dev libx265-dev libxvidcore-dev gdb

ARG FFMPEG_VERSION="n5.0"
ARG NVIDIA_CODEC_HEADERS_VERSION="n12.0.16.0"
ARG NVIDIA_CODEC_HEADERS_VERSION="n9.0.18.4"
ARG PYTHON_VERSION

RUN git clone --branch ${NVIDIA_CODEC_HEADERS_VERSION} https://github.com/FFmpeg/nv-codec-headers.git
Expand Down

0 comments on commit 52190a5

Please sign in to comment.