Does anyone know if I can change the m3u8 file dynamically at runtime?
The scenario is as follows: let's say I have several .ts files ready to play in sequence, for example 1.ts, 2.ts, 3.ts, etc.
Now at runtime I want to change the order to 1.ts, 3.ts, and only then 2.ts.
Is it possible?
Thanks,
orrko source share