Video Streaming in Godot through URL

Godot Version

Godot 4.3-stable

Question

Hey Everyone! I'm trying to get information on whether its possible to implement video playback through a URL stream in Godot. Has anyone come across this? Particularly, I'm looking for support for DASH or other adaptive bitrate streaming protocols. I know the built-in video player only supports local playback of .ogv files. Any insight is appreciated!

just bumping this real quick

Seems there is a FFmpeg GDExtension on github. Have you tried this? I figure any codec you want to use will require a GDExtension to operate within Godot.