I found that replacing
Code:
$is_jwplayer_flashvars["primary"] = "flash";
with
Code:
$is_jwplayer_flashvars["primary"] = "html5";
in
modules/mod_playerjr/mod_playerjr.php was all that was needed. Hopefully that works for you!
As an aside, why is this module still using Flash as the primary when everything should be HTML5 with a Flash fallback when needed?