Hi. I have made a python scipt with a webserver that contains small mp4 movies. I can play them with a normal browser but also with an app with the webviewer component. Just by using the path like http://192.168.1.201:8888?play=name.mp4
When I do this with firefox the python script shows only 1 get event, but with the app on my smartphone it always shows 4 get events directly after each other (all at the start of playing). It shows the movie without problems but I'm just curious what can cause this.
Thanks,
David