Stream Jwplayer流不再工作

Stream Jwplayer流不再工作,stream,jwplayer,Stream,Jwplayer,此流停止工作,现在我收到一个“连接失败”错误。 非常感谢您的帮助,以下是代码: <script type="text/javascript" src="http://www.tvradiogratis.com/canal/swfobject.js"> </script> <div id="jwplayer1" style="position: absolute; overflow: hidden; left: 0px; top: 0px; width: 3

此流停止工作,现在我收到一个“连接失败”错误。 非常感谢您的帮助,以下是代码:

<script type="text/javascript" src="http://www.tvradiogratis.com/canal/swfobject.js">     </script>

<div id="jwplayer1" style="position: absolute; overflow: hidden; left: 0px; top: 0px; width: 375px; height: 273px; z-index: 0;"></div> 
<script type="text/javascript"> 
                var so = new SWFObject('http://streamtv.gangahosting.com/player.swf', 'mpl', '375', '273', '9');
                so.addParam('allowscriptaccess', 'always');
                so.addParam('allowfullscreen', 'true');
                so.addParam('wmode','opaque');                      
                so.addVariable('logo', 'http://streamtv.gangahosting.com/img/logoplayer.png');
                so.addVariable('dock','false');
                so.addVariable('autostart', 'true');
                so.addVariable('abouttext', 'Player By GangaHosting.com');
                so.addVariable('aboutlink', 'http://streamtv.tvradiogratis.com/');
                so.addVariable('width', '375');
                so.addVariable('height', '273');
                so.addVariable('file', 'tvradiogratis-520533329');                    
                so.addVariable('logo.hide','false');
                so.addVariable('backcolor','cfe2f3');
                so.addVariable('frontcolor','000000');
                so.addVariable('screencolor','000000');
                so.addVariable('logo.link','http://streamtv.tvradiogratis.com/ver.php?id=-520533329');
                so.addVariable('logo.position','top-left');
                so.addVariable('stretching','exactfit');                 
                so.addVariable('streamer', 'rtmp://streamtv.tvradiogratis.com/tvradiogratis');
                so.addVariable('provider', 'rtmp');
                so.addVariable('controlbar','over');
                so.addVariable('quality','best');

                so.write('jwplayer1');
            </script>

var so=新的SWFObject('http://streamtv.gangahosting.com/player.swf","mpl","375","273","9",;
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('wmode','不透明');
so.addVariable('logo','http://streamtv.gangahosting.com/img/logoplayer.png');
so.addVariable('dock','false');
so.addVariable('autostart','true');
so.addVariable('abouttext','Player By GangaHosting.com');
so.addVariable('aboutlink','http://streamtv.tvradiogratis.com/');
so.addVariable('width','375');
so.addVariable('height','273');
so.addVariable('file','tvratis-52053329');
so.addVariable('logo.hide','false');
so.addVariable('backcolor','cfe2f3');
so.addVariable('frontcolor','000000');
so.addVariable('screencolor','000000');
so.addVariable('logo.link','http://streamtv.tvradiogratis.com/ver.php?id=-520533329');
so.addVariable('logo.position','top-left');
so.addVariable('Stringing','exactfit');
so.addVariable('streamer','rtmp://streamtv.tvradiogratis.com/tvradiogratis');
so.addVariable('provider','rtmp');
addVariable('controlbar','over');
so.addVariable('quality','best');
所以,写('jwplayer1');

谢谢

您的流媒体服务器似乎未运行。如果我尝试测试你的流是JW5,它无法连接,而在JW6中它说它无法连接到你的服务器。谢谢Ethan,我能做什么?将流媒体服务器移动到另一个站点?您使用哪种类型的流媒体服务器?我不是这方面的专家,请告诉我在哪里可以找到这种类型的流媒体服务器对不起,这不是您的流媒体吗?或者你是在网上找到这条流还是什么?