[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-server-cvs
Subject:    [Server-cvs] engine/core server_info.cpp,1.40,1.41
From:       mandagod () helixcommunity ! org
Date:       2013-06-26 10:21:28
[Download RAW message or body]

Update of /cvsroot/server/engine/core
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv6100/server/engine/core

Modified Files:
	server_info.cpp 
Log Message:
Synopsis
========
fix HELIX_FEATURE_SERVER_RECORD_OBJECT not for vhost in sourcehandler.cpp

Branches: SERVER_15_1_0, Head
Suggested Reviewer: Anyone


Description
===========

When request a multirate stream, the client count maybe more than 1.
It is by design. 
Here update some code for wmt. 
When HELIX_FEATURE_SERVER_RECORD_OBJECT is enbaled, it not effective for vhost.


Files Affected
==============

server/engine/core/server_info.cpp
server_rn/broadcast/transport/mpeg2ts/recv/sourcehandler.cpp

Testing Performed
=================

Platforms Tested: win-x86_64-vc10
Build verified: win-x86_64-vc10


QA Hints
========

None


Index: server_info.cpp
===================================================================
RCS file: /cvsroot/server/engine/core/server_info.cpp,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- server_info.cpp	5 Jun 2013 01:44:07 -0000	1.40
+++ server_info.cpp	26 Jun 2013 10:21:15 -0000	1.41
@@ -283,7 +283,7 @@
 ServerInfoFacade::UpdateServerInfoCounterVhost(ServerInfoCounters sicSelector, \
                sicFuncVhost* sicFuncArray, 
                                                      const char* pVhostAccount)
 {
-    if (sicSelector < 0 || sicSelector >= SIC_LAST_COUNT)
+    if (sicSelector < 0 || sicSelector >= (SIC_RTP_COUNT + 1))
     {
         return;
     }


_______________________________________________
Server-cvs mailing list
Server-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/server-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic