Plugin Author
Winlin
(@winlinvip)
We also use mpegts.js to play the HTTP-FLV stream, so need more information to reproduce the issue.
Plugin Author
Winlin
(@winlinvip)
Autoplay with muted audio is consistently permitted. Autoplay with sound is permitted under specific conditions. This is due to the browser’s security policy, which can be found at https://developer.chrome.com/blog/autoplay/
Plugin Author
Winlin
(@winlinvip)
HTTP-FLV is demuxed and feed to MSE then rendered by HTML video tag, so it works well on all platform except iPhone, please see https://caniuse.com/?search=MSE
If want to support all platforms, and for iPhone, you can use HLS, which is larger latency than HTTP-FLV.