Search found 4 matches

Go to advanced search

by eleanorsp
10 Dec 2024 15:43
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Playing audio when App is backgrounded.
Replies: 1
Views: 2786

Re: Playing audio when App is backgrounded.

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...
by eleanorsp
05 Dec 2024 18:22
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Playing audio when App is backgrounded.
Replies: 1
Views: 2786

Playing audio when App is backgrounded.

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...
by eleanorsp
10 Oct 2024 19:07
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Questions using VLCKit 4.0.0a6
Replies: 2
Views: 4807

Re: Questions using VLCKit 4.0.0a6

Thanks, I feared that was the case. I didn't appreciate how much pre-alpha I was playing with. :-)
by eleanorsp
01 Oct 2024 16:21
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Questions using VLCKit 4.0.0a6
Replies: 2
Views: 4807

Questions using VLCKit 4.0.0a6

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...

Go to advanced search