|
3 | 3 | {
|
4 | 4 | "title": "Known Issues",
|
5 | 5 | "items": [
|
6 |
| - "MultiPeriod content fails and will be fixed in 2.1", |
7 |
| - "Intermittent live stream failure with Media Decode Errors", |
| 6 | + "Live Multiperiod is failing.", |
| 7 | + "Seeking Multiperiod test stream on FireFox for Windows is not failing. Since 1.5.1", |
8 | 8 | "Streams using high profile codecs may not play properly.",
|
9 | 9 | "Only streams with segmentAlignment='true' will work with abr."
|
10 | 10 | ]
|
11 | 11 | },
|
| 12 | + { |
| 13 | + "title": "Release Notes v2.1.0", |
| 14 | + "items": [ |
| 15 | + "#1048 Refactor Loader Classes into LoaderBase Code Refactor" |
| 16 | + ,"#992 Add support for segmented WebVTT subtitles" |
| 17 | + ,"#571 Support for the <baseURL> tag Feature Enhancment" |
| 18 | + ,"#1089 Live stream delay under Firefox ignores setLiveDelayFragmentCount value Bug" |
| 19 | + ,"#900 setMaxAllowedBitrateFor can take a long time/never apply if not done before startup Bug Investigate" |
| 20 | + ,"#866 btoa and atob declarations break native browser implementations for other libraries Bug Pri-Critical" |
| 21 | + ,"#841 Wrong index returned for AbrController.getQualityForBitrate Bug Pri-Critical" |
| 22 | + ,"#1314 [Updated] Always use computeLiveDelay to get bound logic. ATSC logic for postponement needs to be updated" |
| 23 | + ,"#1298 IE only: Ended doesn't seem to fire Bug Investigate" |
| 24 | + ,"#1290 Glitches since 2.0.0 Bug Pri-Critical" |
| 25 | + ,"#1275 Non 0 PST for SegmentTimeline VOD will fail Bug" |
| 26 | + ,"#1261 No seeked events when seek to unbeffered position on pause Feature Request question" |
| 27 | + ,"#1257 MediaPlayerEvents.BUFFER_EMPTY not triggering Bug Investigate" |
| 28 | + ,"#1243 Nightly build no longer works Automation" |
| 29 | + ,"#1219 Remove Console.log and use internal log Debug.js class. Code Refactor Pri-High" |
| 30 | + ,"#1218 Seek back to 0 may cause stream failure Bug Pri-High" |
| 31 | + ,"#1217 s fragment arg is failing. Bug Pri-High" |
| 32 | + ,"#1212 Presentation duration is shown as 00:00:00 Bug Investigate" |
| 33 | + ,"#1207 Remove complexity of calling rulecontroller for scheduling. Code Refactor" |
| 34 | + ,"#1203 validate loop in schedule controller never stops if scheduleWhilePaused is true Bug" |
| 35 | + ,"#1198 Firefox stops after 2 minutes of play" |
| 36 | + ,"#1174 Player hangs in MSEdge Investigate" |
| 37 | + ,"#1172 MediaPlayer#setTextTrack() call resumes player when paused Bug" |
| 38 | + ,"#1166 Dash 2.0 sometimes fails to replay Bug Investigate" |
| 39 | + ,"#1164 Subtitles requiring .attachTTMLRenderingDiv(TTMLRenderingDiv) fail in Firefox" |
| 40 | + ,"#1154 Remove getVideoModel and add API for the two calls that should be public Code Refactor" |
| 41 | + ,"#1153 resetAndIntializePlayback method not robust after a failed playback Bug" |
| 42 | + ,"#1141 [RC2_v2.0.0] Inconsistent behavior with SegmentTimeline live stream Bug" |
| 43 | + ,"#1130 Cannot read property 'pause' of null (playbackController) Bug" |
| 44 | + ,"#1100 Updates for ATSC-DASH type of content (2nd)" |
| 45 | + ,"#1331 Prevent low values attempting to use representation -1" |
| 46 | + ,"#1316 Adding new live delay sample" |
| 47 | + ] |
| 48 | + }, |
12 | 49 | {
|
13 | 50 | "title": "Release Notes v2.0.0",
|
14 | 51 | "items": [
|
|
0 commit comments