Skip to content
New issue

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

Make androidhls not show buffering #600

Merged
merged 1 commit into from Jul 6, 2015

Conversation

jw-kaurand
Copy link
Contributor

androidhls never updates the current time so it will always fall into the stall state. For now we will assume android hls streaming will send work well.

[Delivers #98233336]

//when androidhls is set to true, allow HLS playback on Android 4.1 and up
if (source.androidhls) {
var isAndroidNative = utils.isAndroidNative;
if (isAndroidNative(2) || isAndroidNative(3) || isAndroidNative('4.0')) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these can be cached up top, look for _isAndroid, _isSafari, etc

@robwalch robwalch force-pushed the bugfix/android-chrome-hls-buffering branch from 47ded36 to 880f4f7 Compare July 6, 2015 22:43
robwalch added a commit that referenced this pull request Jul 6, 2015
…ring

Make androidhls not show buffering [Delivers #98233336]
@robwalch robwalch merged commit c676f3f into master Jul 6, 2015
@robwalch robwalch deleted the bugfix/android-chrome-hls-buffering branch July 20, 2015 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants