Stream: Difference between revisions

From ETM
Jump to navigation Jump to search
(Created page with "* Test recording + broadcasting simultaneously * Add ahk hotkeys for scene switching * Advanced Scene switcher probably not usable when streaming * Check noise gate / suppress...")
 
No edit summary
Line 1: Line 1:
* Test recording + broadcasting simultaneously
*Test recording + broadcasting simultaneously
* Add ahk hotkeys for scene switching
*Add ahk hotkeys for scene switching
* Advanced Scene switcher probably not usable when streaming
*Advanced Scene switcher probably not usable when streaming
* Check noise gate / suppression on stream init
*Check noise gate / suppression on stream init
* Calculate recording sizes per hour of stream for backups
*Calculate recording sizes per hour of stream for backups
* Test dsrl secondary cam setup with Cam Link
*Test dsrl secondary cam setup with Cam Link
* Test follower highlighting shit / attention game
*Test follower highlighting shit / attention game
 
 
Obs Hotkey fixing:<syntaxhighlight lang="json">
                {
                    "alt": true,
                    "control": true,
                    "key": "OBS_KEY_Q",
                    "shift": true
                }
</syntaxhighlight>

Revision as of 08:39, 4 April 2020

  • Test recording + broadcasting simultaneously
  • Add ahk hotkeys for scene switching
  • Advanced Scene switcher probably not usable when streaming
  • Check noise gate / suppression on stream init
  • Calculate recording sizes per hour of stream for backups
  • Test dsrl secondary cam setup with Cam Link
  • Test follower highlighting shit / attention game


Obs Hotkey fixing:

                {
                    "alt": true,
                    "control": true,
                    "key": "OBS_KEY_Q",
                    "shift": true
                }