Skip to content

add sample in readme using webrtc-player whep-video #232

add sample in readme using webrtc-player whep-video

add sample in readme using webrtc-player whep-video #232

Triggered via push June 8, 2024 16:42
Status Failure
Total duration 16m 42s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates wget git python3 python3-pkg-resources g++ autoconf automake libtool xz-utils libpulse-dev libasound2-dev libgtk-3-dev libxtst-dev libssl-dev librtmp-dev cmake make pkg-config p7zip-full sudo \t&& useradd -m -s /bin/bash $USERNAME \t&& echo $USERNAME ALL=\\(root\\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME \t&& chmod 0440 /etc/sudoers.d/$USERNAME \t&& git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git /depot_tools \t&& mkdir /webrtc \t&& cd /webrtc \t&& fetch --no-history --nohooks webrtc \t&& sed -i -e \"s|'src/resources'],|'src/resources'],'condition':'rtc_include_tests==true',|\" src/DEPS \t&& gclient sync \t&& cd /webrtc-streamer \t&& cmake . && make \t&& cpack \t&& mkdir /app && tar xvzf webrtc-streamer*.tar.gz --strip=1 -C /app/ && rm webrtc-streamer*.tar.gz \t&& rm -rf /webrtc/src/out \t&& apt-get clean && rm -rf /var/lib/apt/lists/" did not complete successfully: exit code: 2
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: azure/login@v1, docker/login-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.