in this file: /includes/class-wpstream-player.php

on line 296 (at least for live stream types of videos) there needs to be added playsinline=”true” to the video component for inline playing functionality to be available on mobile devices. We saw that in the code, there is a div somewhere above the video which has this property but it will not work there as it needs to be associated directly with the video element. This should work on ios10+ and most recent version of android as well.

That would be the modification which will need to be done for videos to work inline. Made the modification directly now for Reptilestream so that it will work but let us know if/when you update the plugin next as we will have to do this update again on the new plugin if it’s not in the next version.