streamroot / videojs-hlsjs-plugin

hls.js Source Handler for video.js 5
http://www.streamroot.io
MIT License
155 stars 80 forks source link

Autoplay Problem on android #114

Open campones opened 1 year ago

campones commented 1 year ago

Hello

I have been using your plugin since 2015! What I like a lot for example is the video starts after downloading only 1 segment.

But I noticed for some reasons on android, on some of my live streams, the spinner spins but the videos doesn't start if you don't click the screen. When you tap the screen, videos starts immediately because it was loaded already but it keep spinning and not autoplay. It does it only on some of my streams, no idea why.
Been using a debugger and there is no js errors at all .

Today I tried the http-streaming plugin for videojs and I m not facing this issue. But they require 2 segments downloads to start the streams

Any ideas? thanks