Files
gdvapi/project/example.gd

7 lines
93 B
GDScript

extends Node
func _ready() -> void:
#$GDVAPIVideoStream.begin("udp://0.0.0.0:5000")
pass