Home

Awesome

VL.CEF

Set of nodes to render websites in VL. Based on the excellent library CEF (Version 103.0.0) with OBS patch applied and the .NET bindings CefGlue

Try it with vvvv, the visual live-programming environment for .NET
Download: http://visualprogramming.net

Using the library

In order to use this library with VL you have to install the nuget that is available via nuget.org. For information on how to use nugets with VL, see Managing Nugets in the VL documentation. As described there you go to the commandline and then type:

nuget install VL.CEF.Stride

and/or

nuget install VL.CEF.Skia

Troubleshooting

No output at all

This is probably because your PC has multiple GPUs. In this case you'll need to manually tell the chromium process to run on the same GPU that vvvv is running on:

Videos not playing

This is probably because by default CEF is not including proprietary audio and video codecs! For details, see here and here. If you have licensing for those codecs sorted and need help compiling a build including proprietary codecs, don't hesitate to get in touch via devvvvs@vvvv.org.