How to configure HLS in version 2.x, it seems there is no related documentation.
I tried setting it up:
const hls = new HlsWithP2P({
maxBufferLength: 60,
p2p: p2pConfig,
});
But it did not take effect.
Are there any documents I might have missed? Thanks in advance.
How to configure HLS in version 2.x, it seems there is no related documentation.
I tried setting it up:
But it did not take effect.
Are there any documents I might have missed? Thanks in advance.