From 291abd7a5b10920aa4d1941b5cd70561e7815ea8 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 3 May 2017 00:04:15 -0400 Subject: [PATCH] update subs --- htmlvideoplayer/plugin.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htmlvideoplayer/plugin.js b/htmlvideoplayer/plugin.js index 124e0d1f..49816f5d 100644 --- a/htmlvideoplayer/plugin.js +++ b/htmlvideoplayer/plugin.js @@ -1134,6 +1134,11 @@ define(['browser', 'require', 'events', 'apphost', 'loading', 'playbackManager', var rendererSettings = {}; + // Text outlines are not rendering very well + if (browser.ps4) { + rendererSettings.enableSvg = false; + } + require(['libjass'], function (libjass) { libjass.ASS.fromUrl(getTextTrackUrl(track, serverId)).then(function (ass) {