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

support ie8 #10

Merged
merged 2 commits into from Feb 7, 2017
Merged

support ie8 #10

merged 2 commits into from Feb 7, 2017

Conversation

mjneil
Copy link
Contributor

@mjneil mjneil commented Feb 7, 2017

addresses #9

level.bitrate = representation.bandwidth;
level.enabled_ = representation.enabled;

return level;
Copy link
Member

Choose a reason for hiding this comment

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

just doing this makes the get syntax below work fine?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Turns out no. I had my IE emulation settings wrong when testing the behavior

Copy link
Member

Choose a reason for hiding this comment

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

IE emulation settings? Make sure to test in IE8 directly. compatibility modes in newer IEs aren't sufficient.

@forbesjo forbesjo self-assigned this Feb 7, 2017
@forbesjo
Copy link
Contributor

forbesjo commented Feb 7, 2017

Looks good to me

@mjneil mjneil merged commit b6d0a10 into videojs:master Feb 7, 2017
@mjneil mjneil mentioned this pull request Feb 7, 2017
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