I'm working on my app using the TVVLCKit (tvOS). However I noticed several bug which are making impossible to use this framework for me. I wanted to ask you some help.
1. Aspect Ratio / Geometry Crop don't work;
2. VLCMedia delegate finished parsing media method, is never called;
3. State Opening is never called, ESAdded is probable called once on 100 times or never, state playing isn't called (buffering is called multiple time and I have to observe there if the player property "isPlaying" is true to force the state to "Playing").
I was able to find a workaround for all the issue except for the aspect ratio.
Also the documentation is not helpful at all and doesn't explain what values can be set and what they do.
I hope you can help me.
Thanks in advance.