sfan5
sfan5
A workaround for this I can think of is to "just" add some padding to the `userdata` for VoxelManips, e.g. round it up to 256 bytes. This will waste a...
FYI: I'm still not decided that I want to add more scripting-related stuff because right not there isn't even a good way to insert scripts into mpv-android.
I don't know how you created your log, but it is very incomplete. Can't say anything like this.
As we can see in the log here: 05-10 18:49:06.577 13605 13640 V mpv : [ffmpeg/video:error] hevc_mediacodec: Failed to dequeue output buffer (status=-542398533) 05-10 18:49:06.577 13605 13640 V mpv :...
You don't even need to copy the same code into mpv. If ffmpeg has a protocol, mpv can easily make use of it. Then if you convince the scripting code...
Did you change the mbedtls version to 3.6.0 by chance? Because I found that upgrading to 3.6.0 would make all TLS connections fail with this exact error, but maybe it's...
and did you test TLSv1.3 with mbedtls 3.5.2?
also relevant: https://mbed-tls.readthedocs.io/en/latest/kb/development/debugging-tls/
> What do you think about openssl btw? Compiling it in makes ffmpeg unredistributable (`--enable-nonfree`), it's also quite big. > I don't really know how to enable debug logging, just...
seems to be this https://github.com/Mbed-TLS/mbedtls/issues/8401 ffmpeg is not calling `psa_crypto_init`