Skip to content

Commit

Permalink
wicmp: Fix inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeyerstedt committed Feb 28, 2025
1 parent 69809f1 commit 40c44eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bundlewrap/nodes/encoder2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ gateway4 = "10.73.0.254"
streaming_auth_key = "!decrypt:encrypt$gAAAAABkNAla1u8QC8xEqxSbtHs3PFLVTluTMgb7KdkPmiohsYStvBz9M7yhqKRz2rhjMHnnT_7zt3ZAVlxnseIdTCUmLb0Ov5_wiDC9rbPtci751ZUPi-I="

[metadata.voctocore.sources.cam1]
devicenumber = 1
devicenumber = 2
mode = "1080i50"

[metadata.voctocore.sources.cam2]
devicenumber = 0
devicenumber = 3
mode = "1080i50"

[metadata.voctocore.sources.slides]
devicenumber = 5
devicenumber = 1
mode = "1080p25"

[metadata.voctocore.audio.original]
Expand Down

0 comments on commit 40c44eb

Please sign in to comment.