aau-zid / BigBlueButton-liveStreaming

Streams a given BBB Meeting to an RTMP Server.
GNU General Public License v3.0
200 stars 159 forks source link

Working repo #172

Open CommitSithLord opened 9 months ago

CommitSithLord commented 9 months ago

Hey all, anyone got updated repo for this? I am trying to run this but it does not work

while building the image I am getting- ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y gnupg wget curl unzip --no-install-recommends && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && echo \"deb http://dl.google.com/linux/chrome/deb/ stable main\" >> /etc/apt/sources.list.d/google.list && apt-get update -y && apt-get install -y google-chrome-stable && CHROMEVER=$(google-chrome --product-version | grep -o \"[^\\.]*\\.[^\\.]*\\.[^\\.]*\") && DRIVERVER=$(curl -s \"https://chromedriver.storage.googleapis.com/LATEST_RELEASE_$CHROMEVER\") && wget -q --continue \"http://chromedriver.storage.googleapis.com/$DRIVERVER/chromedriver_linux64.zip\" && unzip chromedriver* && pwd && ls" did not complete successfully: exit code: 8

any idea?