OSC for OBS v2.6.2
Setup and OSC Commands
v2.6.2 Bug Fix/New Feature
- Fixed bundled error if "undefinded"
- Added
/activeScene [scene-name]
- This OSC response is sent when the transition is initiated
- Added `/activeSceneCompleted [scene-name]
- This OSC response is sent when the transition is completed
v2.6.1 Update:
-
Bundled OSC is now Supported! Thanks to MylesBorins from node-osc!
-
Updated TouchOSC and QLab files
-
Added
/sendCC
command- Send the text as embedded CEA-608 caption data
-
TouchOSC Feedback OSC:
- When Streaming
- Returns
/streaming 1
when stream starts and/streaming 0
when ends
- Returns
- When Transition is Triggered
- Returns
/transitionType [type]
and/transitionDuration [int]
- Returns
- Source Visibility Feedback
- Returns
/[scene_name]/[source_name]/visible 1
when on and/[scene_name]/[source_name]/visible 0
when off
- Returns
- Media Feedback
- When a media is Played in OBS the following OSC is sent /[source]/mediaPlay 1, /[source]/mediaPause 0, and /[source]/mediaStop 0
- When a media is Paused in OBS the following OSC is sent /[source]/mediaPause 1, /[source]/mediaPlay 0, and /[source]/mediaStop 0
- When a media is Stopped in OBS the following OSC is sent /[source]/mediaStop 1, /[source]/mediaPause 0, and /[source]/mediaPlay 0
- When Streaming