scalmres.h
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:9k
源码类别:

Symbian

开发平台:

Visual C++

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Source last modified: $Id: scalmres.h,v 1.1.1.1.50.1 2004/07/19 21:03:59 hubbe Exp $
  3.  * 
  4.  * Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
  5.  * 
  6.  * The contents of this file, and the files included with this file,
  7.  * are subject to the current version of the RealNetworks Public
  8.  * Source License (the "RPSL") available at
  9.  * http://www.helixcommunity.org/content/rpsl unless you have licensed
  10.  * the file under the current version of the RealNetworks Community
  11.  * Source License (the "RCSL") available at
  12.  * http://www.helixcommunity.org/content/rcsl, in which case the RCSL
  13.  * will apply. You may also obtain the license terms directly from
  14.  * RealNetworks.  You may not use this file except in compliance with
  15.  * the RPSL or, if you have a valid RCSL with RealNetworks applicable
  16.  * to this file, the RCSL.  Please see the applicable RPSL or RCSL for
  17.  * the rights, obligations and limitations governing use of the
  18.  * contents of the file.
  19.  * 
  20.  * Alternatively, the contents of this file may be used under the
  21.  * terms of the GNU General Public License Version 2 or later (the
  22.  * "GPL") in which case the provisions of the GPL are applicable
  23.  * instead of those above. If you wish to allow use of your version of
  24.  * this file only under the terms of the GPL, and not to allow others
  25.  * to use your version of this file under the terms of either the RPSL
  26.  * or RCSL, indicate your decision by deleting the provisions above
  27.  * and replace them with the notice and other provisions required by
  28.  * the GPL. If you do not delete the provisions above, a recipient may
  29.  * use your version of this file under the terms of any one of the
  30.  * RPSL, the RCSL or the GPL.
  31.  * 
  32.  * This file is part of the Helix DNA Technology. RealNetworks is the
  33.  * developer of the Original Code and owns the copyrights in the
  34.  * portions it created.
  35.  * 
  36.  * This file, and the files included with this file, is distributed
  37.  * and made available on an 'AS IS' basis, WITHOUT WARRANTY OF ANY
  38.  * KIND, EITHER EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS
  39.  * ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES
  40.  * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET
  41.  * ENJOYMENT OR NON-INFRINGEMENT.
  42.  * 
  43.  * Technology Compatibility Kit Test Suite(s) Location:
  44.  *    http://www.helixcommunity.org/content/tck
  45.  * 
  46.  * Contributor(s):
  47.  * 
  48.  * ***** END LICENSE BLOCK ***** */
  49. #ifndef _scalmres_H
  50. #define _scalmres_H
  51. #include "resid.h"
  52. // pplyplin & ppffplin
  53. #define IDS_ERR_SM_GENERAL HX_SM_RES_INIT_ID +   0
  54. #define IDS_ERR_SM_INITFAILED HX_SM_RES_INIT_ID +   1
  55. #define IDS_ERR_SM_SOCKFAILED HX_SM_RES_INIT_ID +   2
  56. #define IDS_ERR_SM_NO_CTXT HX_SM_RES_INIT_ID +   3
  57. #define IDS_ERR_SM_CTXT_QI_FAILED HX_SM_RES_INIT_ID +   5
  58. #define IDS_ERR_SM_CLASS_FACT_ERR HX_SM_RES_INIT_ID +   6
  59. #define IDS_ERR_SM_SRC_FINDER_ERR HX_SM_RES_INIT_ID +   7
  60. #define IDS_ERR_SM_REGISTRY_ERR HX_SM_RES_INIT_ID +   8
  61. #define IDS_ERR_SM_STRM_DESC_ERR HX_SM_RES_INIT_ID +   9
  62. #define IDS_ERR_SM_CONFIG_SETUP_ERR HX_SM_RES_INIT_ID +   10
  63. /**********
  64. * pplyplin
  65. */
  66. // general
  67. #define IDS_ERR_SM_SUCCESSSTART HX_SM_RES_INIT_ID + 100
  68. #define IDS_ERR_SM_NOTLICENSED HX_SM_RES_INIT_ID + 101
  69. // config related
  70. #define IDS_ERR_SM_NOSOURCELIST HX_SM_RES_INIT_ID + 102
  71. #define IDS_ERR_SM_NOMOUNTPOINT HX_SM_RES_INIT_ID + 105
  72. #define IDS_ERR_SM_INVALIDHOSTADDR HX_SM_RES_INIT_ID + 106
  73. #define IDS_ERR_SM_NOADDRRANGE HX_SM_RES_INIT_ID + 107 
  74. #define IDS_ERR_SM_NOPORTRANGE HX_SM_RES_INIT_ID + 108  
  75. #define IDS_ERR_SM_ADDRRANGEERROR HX_SM_RES_INIT_ID + 109  
  76. #define IDS_ERR_SM_PORTRANGEERROR HX_SM_RES_INIT_ID + 110  
  77. #define IDS_ERR_SM_INVALIDPORTRANGE HX_SM_RES_INIT_ID + 111
  78. #define IDS_ERR_SM_INVALIDADDRRANGE HX_SM_RES_INIT_ID + 112
  79. #define IDS_ERR_SM_NOMOREADDR HX_SM_RES_INIT_ID + 113
  80. #define IDS_ERR_SM_NOMOREPORT HX_SM_RES_INIT_ID + 114
  81. #define IDS_ERR_SM_NEEDTWOPORTS HX_SM_RES_INIT_ID + 115
  82. #define IDS_ERR_SM_NOTENABLED HX_SM_RES_INIT_ID + 117
  83. // sap
  84. #define IDS_ERR_SM_INITSAPFAILED HX_SM_RES_INIT_ID + 118
  85. #define IDS_ERR_SM_TTLZERO HX_SM_RES_INIT_ID + 119
  86. // client stats
  87. #define IDS_ERR_SM_NO_WEB_ADDRESS HX_SM_RES_INIT_ID + 120
  88. #define IDS_ERR_SM_NO_WEB_PORT HX_SM_RES_INIT_ID + 121
  89. #define IDS_ERR_SM_NOMULTICAST HX_SM_RES_INIT_ID + 122
  90. /**********
  91. * ppffplin
  92. */
  93. #define IDS_ERR_SM_ABNORMALTERMINATION  HX_SM_RES_INIT_ID + 200
  94. #define IDS_ERR_SM_NOACTIVESENDERS HX_SM_RES_INIT_ID + 201 
  95. #define IDS_ERR_SM_NOSDPPLIN HX_SM_RES_INIT_ID + 202 
  96. #define IDS_ERR_SM_BADSDPFILE HX_SM_RES_INIT_ID + 203 
  97. #define IDS_ERR_SM_NOPLAYTYPE HX_SM_RES_INIT_ID + 204
  98. #define IDS_ERR_SM_NOTFOUNDPAYLOAD HX_SM_RES_INIT_ID + 205     
  99. #define IDS_ERR_SM_NOTFOUNDADDRESS HX_SM_RES_INIT_ID + 206     
  100. #define IDS_ERR_SM_NOTFOUNDPORT HX_SM_RES_INIT_ID + 207
  101. #define IDS_ERR_SM_UNEXPECTEDPAYLOAD HX_SM_RES_INIT_ID + 208
  102. #define IDS_ERR_SM_NOTENOUGHBANDWIDTH HX_SM_RES_INIT_ID + 209
  103. /***************************/
  104. /**  Actual error string  **/
  105. /***************************/
  106. // pplyplin & ppffplin
  107. #define ERRSTR_SM_GENERAL "Scalable Multicast: General Error."
  108. #define ERRSTR_SM_INITFAILED "Scalable Multicast: Initialization failed."
  109. #define ERRSTR_SM_SOCKFAILED "Scalable Multicast: Could not create multicast socket: Address/Port %s."
  110. #define ERRSTR_SM_NO_CTXT "Scalable Multicast: Could not get Context -- Initialization failed."
  111. #define ERRSTR_SM_CTXT_QI_FAILED "Scalable Multicast: Could not query Context -- Initialization failed."
  112. #define ERRSTR_SM_CLASS_FACT_ERR "Scalable Multicast: Class Factory error -- Initialization failed."
  113. #define ERRSTR_SM_SRC_FINDER_ERR "Scalable Multicast: Could not initialize Source Finder."
  114. #define ERRSTR_SM_REGISTRY_ERR "Scalable Multicast: Error in Server Registry entry -- Initialization failed."
  115. #define ERRSTR_SM_STRM_DESC_ERR "Scalable Multicast: Could not get Stream Description -- Initialization failed."
  116. #define ERRSTR_SM_CONFIG_SETUP_ERR "Scalable Multicast: Error in reading in Config entries -- Initialization failed."
  117. /**********
  118. * pplyplin
  119. */
  120. // general
  121. #define ERRSTR_SM_SUCCESSSTART "Scalable Multicast: Successfully started session: %s."
  122. #define ERRSTR_SM_NOTLICENSED "Scalable Multicast: This server is NOT licensed to deliver Scalable Multicast streams."
  123. // config related
  124. #define ERRSTR_SM_NOSOURCELIST "Scalable Multicast: Could not find Source List in the configuration file."
  125. #define ERRSTR_SM_NOMOUNTPOINT "Scalable Multicast: Could not find MountPoint configuration variable."
  126. #define ERRSTR_SM_INVALIDHOSTADDR "Scalable Multicast: Invalid HostAddress.  Using 0 as default."
  127. #define ERRSTR_SM_NOADDRRANGE "Scalable Multicast: Could not find AddressRange configuration variable."
  128. #define ERRSTR_SM_NOPORTRANGE "Scalable Multicast: Could not find PortRange configuration variable."
  129. #define ERRSTR_SM_ADDRRANGEERROR "Scalable Multicast: Address range needs to be aaa.bbb.ccc.ddd-www.xxx.yyy.zzz."
  130. #define ERRSTR_SM_PORTRANGEERROR "Scalable Multicast: Port range needs to be aaaa-zzzz."
  131. #define ERRSTR_SM_INVALIDADDRRANGE "Scalable Multicast: Invalid address range."
  132. #define ERRSTR_SM_INVALIDPORTRANGE "Scalable Multicast: Invalid port range."
  133. #define ERRSTR_SM_NOMOREADDR "Scalable Multicast: Error in creating this session: %s. Please increase the address range configuration variable."
  134. #define ERRSTR_SM_NOMOREPORT "Scalable Multicast: Error in creating this session: %s. Please increase the port range configuration variable."
  135. #define ERRSTR_SM_NEEDTWOPORTS "Scalable Multicast: Need at least two ports in the PortRange configuration variable; RTP(even port) & RTCP(odd port)."
  136. #define ERRSTR_SM_NOTENABLED "Scalable Multicast: %s is not enabled."
  137. #define ERRSTR_SM_NO_WEB_ADDRESS "Scalable Multicast: Could not find WebServerAddress configuration variable."
  138. #define ERRSTR_SM_NO_WEB_PORT "Scalable Multicast: Could not find WebServerPort configuration variable."
  139. // sap
  140. #define ERRSTR_SM_INITSAPFAILED "Scalable Multicast: Initialization of SAP failed. SAP disabled."
  141. #define ERRSTR_SM_TTLZERO "Scalable Multicast: All SAP packets will have TTL of 0."
  142. /**********
  143. * ppffplin
  144. */
  145. #define ERRSTR_SM_ABNORMALTERMINATION "Scalable Multicast: Stream number %s terminated abnormally."
  146. #define ERRSTR_SM_NOACTIVESENDERS "Scalable Multicast: No data has been received. This session may have ended or may not be reachable."
  147. #define ERRSTR_SM_NOSDPPLIN "Scalable Multicast: Could not find a session description plugin."
  148. #define ERRSTR_SM_BADSDPFILE "Scalable Multicast: Could not interpret the session description file."
  149. #define ERRSTR_SM_NOPLAYTYPE "Scalable Multicast: Cannot play this type of document."
  150. #define ERRSTR_SM_NOTFOUNDPAYLOAD "Scalable Multicast: Could not find the RTP payload information in the session description file."
  151. #define ERRSTR_SM_NOTFOUNDADDRESS "Scalable Multicast: Could not find the connection information in the session description file."
  152. #define ERRSTR_SM_NOTFOUNDPORT "Scalable Multicast: Could not find the port information in the session description file."
  153. #define ERRSTR_SM_UNEXPECTEDPAYLOAD "Scalable Multicast: Unexpected payload type specified in session description file."
  154. #define ERRSTR_SM_NOTENOUGHBANDWIDTH "Scalable Multicast: You cannot receive this content.  You do not have enough network bandwidth."
  155. #define ERRSTR_SM_NOMULTICAST "Scalable Multicast: Your player is not configured to play multicast content."
  156. #endif