0

Audio in from microphone to browser

Hello,

I'd like to have a mic that sends audio into the Brightsign, and then into the html browser for activation. Similar to this: https://docs.mapbox.com/mapbox-gl-js/example/dancing-buildings/ - but using a usb headset for the mic does not bring up the approval dialog like on my computer. But I am not sure if I have to enable something on the presentation to enable audio in or it is some other problem.

Thank you for the help.

1 comment

  • 0
    Avatar
    John Warren

    Hello,

    To enable the microphone, you must add a "Permissions" entry in your BrightAuthor:next settings (or autorun.brs) to explicitly allow "Audio Capture" for the HTML5 widget EZPassME login

    Additionally, ensure your USB device is supported by the BrightSign OS version and use the navigator.mediaDevices.getUserMedia API within your JavaScript to initialize the stream.

Please sign in to leave a comment.