Skip to content

Latest commit

 

History

History

stream_setup

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Stream Setup

image

ezQuake setup (config, skins, textures etc)

See qw-streambot-ezquake.

Scripts (Advanced Scene Switcher)

  • Start stream whenever stopped
  • Stop stream every 24 hours

Import advanced_scene_switcher.txt

Filters

  • Color Correction: gamma 0.4

Virtual audio device

Create a dedicated virtual audio device using PulseAudio for audio to include in the stream.

# install PulseAdio
sudo apt install pavucontrol

# create device "Stream-Sink"
pacmd load-module module-null-sink sink_name=streambot
pactl load-module module-loopback source=streambot.monitor sink=@DEFAULT_SINK@

Assign ezQuake to the Stream Sink using PulseAudio. image