SRGSSR / srgmediaplayer-apple

An advanced media player library, simple and reliable
MIT License
158 stars 33 forks source link

360° playback possible improvements #39

Closed defagos closed 5 years ago

defagos commented 6 years ago

We now support 360 video playback directly in SRG Media Player. There are still a few ideas which could be implemented:

None of those have been discussed or are mandatory, I just wanted to keep track of what could be possible if we want to go further.

vpdn commented 6 years ago

Cool, is 360 Videos already part of the current LB release? Would love to update to test out. Also would like to see whether this might interfere with our "pull down to dismiss" gesture recognizer.

defagos commented 6 years ago

Moreover, there are a few issues on iOS 9, due to issues with SKVideoNode:

These problems have been fixed with iOS 10. I mitigated the second issue since it can be quite annoying (playback is paused, but the leaks is not removed).I recommend we do not lose time fixing these issues further, though.

defagos commented 6 years ago

@vpdn This is part of the next LB release.

defagos commented 6 years ago

Note that currently:

defagos commented 5 years ago

360° has been in use in our apps for quite some time and the improvements I suggested do not seem necessary at the moment.