tried (and failed) to get a white rectangle placeholder drawing, also streaming btw

This commit is contained in:
Rhys Tumelty
2026-08-24 16:18:39 +01:00
parent dacbb2e043
commit 97ff779911
17 changed files with 163 additions and 23 deletions

View File

@@ -2,4 +2,5 @@ extends Node
func _ready() -> void:
$FileVideoStream.begin("res://badapple.mov")
#$GDVAPIVideoStream.begin("udp://0.0.0.0:5000")
pass