curl -i -X POST 'https://backend.vh.yandex.ru/api/v1/4291f9134c516965b1cc8f65f1fd6ec5/479b9fed3060315ca845586253541c86' --data-binary @cloud-document-2-54.mp4 -H 'Content-Type: application/octet-stream'
-H 'Authorization: OAuth fefernrjkgnerkj3453445...'
This file contains hidden or 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
| diff --git a/lib/dash/dash_parser.js b/lib/dash/dash_parser.js | |
| index 8760aa1..450798b 100644 | |
| --- a/lib/dash/dash_parser.js | |
| +++ b/lib/dash/dash_parser.js | |
| @@ -176,7 +176,8 @@ shaka.dash.DashParser.InheritanceFrame; | |
| * adaptationSet: ?shaka.dash.DashParser.InheritanceFrame, | |
| * representation: ?shaka.dash.DashParser.InheritanceFrame, | |
| * bandwidth: number, | |
| - * indexRangeWarningGiven: boolean | |
| + * indexRangeWarningGiven: boolean, |
This file contains hidden or 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
| diff --git a/lib/dash/dash_parser.js b/lib/dash/dash_parser.js | |
| index d96affe..c5d04c3 100644 | |
| --- a/lib/dash/dash_parser.js | |
| +++ b/lib/dash/dash_parser.js | |
| @@ -432,6 +432,9 @@ shaka.dash.DashParser.prototype.parseManifest_ = | |
| }.bind(this)); | |
| }; | |
| +baseUrisHolder = function(baseUris) { | |
| + this.baseUris_ = baseUris; |