How to instantly swap 2 videos on low-end mobile?

I will look into this soon.

Yes. Do note that streaming is very bare bones and you have to do a lot of work yourself loading more bytes into the buffer from somewhere.

Ok good to know thanks. I’ll have to study this streaming feature. What should I read in order to understand and setup server video streaming with this mpeg player? Does video streaming work with poki platform?

You should make sure to have an understanding of HTTP streaming, ie where chunks of video are streamed over an open HTTP connection. There are other streaming protocols too, but HTTP streaming is fairly simple to understand in comparison.

Ok thanks. I’ll study the code while considering this chunks approach.