This repository has no description
1#!/usr/bin/env bash
2set -euo pipefail
3
4cat <<'EOF'
5Suggested simple streaming path:
6
71. Enter the dev shell
8 devenv shell
9
102. Fetch OpenVT source
11 ./scripts/openvt-setup.sh
12
133. Build upstream dependencies
14 cd vendor/open-vt
15 ./build_dependencies.sh
16
174. Open in Godot 4.6+
18 godot4 --path .
19
205. In OBS
21 - add Window Capture for the OpenVT window
22 - preserve transparency if available
23 - add mic / TTS audio sources
24
256. Stream to stream.place
26 - use WHIP if available in your setup
27 - otherwise use the platform's supported ingest path
28
29EOF