Skip to content

Commit 2597a0f

Browse files
Update configs to match current hardware
1 parent 043b66f commit 2597a0f

2 files changed

Lines changed: 21 additions & 29 deletions

File tree

bundlewrap/nodes/encoder28.toml

Lines changed: 16 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ room_name = "LoTHR"
2222
[metadata.interfaces.eth0]
2323
ips = [
2424
"10.73.28.3/16",
25-
"192.168.69.202/24",
25+
# "192.168.69.202/24", # realraum
26+
"192.168.0.209/23", # testing
2627
]
27-
gateway4 = "192.168.69.254"
28+
29+
# gateway4 = "192.168.69.254" # realraum
30+
gateway4 = "192.168.0.1" # testing
2831

2932
[metadata.voctocore]
3033
streaming_auth_key = "!decrypt:encrypt$gAAAAABo1XfkhnE3utcKFqchfqfY6YMMJAaJoL-X43HvlJQG3XC4SUJTKqKtgfa2EY6AVABaaF0oCVBMdTt9lPhOf2k1hjzTLtt0zXpjB9bvKzsa3WzYgqE="
@@ -34,46 +37,32 @@ vaapi = true
3437
mirror_view = false
3538
enable_sbs_presets_for_multi_camera = false
3639

37-
[metadata.voctocore.sources.slides]
40+
# INFO FOR CAMERA
41+
# Ensure the camera outputs 1080p
42+
# Sony: Menu -> Setup -> External Output -> HDMI Output Settings -> Resolution -> 1080p
43+
44+
[metadata.voctocore.sources.cam1]
3845
kind = "v4l2"
39-
device = "/dev/v4l/by-id/usb-Elgato_Game_Capture_HD60_S+_0004EE8273000-video-index0"
46+
device= "/dev/v4l/by-id/usb-MACROSILICON_UGREEN_15389_20230204-video-index0"
4047
width = "1920"
4148
height = "1080"
42-
framerate = "25/1"
49+
framerate = "30/1"
4350
format = "YUY2"
4451

4552
[metadata.voctocore.audio.original]
4653
streams = "0+1"
4754
input = "audio"
4855

49-
### custom hardware
50-
51-
## xro capture card
52-
#[metadata.voctocore.sources.audio]
53-
#kind = "alsa"
54-
#device = "hw:CARD=Capture,DEV=0"
55-
56-
#[metadata.voctocore.sources.cam1]
57-
#kind = "v4l2"
58-
#device= "/dev/v4l/by-id/usb-USB3.0_HD_Audio_Capture_USB3.0_HD_Video_Capture_HU123450-video-index0"
59-
#width = "1920"
60-
#height = "1080"
61-
#framerate = "30/1"
62-
#type = "image/jpeg"
63-
64-
65-
## ugreen capture card
6656
[metadata.voctocore.sources.audio]
6757
kind = "alsa"
6858
device = "hw:CARD=U15389,DEV=0"
6959

70-
7160
# BEFORE YOU TOUCH THIS BECAUSE VOCTOCORE DOESNT START, CHECK IF THE EXTRON OUTPUTS 1080p25!!!
7261

73-
[metadata.voctocore.sources.cam1]
62+
[metadata.voctocore.sources.slides]
7463
kind = "v4l2"
75-
device= "/dev/v4l/by-id/usb-MACROSILICON_UGREEN_15389_20230204-video-index0"
64+
device = "/dev/v4l/by-id/usb-Elgato_Game_Capture_HD60_S+_0004EE8273000-video-index0"
7665
width = "1920"
7766
height = "1080"
78-
framerate = "30/1"
79-
format = "YUY2"
67+
framerate = "25/1" # THIS MUST MATCH THE EXTRON OUTPUT
68+
format = "YUY2"

bundlewrap/nodes/mixer28.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ nameservers = ["1.1.1.1"]
1010
[metadata.interfaces.eth0]
1111
ips = [
1212
"10.73.28.1/16",
13-
"192.168.69.201/24",
13+
# "192.168.69.201/24", # realraum
14+
"192.168.0.208/23", # testing
1415
]
15-
gateway4 = "192.168.69.254"
16+
17+
#gateway4 = "192.168.69.254" # realraum
18+
gateway4 = "192.168.0.1" # testing
1619

1720
[metadata.voctogui]
1821
high_dpi = false

0 commit comments

Comments
 (0)