mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-22 09:54:54 -05:00
The network tab allows you to open a web-socket or connect to web-socket to synchronize the active scene between two or more instances of OBS. The functionality is mostly based on https://github.com/Palakis/obs-websocket. An OBS instance running a server will send its currently active scene to all connected clients on scene change. By default all scene switches will trigger a message to be sent to all clients, but you also have the option to limit sending these messages only when an automated scene change is triggered by the advanced scene switcher.
7 lines
197 B
Plaintext
7 lines
197 B
Plaintext
[submodule "deps/asio"]
|
|
path = deps/asio
|
|
url = https://github.com/chriskohlhoff/asio.git
|
|
[submodule "deps/websocketpp"]
|
|
path = deps/websocketpp
|
|
url = https://github.com/zaphoyd/websocketpp.git
|