diff --git a/lib/util/platform.js b/lib/util/platform.js index bd28fe38f2..0f06c7ec92 100644 --- a/lib/util/platform.js +++ b/lib/util/platform.js @@ -629,7 +629,7 @@ shaka.util.Platform = class { * * Some devices are known not to support `MediaSource.changeType` * well. These devices should use the reload strategy. If a device - * reports that it supports `changeType` but support it reliabley + * reports that it supports `changeType` but support it unreliably * it should be added to this list. * * @return {boolean} @@ -638,7 +638,8 @@ shaka.util.Platform = class { const Platform = shaka.util.Platform; if (Platform.isTizen2() || Platform.isTizen3() || Platform.isTizen4() || Platform.isTizen5() || Platform.isTizen6() || Platform.isWebOS3() || - Platform.isWebOS4() || Platform.isWebOS5()) { + Platform.isWebOS4() || Platform.isWebOS5() || Platform.isPS4() || + Platform.isPS5()) { return false; } // Older chromecasts without GoogleTV seem to not support SMOOTH properly.