We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FROM ubuntu:18.04 RUN apt-get update && apt-get install -y \ curl \ gnupg \ build-essential \ gcc \ g++ \ make \ git \ ffmpeg \ tar \ tree \ python3 \ && curl -fsSL https://deb.nodesource.com/setup_14.x | bash - && \ apt-get install -y nodejs \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ && npm install -g [email protected] ADD https://download.agora.io/ardsdk/release/Agora_Recording_SDK_for_Linux_v2_3_4_FULL.tar.gz /tmp/ RUN tar -xzf /tmp/Agora_Recording_SDK_for_Linux_v2_3_4_FULL.tar.gz -C /tmp/ && \ rm /tmp/Agora_Recording_SDK_for_Linux_v2_3_4_FULL.tar.gz RUN git clone --branch dev/nodejs14 https://github.com/AgoraIO/Basic-Recording.git /tmp/Basic-Recording RUN mv /tmp/Agora_Recording_SDK_for_Linux_FULL /tmp/Basic-Recording/On-Premise-Recording-Nodejs/record/src/sdk RUN cd /tmp/Basic-Recording/On-Premise-Recording-Nodejs/record && ./build_debug.sh
The text was updated successfully, but these errors were encountered:
For those it might help, I developed an alternative solution based on the initial concept using Agora's resources. You can find the project here: https://github.com/lkaopremier/agora-on-premise-recording.
Sorry, something went wrong.
No branches or pull requests
My Dockerfile
Log error
The text was updated successfully, but these errors were encountered: