
WOWZA LiveStream and Player giving error "ID not found on server"
I've seen this error on these forums plenty but none give a solid answer on how to fix it. The HTML5 mobile live stream works fine.
Here is the code
bc.. <script type="text/javascript" src="http://content.bitsontherun.com/players/i6POvJde-uCqfXzXe.js"></script>
<script>
jwplayer().onReady(function(event){
jwplayer().load([{
file: "rtmp://10.10.10.119:1935/vod/mp4:sample.mp4/manifest.f4m"
},{
file: "http://10.10.10.119:1935/vod/mp4:sample.mp4/playlist.m3u8"
}]);
);
</script>
I Use BOTR to put a place holder video on the page then switch the video to the stream on load and get and error when I try to play. Same error happened when i used the JWPlayer free version until we get our pro version.