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

update videojs-vtt.js to 0.12.3 #4223

Merged
merged 2 commits into from
Mar 24, 2017
Merged

Conversation

mjneil
Copy link
Contributor

@mjneil mjneil commented Mar 22, 2017

No description provided.

@@ -551,7 +551,7 @@ class Tech extends Component {
// passed in
const script = document.createElement('script');

script.src = this.options_['vtt.js'] || 'https://cdn.rawgit.com/gkatsev/vtt.js/vjs-v0.12.1/dist/vtt.min.js';
script.src = this.options_['vtt.js'] || 'https://cdn.rawgit.com/gkatsev/vtt.js/vjs-v0.12.3/dist/vtt.min.js';
Copy link
Member

Choose a reason for hiding this comment

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

this file doesn't exist anymore since it isn't check in to github.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

What should this be updated to so the right file is loaded if options isn't passed in?

Copy link
Member

Choose a reason for hiding this comment

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

Looking into getting it published to the CDN.
Also, I realized that we probably want to update vttjs to get rid of browser.js and only use browser-index.js.

@mjneil mjneil force-pushed the update/vtt.js-0.12.3 branch from 504b1bf to 6d3960e Compare March 24, 2017 18:00
@gkatsev gkatsev merged commit ad770fb into videojs:5.x Mar 24, 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.

2 participants