Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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>

1 Community Answers

Todd

JW Player Support Agent  
0 rated :

Are your embeds working again? There was an unexpected outage yesterday that impacted players served from jwpsrv.com, but this has been resolved. Please see http://status.jwplayer.com/ for more details.

Is this a JW6 player? Have you considered upgrading to JW7?

This question has received the maximum number of answers.