We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Scenario: When you are playing an alternative audio playlist in flash, and the available bandwidth is lower than the lowest bitrate, audio chunks will get downloaded faster than video chunks and pushed to (_hls.stream as HLSNetStream).appendTags(tags). This leads to meet the minbuffer length (click here to see the code snippet) condition and force the video to play mode even though enough video frames are not available.
Steps to reproduce:
Open this link in chrome browser http://www.flashls.org/latest/examples/chromeless/?src=http%3A%2F%2Fsample.vodobox.com%2Fplanete_interdite%2Fplanete_interdite_alternate.m3u8
Manually throttle the network to 500kbps in chrome network options.
seek to non-buffered timeline position and observe the above described issue.
Any direction here will be very helpful. @mangui @jlacivita @kfeinUI @neilrackett
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Scenario:
When you are playing an alternative audio playlist in flash, and the available bandwidth is lower than the lowest bitrate, audio chunks will get downloaded faster than video chunks and pushed to (_hls.stream as HLSNetStream).appendTags(tags). This leads to meet the minbuffer length (click here to see the code snippet) condition and force the video to play mode even though enough video frames are not available.
Steps to reproduce:
Open this link in chrome browser
http://www.flashls.org/latest/examples/chromeless/?src=http%3A%2F%2Fsample.vodobox.com%2Fplanete_interdite%2Fplanete_interdite_alternate.m3u8
Manually throttle the network to 500kbps in chrome network options.
seek to non-buffered timeline position and observe the above described issue.
Any direction here will be very helpful.
@mangui @jlacivita @kfeinUI @neilrackett
The text was updated successfully, but these errors were encountered: