File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
src/interactions/commands/handlers/info/topics Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ import { getBaseEmbed , InfoTopic } from '../info-helpers' ;
2+
3+ export const overlayIssues : InfoTopic = {
4+ name : 'Overlay Issues' ,
5+ message : {
6+ embeds : [
7+ getBaseEmbed ( ) . setTitle ( 'Video Issues in Overlay' ) . setDescription ( `
8+ If you're experiencing issues with videos and audio in your Firebot Overlay, follow these steps to disable Hardware Acceleration:
9+
10+ 1. In **OBS Studio** click on File.
11+ - Click on Settings.
12+ - Click on Advanced.
13+ - Scroll down to the bottom; Sources.
14+ - Disable "Enable Browser Source Hardware Acceleration"
15+ - Check results in OBS after restarting OBS.
16+
17+ If this for some reason doesn't help, you might need to check the encoding of your video-file.
18+ ` ) ,
19+ ] ,
20+ } ,
21+ } ;
You can’t perform that action at this time.
0 commit comments