Skip to content

Dynamic delay system for OBS Studio used mainly for streamers who want to change between 0 seconds delay and an among of delay to play competitive games without being stream sniped.

Notifications You must be signed in to change notification settings

carloshdezbueno/Dynamic-Delay-OBS-Studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic-Delay-OBS-Studio

Dynamic delay system for OBS Studio mainly aimed for streamers who want to change between 0 seconds delay and an among of delay to play competitive games without being stream sniped.

WIP

How to deploy

Here you will find the steps to get a functional project for testing, free use or improvement.

How to setup python enviroment

  1. Install last version of Python 3
  2. Install setuptools pip3 install setuptools
  3. Install requeriments with python3 setup.py install

At this point, you will have all the required modules installed.

How to setup OBS Studio

  1. Install OBS Studio.
  2. Install OBS websocket.
  3. Open OBS Studio and create two profiles. Make reference to which one is for recording and which one is for streaming.
  4. Create two shortcut of OBS Studio in your desktop.
  5. Enter properties of each shortcut and configure like this:
    5.1. Add in the source field of one shortcut --multi --profile "recordingOBS".
    5.2. Add in the source field of the other shortcut"--multi --profile "streamingOBS".
    (Change the name next to --profile with the name of each profiles created in step 3)
  6. Open both shortcut. You will have two instances of OBS Studio running with different profiles. You might have an error caused by OBS Websockets, thought it doesnt matter.
  7. Go to Tolls->WebSocket Server settings in both obs and change the server port of each to the desired ones. Notice that you can't have the same port in both OBS Studio.
  8. Configure the OBS Studio as you need for your stream and add two more scenes. One is for adding Delay and the other one for removing the delay. Remember the name of those scenes.

About

Dynamic delay system for OBS Studio used mainly for streamers who want to change between 0 seconds delay and an among of delay to play competitive games without being stream sniped.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages