file decoding works

This commit is contained in:
Rhys Tumelty
2026-08-23 21:50:09 +01:00
parent 27693a8fbf
commit dacbb2e043
11 changed files with 371 additions and 148 deletions

View File

@@ -2,4 +2,4 @@ extends Node
func _ready() -> void:
$UDPVideoStream.begin("localhost:1000")
$FileVideoStream.begin("res://badapple.mov")