Giter Site home page Giter Site logo

Comments (5)

nishekh-e-r avatar nishekh-e-r commented on May 27, 2024

@hostbbb Thank you for your valuable feedback,

To resolve the error, follow these steps:

  • Look for the container mentioned in the error message. It should be identified by a unique container ID.
  • Execute the command docker stop <containerId> to stop the container. Replace <containerId> with the actual container ID from the error message.
  • Once the container is stopped, execute the command docker rm <containerId> to remove the container from your system.
  • Confirm that the container has been successfully removed by running the command docker ps -a and checking that the specific container ID no longer appears in the list.

Remember: Before ending the meeting or closing the meeting tab, ensure that you have stopped any ongoing streaming activities.

By following these steps, you should be able to resolve the error and clean up the container causing the issue.

from bigbluebutton-streaming.

hostbbb avatar hostbbb commented on May 27, 2024

image

thanks, the docker ps -a found it. looks like the container exited and could not see with just docker ps

So its working now, but notice this first test... chrome cant play audio, needs permission. will stop and try again. let me know if logs are needed to debug why

from bigbluebutton-streaming.

hostbbb avatar hostbbb commented on May 27, 2024

ubuntu@play:~/bigbluebutton-streaming$ git log
commit d1e3fa8 (HEAD -> master, origin/master, origin/HEAD)
Merge: 41c6e83 2c90546

so second meeting does same thing. not getting audio permission... i reinstalled this morning, and got latest.

from bigbluebutton-streaming.

hostbbb avatar hostbbb commented on May 27, 2024

var options = {
headless: false,
args: [
'--disable-infobars',
'--autoplay-policy=no-user-gesture-required',
'--no-sandbox',
'--shm-size=2gb',
'--disable-dev-shm-usage',
--window-size=${width},${height},
'--app=https://www.google.com/',
'--start-fullscreen',

],

}
this fixed the autoplay for me... assume puppeteer using newer chromium... firefox has required this for some time.

from bigbluebutton-streaming.

nishekh-e-r avatar nishekh-e-r commented on May 27, 2024

@hostbbb Thanks for testing and sharing your feedback on BigBlueButton Streaming. I'm glad to hear that the autoplay issue has been resolved with these Puppeteer options. It's always helpful to identify and address such issues to ensure a smooth user experience. If you encounter any other problems or have more feedback, feel free to let us know. Happy streaming!

from bigbluebutton-streaming.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.