Hello All,
I am working on a video player that streams locally. I have the bufferTime set to 15 seconds (Most videos are not even that long). The videos are very high quality (1080p). The problem is not that it is taking long to load, I am expecting that. The problem is that when it does finish loading the first 15 seconds, the video starts playing, but it is very jumpy. If I restart the video (video1.seek(0);), it plays very smooth right away (no load time), like it should. Has anyone else had this problem?

How do I get the video to play smooth the first time?

Thanks!!
-Jake