K. S. Ernest (iFire) Lee
K. S. Ernest (iFire) Lee
It may be possible to use one of the ffmpeg modes to stream video. https://github.com/kidrigger/godot-videodecoder
In ffmpeg there's a filename parameter. ``` avformat_open_input(&data->format_ctx, "", NULL, NULL) ``` The api has a `""` which can be a url. I'm not sure how to extend the videodecoder_api->godot_videodecoder_file_read...
I think there's a third option treat the addon like world-godot and fork/compile. Use the last release.
we discovered that the builds are incompatible. needs a fork
Android build has never fully worked before, so it's an enhancement.
https://github.com/Phylliade/ikpy/blob/master/README.md
If people are interested, I can investigate.
As far as I know since adobe did provide specs for psd/psb ~~it's legal to reimplement https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/~~ Edited: We don't need to look at the specs if someone else did...
https://github.com/MolecularMatters/psd_sdk (from the pull request)
I could try making the original godot engine pull request work on Godot Engine master but it'll take some time and effort. So no promises or estimates of when it'll...