iOS MobileVLCKit "VLCMediaPlayerStateError" Never Called
Attempt to initialize vlc sdk( 3.3.15 version) on ios with a bogus URL (any url where its 404). The "VLCMediaPlayerStateError" is never called. However On Android SDK, the "VLCMediaPlayerStateError" is called
It appears Buffering and Stopped get called.
Heres a sample iOS repo to quickly test -> https://github.com/GeorgeKyrylenko1998/VLCSample! ... Make sure to update podfile to use 3.3.15
Edited by Mitch Ross