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
Hello,
I see that v0.4.0.7 added hls.flushBuffer() and exposed hls object in flashlsOSMF. Should it then be possible to call this directly from JavaScript when using the Grind player from your examples? Or will it require some proxying in Flash to expose that?
Great HLS player by the way!
/Øyvind
The text was updated successfully, but these errors were encountered:
there are now 3 ways of performing level switching
instant level switch (flush the whole buffer, change level, and seek to current position to force an immediate switch)
smooth level switch (flush next buffered fragment, change level, and fetch next fragment @ new quality level)
bw conservative level switch (change level ... next fetched fragment will use new level)
if your intention was to tweak this level switch behavior, best would be to add a new level switch option for players, either instant/smooth/conservative
Yes the intention was to speed up level switching (some users were confused that the requested quality was not being set, if they had a lot of data buffered already I assume). So it would be great to get a level switch option for players :)
but GrindPlayer seems to force a seek in some level switching case ... because of this, the behaviour is not really better. I won't have time to dig into it, but if anybody volunteers to understand the GrindPlayer logic this would be great
Hello,
I see that v0.4.0.7 added hls.flushBuffer() and exposed hls object in flashlsOSMF. Should it then be possible to call this directly from JavaScript when using the Grind player from your examples? Or will it require some proxying in Flash to expose that?
Great HLS player by the way!
/Øyvind
The text was updated successfully, but these errors were encountered: