I am streaming mp4 files using this script https://stackoverflow.com/a/24076523/1066234 - It works actually for all devices that I have tested.
One of my users contacted me that he gets on Mac:
The media could not be loaded, either the server or network failed or because the format is not supported
So I tested the streaming on Mac myself and it works. Besides direct embedding we also tried a js video player but nothing helped.
In the end the user told me that his internet connection is slow. So my basic question is:
Can a slow Internet connection break PHP pseudo streaming? Or is it something else in the code?
.
PS: I am not sure if this question should be posted on stackoverflow I also thought of serverfault. If an admin can decide, please move the question appropriately.