cncb-gh

Results 16 comments of cncb-gh

Unfortunately, this didn't work for me either. The only thing that works is removing the whole Metadata class with remove-node. Thanks for your help.

Somehow even though it builds successfully, several interfaces and classes are missing in the output. I think I tracked it down to the "Player" interface never being generated. I get...

I turned on "Diagnostic" build output and unfortunately don't see anything that tells what is wrong with the interface. Just the one warning for BasePlayer about the invalid interface and...

I traced it back to me removing the Metadata class to avoid the 'void?' token error. I have tried both your suggestion as well as `true` but it always generates...

`` worked but that uncovered a number of other errors including several runtime Java.Lang.AbstractMethodError exceptions. These seem to mostly have come from a deprecated interface? I'm sure there is a...

> The issue, is the extension isn't aware that unofficial ffmpeg versions can decode AC-4 so unofficial ExoPlayer builds also need to update FFmpegLibrary.java > > ``` > case MimeTypes.AUDIO_AC4:...