-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@chemoish add the ability to obtain current source object + current s…
…ource objects—when using `<source>` or `src()`. This is needed for source retrival for two use cases: - preroll - resolution switch (kind of) Currently there is no way of accessing the source object for any DRM specified content. Plugin access only has API methods to `currentSrc` and `currentType`. This will allow for `currentSource` and `currentSources` to return unverified source object(s). # Conflicts: # src/js/player.js # test/unit/player.js
- Loading branch information
Carey Hinoki
committed
Aug 26, 2016
1 parent
3a859f9
commit be8341d
Showing
2 changed files
with
137 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters