scalmres.h
上传用户:zhongxx05
上传日期:2007-06-06
资源大小:33641k
文件大小:9k
源码类别:

Symbian

开发平台:

C/C++

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