I use a PHP script to validate video requests before serving them. This script works as expected on the desktop, with Safari and Chrome. But on iOS, I get a broken play bu
If you are handling it yourself like that, then you will need to handle byte-range requests yourself as well.