Skip to content

Commit 57f25d2

Browse files
authored
Create overlay-issues.ts
Adding instructions for how to try to fix issues with videos and audio in overlay.
1 parent caaeada commit 57f25d2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
};

0 commit comments

Comments
 (0)