Skip to content

Commit

Permalink
Merge pull request video-dev#2388 from AndreasCag/patch-1
Browse files Browse the repository at this point in the history
Fix typo in API.md
  • Loading branch information
michaelcunningham19 committed Oct 7, 2019
2 parents fff952e + 2448d72 commit 6557166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Expand Up @@ -1331,7 +1331,7 @@ Full list of errors is described below:
- `Hls.ErrorDetails.BUFFER_SEEK_OVER_HOLE` - raised after hls.js seeks over a buffer hole to unstuck the playback,
- data: { type : `MEDIA_ERROR`, details : `Hls.ErrorDetails.BUFFER_SEEK_OVER_HOLE`, fatal : `false`, hole : hole duration }
- `Hls.ErrorDetails.BUFFER_NUDGE_ON_STALL` - raised when playback is stuck although currentTime is in a buffered area
- data: { type : `MEDIA_ERROR`, details : `Hls.ErrorDetails.BUFFER_STALLED_ERROR`, fatal : `true` }
- data: { type : `MEDIA_ERROR`, details : `Hls.ErrorDetails.BUFFER_NUDGE_ON_STALL`, fatal : `true` }

### Mux Errors

Expand Down

0 comments on commit 6557166

Please sign in to comment.