11# VLX ChatBridge User Profile
22chatbridge_USER: "chatbridge"
33chatbridge_DIR: "/opt/VLX_ChatBridge"
4+ database:
5+ path: "/opt/VLX_ChatBridge/var/chatbridge.db"
46
5- # Independent modules:
6- # - chatflow
7- # - audiobridge
8- # - server (webserver)
9- # - streaming
10- # - audio_source
11- #
12- # Dependant modules:
13- # - discord -> audiobridge
14- # - twitch -> chatflow
15- # - youtube -> chatflow
16- # - overlay -> chatflow
177modules:
188 chatflow_enabled: no
199 audiobridge_enabled: no
20- server_enabled: yes
10+ server_enabled: no
2111 streaming_enabled: no
2212 audio_source_enabled: no
2313
14+ # Modules dependency:
15+ # - discord -> audiobridge
16+ # - twitch -> chatflow
17+ # - youtube -> chatflow
18+ # - overlay -> chatflow
19+
2420server:
2521 base_url: "https://your.ngrok.io"
2622 path_prefix: "/asortofkey"
@@ -33,9 +29,6 @@ server:
3329 test_port: "8001"
3430 overlay_volume: 70 # Master volume for overlays (0-100%)
3531
36- database:
37- path: "/opt/VLX_ChatBridge/var/chatbridge.db"
38-
3932# Recommended to use 2 different accounts, or at least 2 difrerent tokens
4033# You can create token with https://twitchtokengenerator.com/
4134twitch:
@@ -58,10 +51,8 @@ youtube: # Leave empty to disable YouTube module
5851 channel_ids:
5952 - "<channel id>"
6053
61- # Enables Overlays creations and reproduction routes:
62- # html -> audio+video overlay via "server" module
63- # discord -> audio sent via discord module (reproduced in voice channel)
64- # streaming -> audio sent via streaming module (SRT)
54+ # Enables Overlays creations and reproduction routes: # html -> audio+video overlay via "server" module
55+ # discord -> audio sent via discord module (to voice channel) # streaming -> audio sent via streaming module (SRT)
6556overlay:
6657 enable: yes
6758 emotes: # emotes_overlay.html
@@ -92,8 +83,8 @@ discord:
9283 - "<discord user id>"
9384
9485streaming:
86+ enable: yes
9587 # SRT Destination (e.g., MediaMTX) # mode=caller to enable "us" as media sender
96- # <channel> is placeholder for overlay_<name>, audio_source, discord_streaming
9788 destination_url: "srt://127.0.0.1:8890?streamid=publish:ChatBridge/<channel>:<srt user>:<srt pass>&mode=caller&pkt_size=1316"
9889 bitrate: "128k" # Audio output Bitrate for FFmpeg
9990 volume: 75 # 0-100, in percentage
0 commit comments