We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2595ce commit e1673cdCopy full SHA for e1673cd
lib/player.js
@@ -8724,6 +8724,7 @@ shaka.Player = class extends shaka.util.FakeEventTarget {
8724
(error.code == shaka.util.Error.Code.VIDEO_ERROR ||
8725
error.code == shaka.util.Error.Code.MEDIA_SOURCE_OPERATION_FAILED ||
8726
error.code == shaka.util.Error.Code.MEDIA_SOURCE_OPERATION_THREW ||
8727
+ error.code == shaka.util.Error.Code.STREAMING_NOT_ALLOWED ||
8728
error.code == shaka.util.Error.Code.TRANSMUXING_FAILED)) {
8729
if (shaka.util.Platform.isApple() &&
8730
error.code == shaka.util.Error.Code.VIDEO_ERROR) {
0 commit comments