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

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?

3 Community Answers

JW Player

User  
1 rated :

upd. I began with this code I grabbed from MSNBClive Web page:

bc.. <!DOCTYPE html>
<html>
<head>
<script src="http://jwpsrv.com/library/********.js"></script>
</head>
<body>
<div id="news_player_wrapper" style="position: relative; width: 768px; height: 432px">
<object type="application/x-shockwave-flash"
data="http://msnbclive.eu/player.swf"
width="100%" height="100%" bgcolor="#000000"
id="news_player" name="news_player" tabstop="0">
<param name="allowfullscreen" value="false" />
<param name="allowscriptaccess" value="always" />
<param name="wmode" value="opaque" />
<param name="flashvars"
value="streamer=rtmp://a.cdn.msnbclive.eu/edge&file=cnni_live&image=http://weplaylive.tv/wp-content/uploads/2013/06/On-Air-WEPLAYLIVE.jpg&autostart=true&streatching=uniform&controlbar.position=bottom&volume=90&mute=false">
</object>
</div>
</body></html>



It works but I cannot get any controls over the player (neither no onReady, onPlay, onPaused, etc callbacks, no play(), stop() etc JW Player functions work).

Remco van Bree

JW Player Support Agent  
0 rated :

I’m afraid we can’t help you with requests to stream videos from other companies’ website without their explicit permission.

JW Player

User  
0 rated :

remco,

Thanks for answer.

This question has received the maximum number of answers.