Skip to content

Commit

Permalink
update subs
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePulverenti committed May 3, 2017
1 parent ba67a8a commit 291abd7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions htmlvideoplayer/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 291abd7

Please sign in to comment.