[HTML5] Video streaming doesn't work on mobile

Hi,
I am testing video streaming, taking the PlayingVideo sample as a starting point: on desktop it works, while on mobile the video shows the first frame and stops.
Tomorrow I will debug it, in the meanwhile I’d like to know if someone else tested video streaming on mobile.
Thanks

Any update about video streaming on mobile?

I believe the issue is that the video starts automatically. If you change it so that it plays based on a user event (such as a tap) then I believe the sample should work properly. We need to update our sample so it is compatible for mobile as well as desktop in this way

I will give it a try and report here the result as soon as I can handle it.