
BBC CNN live streaming through MSNBClive.eu (RTMP)
Hello,
I've read this - http://www.longtailvideo.com/support/forums/jw-player/setup-issues-and-embedding/22018/embedding-bbc-live-stream/ - thread and a lot of documentation pages.
I'm trying to make a live BBC and CNN streaming using msnbclive.eu service.
With this -
bc.. <!DOCTYPE html>
<html>
<head>
<script src="http://jwpsrv.com/library/********.js"></script>
</head>
<body>
<div id="news_player">Loading the player...</div>
<script type="text/javascript">
jwplayer("news_player").setup({
file: "cnni_live",
streamer: "rtmp://a.cdn.msnbclive.eu/edge",
image: "http://weplaylive.tv/wp-content/uploads/2013/06/On-Air-WEPLAYLIVE.jpg",
width: 768,
height: 432
});
</script>
</body>
</html>
- code I get a "No suitable players found and fallback enabled" error in Chrome JavaScript console.
I played with streamer parameter (tried rtmp://a.cdn... rtmp://b.cdn... etc). I played with file parameter (tried cnni_live, bbcworld_bh and some others found at this - http://murga-linux.com/puppy/viewtopic.php?t=80021 - link).
Also I played with fallback: "true" and fallback: "false" options.
Unfortunately nothing works.
Could you provide an advise how to stream MSNBC streams using JW Player?