-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[HTML Producer] Audio not routed to consumers #669
Comments
Yes, very important feature for HTML template producer. |
A new CEF PR has been raised, which replaces the previous one. |
Is it possible to merge that? |
@premultiply we would need a custom CEF build for that. |
I'm keeping a close eye on it. Once I have some time I intend to test it out in Caspar, but I think its a bit too late to add that into 2.2 |
Any solution for this or any advance? |
@Jgaleas7 no, it was merged:
https://bitbucket.org/chromiumembedded/cef/commits/58e1149c7127314072903d3d45b9ba8b9fd2fc92 It think that should be available in official CEF builds for Chromium 74. I'll keep an eye out for when builds become available that we can use. |
Oooooooooooooohhhhh!!!!!!! |
CEF chromium 74 is available http://opensource.spotify.com/cefbuilds/index.html |
this bug is soved with CEF 71 Current version in master????? CEF 71 Current version in master #1235 |
@Jgaleas7 No, this requires CEF74 but that version introduces other problems so isn't an option for now |
In the version 85 of CEF. I think is solved all problems. Audio route and sharing texture. |
Any news on this issue? |
CEF does not appear to support routing of audio, there is a PR to add it but it is stale and not near being merged: https://bitbucket.org/chromiumembedded/cef/pull-requests/18/adding-audio-support/diff
This means that any audio played in it gets sent to the system default soundcard, rather than any audio consumer for the channel. It also means that any audio mixer commands will have no effect.
Once CEF supports routing of audio we should update our html producer to make use of it.
The text was updated successfully, but these errors were encountered: