dotfiles/.dotfiles/docs/chromium.md

21 lines
367 B
Markdown
Raw Permalink Normal View History

2021-01-03 18:54:10 +00:00
# Chromium
## Enable media casting
Just enable this flag and restart the browser:
```
chrome://flags/#load-media-router-component-extension
```
2021-01-15 09:04:06 +00:00
## Enable hardware acceleration
Enable this flag.
If not available, the VA-API packages must be required though I didn't have to
install anything to enable it.
```
chrome://flags/#enable-accelerated-video-decode
```