-
Good evening! I am trying to capture audio from the Web page rendered in an instance of a headless Chromium browser (using CefSharp.OffScreen to run it). The Web page plays audio automatically once opened. The browser is configured to allow it. I am using an instance of The absence of the Does CefSharp.OffScreen support audio handlers? If no, what is the reason that it does not? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Tye OffScreen implementation starts as being muted by default. Call https://github.com/cefsharp/CefSharp/blob/cefsharp/98/CefSharp.OffScreen/CefSettings.cs#L29 to enable audio. |
Beta Was this translation helpful? Give feedback.
Tye OffScreen implementation starts as being muted by default. Call https://github.com/cefsharp/CefSharp/blob/cefsharp/98/CefSharp.OffScreen/CefSettings.cs#L29 to enable audio.