Why MistConnRTMP progress always exist?

66 views
Skip to first unread message

陈志坚

unread,
Nov 12, 2013, 6:14:23 AM11/12/13
to mists...@googlegroups.com
hello!
       when client  use rtmp://ip/live/young,close rtmp use,why backstage MistConnRTMP progress always exist,no destruction?
I use mistserver(version 1.2). How to make MistConnRTMP  progress automatic destruction.What is the problem?Please have a look what is the problem?Thank you!


As shown below:


[resin@livemedia30 ~]$ ps -ef | grep MistConnRTMP | wc -l
64

[resin@livemedia30 ~]$  ps -ef|grep MistConnRTMP
root       772     1  0 Nov09 ?        00:00:16 /usr/local/bin/MistConnRTMP -n
root      1145     1  0 Nov09 ?        00:02:32 /usr/local/bin/MistConnRTMP -n
root      2942     1  0 Nov10 ?        00:01:40 /usr/local/bin/MistConnRTMP -n
root      3017     1  0 Nov10 ?        00:00:01 /usr/local/bin/MistConnRTMP -n

......

Jaron Vietor

unread,
Nov 12, 2013, 8:08:13 AM11/12/13
to mists...@googlegroups.com
Hello,

They should automatically disappear as soon as the connection is closed.
Either the connection is still open, or you've found a bug.
What application and parameters are you connecting with to cause this effect? If we can reproduce it here, we can fix the problem.

Regards,
Jaron Viëtor





--
You received this message because you are subscribed to the Google Groups "Mistserver.org" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mistserver+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

陈志坚

unread,
Nov 14, 2013, 2:12:30 AM11/14/13
to mists...@googlegroups.com
Thank you for your reply! we use cuplayer(http://www.cuplayer.com/FlvPlayer/download.asp?DownId=212),

Here are examples of the use,

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>直播测试</title>
<SCRIPT LANGUAGE=JavaScript>
<!--
function getLight(pars)
{   
    //alert("播放器模式参数值:"+string+"");
    if(pars == "open")
    {
        close_light(this);
    }
    else
    {
        close_light(this);
    }
}


//兼容性
function thisMovie(movieName) {
    if (navigator.appName.indexOf("Microsoft") != -1) {
        return window[movieName]
    }
    else {
        return document[movieName]
    }
}

//-->
</SCRIPT>
</head>

<body>
<DIV class=close_light_bg id=close_light_bg></DIV>
<!--极酷播放器/代码开始-->

<script type="text/javascript" src="/live/js/swfobject.js"></script>
<div class="video" id="CuPlayer"><b>网页视频播放器加载中,请稍后...</b></div>
<script type="text/javascript" src="/lib/jquery/jquery-1.7.2.min.js"></script>
<script type="text/javascript">
    var so = new SWFObject("/live/Player.swf","ply","650","478","9","#000000");
    so.addVariable("JcScpFile","/live/livesetting.xml");
    so.addVariable("JcScpServer","rtmp://xx.xx.xx.xx/live"); //流服务器地址
    so.addVariable("JcScpVideoPath","eW91bmcx"); //流名称streaname
    so.addParam("allowfullscreen","true");
    so.addParam("allowscriptaccess","always");
    so.addParam("wmode","opaque");
    so.addParam("quality","high");
    so.addParam("salign","lt");
    so.write("CuPlayer");
</script>
<!--极酷播放器/代码结束-->

</body>
</html>

张一帆

unread,
Dec 17, 2013, 6:49:16 AM12/17/13
to mists...@googlegroups.com
你把代码给人家看,人家当然不会回你啦。真傻
人家可是外国人,你html里面还带英文,我要是那个外国人我也不理你了。问问题要问重点。
Reply all
Reply to author
Forward
0 new messages