6 lines
79 B
GDScript
6 lines
79 B
GDScript
extends Node
|
|
|
|
|
|
func _ready() -> void:
|
|
$UDPVideoStream.begin("localhost:1000")
|