
Error loading stream: ID not found on server
With making no changes to our player setup I have started getting this error:
Error loading stream: ID not found on server
Below is the code we've been using. Is there any known reason why I would start getting this error? Have texted both the RTMP and HLS links independently and they were definitely streaming ...
<div id="my-video"></div>
<script type="text/javascript">
jwplayer('my-video').setup({
width: '610',
height: '343',
playlist: [{
image: 'http://cdn.mse.psddev.com/1e/dc/65617ed940d3a7d2dacba387c3c7/network-landing-stream.png',
sources: [{
file: 'rtmp://monumentalsportslivefs.fplive.net/monumentalsportslive-live/stream3'
},{
file: 'http://monumentalsports-live.hls.adaptive.level3.net/manifests/monumentalsports-live/live.m3u8'
}]
}],
ga: {}
});
Thanks in advance