As a follow up to this, I have got something working. AVAudioSession.interruptionNotification is a useful notification when the media is going to be interrupted. I have found if AVAudioSessionInterruptionTypeKey = .began, I still need to delete the VLCMediaPlayer instance and instantiate a new one b...
3.6.0 MobileVLCKit for iOS. iOS 18.1.1 (but I think also down to 16.1) I am using MobileVLCKit in my App everything is playing really well. I can continue to play the audio even if the App is backgrounded or the Lock Screen on the phone has activated. While the App is backgrounded most of the time V...
Hello, newbie VLC developer here. I've been using VLCKit 4.0.0a6 (which is probably my first mistake) instead of the last Carthage supported release '3.*.something'.. The main reason was to get hold of 'useful' error information/status if a stream failed to load as per the available documentation ar...