Page 1 of 1

Picture in Picture on iOS?

Posted: 10 Aug 2018 20:14
by vinivendra
Hey guys, I was using the iOS app on iPad and noticed it doesn’t seem to support picture in picture mode (maybe I didn’t find it?)
Are there any plans to implement this feature? Is it just that no one got around to doing it yet, or is there a more serious issue going on?

Re: Picture in Picture on iOS?

Posted: 13 Aug 2018 10:59
by bubu?
Hi,

It's definitely something we would like to integrate in the app.

Thanks for the report!

Re: Picture in Picture on iOS?

Posted: 19 Aug 2018 01:31
by bluebanzai
Where can I go to donate specifically for this feature request?

Re: Picture in Picture on iOS?

Posted: 15 Sep 2018 02:03
by tmppallino
Hi,

It's definitely something we would like to integrate in the app.

Thanks for the report!
I found this from the Apple developer page: https://developer.apple.com/documentati ... tom_player

Isn't the AVkit what you need to implement the PiP in your custom player? Hope so. :)

Re: Picture in Picture on iOS?

Posted: 20 Sep 2018 16:35
by fkuehne
AVKit does only enable PiP for video supported by it. So this would work for a very small subset of files only, but not everything VLC supports let alone network streams.

Re: Picture in Picture on iOS?

Posted: 21 Sep 2018 04:04
by retrojunkie
Where can I go to donate specifically for this feature request?
You cannot donate for any specific features (or feature requests). You can donate to the VLC project in general and the organization will make sure that it's used in the right way for further development of VLC on all platforms. So ultimately, donating makes sure, VLC developers continue the great work they do and if this feature is on the roadmap, it will eventually land in a future release.

https://www.videolan.org/contribute.html

Re: Picture in Picture on iOS?

Posted: 05 Apr 2020 18:54
by robchisholm
Any news on pic in pic mode in IOS for the VLC please ?
Now 2020
Regards Rob

Re: Picture in Picture on iOS?

Posted: 09 Apr 2020 13:59
by fkuehne
No, Apple did not change their mind in the meantime :(

Re: Picture in Picture on iOS?

Posted: 11 Apr 2020 03:46
by jasmino
Infuse has PiP and uses VLC technology to play videos. How can they do it?

Re: Picture in Picture on iOS?

Posted: 29 Mar 2022 18:55
by cbns
Infuse has PiP and uses VLC technology to play videos. How can they do it?

Exactly. I can share to infuse and then pip play through that, albeit sans controls except for pause. But works fine.
Please implement!!

Re: Picture in Picture on iOS?

Posted: 29 Mar 2022 21:59
by PlasmaUK
Infuse has PiP and uses VLC technology to play videos. How can they do it?

Exactly. I can share to infuse and then pip play through that, albeit sans controls except for pause. But works fine.
Please implement!!
I am reasonably sure that Infuse has it's own video engine and does not use VLC to play videos.
I too however am interested in PIP control from VLC especially from VLCKit for iOS.

Re: Picture in Picture on iOS?

Posted: 31 Mar 2022 16:40
by cbns
Infuse has PiP and uses VLC technology to play videos. How can they do it?

Exactly. I can share to infuse and then pip play through that, albeit sans controls except for pause. But works fine.
Please implement!!
I am reasonably sure that Infuse has it's own video engine and does not use VLC to play videos.
I too however am interested in PIP control from VLC especially from VLCKit for iOS.
Be that as it may, wouldn't it be good to offer pip under vlc for the formats that support it, at least?

Re: Picture in Picture on iOS?

Posted: 31 Mar 2022 16:44
by fkuehne
Yes, Apple finally added an API in iOS 15 to allow this for players like VLC. Work was not started yet, but at least we can do it now.

Re: Picture in Picture on iOS?

Posted: 08 Jul 2024 17:01
by vlonk
Any update on PiP for iOS and iPadOS? Has development started on this? If so, is there a GitHub issue or branch I can track?

Re: Picture in Picture on iOS?

Posted: 09 Jul 2024 06:15
by fkuehne
You can find the ticket here: https://code.videolan.org/videolan/vlc-ios/-/issues/942 what the ticket does not show is that most of the code is ready.