You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The URL above is a media playlist. When loaded with loadSource, it is assumed that it is a multi-variant playlist, after which one of the variants ("levels") must be loaded immediately. In this case they are the same.
I tested with the hls.js version built for the #6855 ticket, the behaviour is the same.
If I understand correctly, the duplicate request is something normal in the case of the playlist we use. If that's correct, I think you can close this ticket.
What version of Hls.js are you using?
v1.5.17
What browser (including version) are you using?
Edge 130 64 bits
What OS (including version) are you using?
Windows 11
Test stream
https://1600654994.rsc.cdn77.org/streaming-rtmp/ubicasttv/ovh_ubicasttv_d47167f23a35894c5e89c40f835431_720.m3u8
Configuration
Additional player setup steps
No response
Checklist
Steps to reproduce
Expected behaviour
The first request to get the m3u8 is not made twice.
What actually happened?
The first request to get the m3u8 is made twice.
The problem also occurs with:
We discovered this problem because we have a mechanism that blocks simultaneous duplicate requests on our site.
Screenshot of the network console:
Console output
Chrome media internals output
No response
The text was updated successfully, but these errors were encountered: