Anish Bhobe
Anish Bhobe
### Background Info: Working on adding GDExtension support for Video playback. One part of the `VideoStream` is `Ref VideoStream::instance_playback()` For the `VideoStreamExtension` class this is implemented as ```cpp Ref VideoStreamExtension::instance_playback()...
Adds VideoStreamExtension and relevant resource loaders to handle external GDNative plugins. There are known bugs in godot-cpp w.r.t. reference counting in Ref (https://github.com/godotengine/godot-cpp/issues/652) However, from godot's side this should work...
Videos of larger resolution run out of packets and don't play. Need to increase the buffer length and send decoding must be able to support more than 1 packet per...