
All my JWPlayer embeds broke
This HTML code broke. My RTMP stream is completely valid. It works when I use your new JWPlayer but I have tons of old webpages broken.
<!DOCTYPE html>
<html>
<title>Dr. Goh - Advantage with SGI Super Computing</title>
<script src="http://jwpsrv.com/library/ljMSKp0hEeSYrAp+lcGdIw.js"></script>
<body>
<h1>Dr. Goh - Advantage with SGI Super Computing</h1>
<div id='playerGHgjQHRVMDLO'></div>
<script type='text/javascript'>
jwplayer('playerGHgjQHRVMDLO').setup({
file: 'rtmp://pv-wowza-dc21.corp.sgi.com:1935/vod/Goh-2-23-2016.mp4',
title: 'Play',
width: '70%',
aspectratio: '16:9'
});
</script>
<script>
jwplayer().onReady(function() {
if(window.location.hash) {
var offset = window.location.hash.substr(3);
jwplayer().seek(offset);
}
});
</script>
<p><font size="5">Switch to full screen for optimal viewing.</font></p>
</body>
</html>