Godot Version
Godot 4
Question
Do you think it’d be possible to make an app using Godot?
Specifically trying to make an app that can play YT videos in background (kind of a personal challenge)
Godot 4
Do you think it’d be possible to make an app using Godot?
Specifically trying to make an app that can play YT videos in background (kind of a personal challenge)
In principle it should be doable, though there may be difficulties; see:
You might have to add support for the codecs you need; I’m reasonably certain Youtube videos aren’t Ogg Theora encoded.
For Youtube playback, you may need to understand and be able to work with their DRM scheme:
I suspect you’ll find this is a tough challenge. It might be easier at least initially to make a mobile movie player that can stream/play an Ogg Theora video off a web page, and then build from there.
Sorry for the wait. Thanks! I’ll look into it.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.