Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joreg authored Sep 20, 2023
1 parent 3bc2a54 commit f52bf8d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ and/or
nuget install VL.CEF.Skia

## Troubleshooting
If you don't see any output, 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:
### 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:

- vvvv: Quad menu -> Manage NuGets -> Show Installed
- Navigate to VL.CEF.x.y.z\renderer and Shift+Rightclick "VL.CEF.Renderer.exe" -> Copy as Path
- Windows Graphics Settings: System -> Display -> Graphics (as explained here: [assigning GPU preference to a program](https://www.ghacks.net/2021/10/29/how-to-assign-graphics-performance-preferences-to-windows-11-programs/))
- Add an app -> Browser: Here you paste the path you copied to the clipboard earlier
- Locate the added entry and under options choose the same as vvvv.exe has assigned. Most likely "High Performance"

### Videos not playing
This is probably because by default CEF is not including proprietary audio and video codecs! For details, see [here](https://support.google.com/webdesigner/answer/10043691?hl=en). 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 [[email protected]](mailto:[email protected]).

0 comments on commit f52bf8d

Please sign in to comment.