srcerrs.h
来自「symbian 下的helix player源代码」· C头文件 代码 · 共 308 行 · 第 1/2 页
H
308 行
"Stream License not available.", // SE_LICENSE_EXCEEDED
"2.0 player with loss correction", // SE_INVALID_LOSS_CORRECTION
"Protocol failure", // SE_PROTOCOL_FAILURE
"Not configured for RealVideo streams",
"Not configured for RealAudio streams",
"Not configured for requested data type", // SE_DATATYPE_UNSUPPORTED
"Not licensed for requested data type", // SE_DATATYPE_UNLICENSED
"Restricted Player",
"Stream Initializing",
"Invalid Player",
"Player Plus only",
"Embedded Players prohibited",
"PNA unsupported for requested data type", // SE_PNA_PROHIBITED
// authentication
"This player doesn't support user authentication", // SE_AUTHENTICATION_UNSUPPORTED
"Maximum number of failed authentications reached", // SE_MAX_FAILED_AUTHENTICATIONS
"Access to secure content denied.",
"Registration failed, your account cannot be modified at this time.",
"Registration failed, there already exists a user with the same GUID.",
"Registration failed, the specified user does not exist.",
"GUID successfully registered.",
"Registration failed, contact your content provider for assistance.",
"You must enable GUIDs in your player preferences. For more info on GUIDs and privacy, please search RealNetworks' website.",
"You must register your RealOne Player before viewing this content.",
"Your account has expired, contact your content provider for more information.",
"Your account has expired, contact your content provider for more information.",
"Your account has been locked, contact your content provider for more information.",
"Access to secure content denied. The commerce server has been configured incorrectly.",
"This server does not support mobile download",
// SE_NO_MORE_MULTI_ADDR
"Back channel multicast: Please increase the address range configuration variable.",
// "PE_XXXX" are Proxy alerts
"Maximum number of proxy connections reached.",
"Maximum proxy gateway bandwidth reached.",
"Maximum proxy bandwidth reached.",
"Bad Load Test Password.",
"PNA protocol not supported by this server.",
"Proxy to origin server connection lost",
"Internal Error" // SE_INTERNAL_ERROR
};
static const char* const alert_table[] =
{
0,
"Please download a new RealOne Player from http://www.real.com "
"to receive this content.",
0,
"You cannot receive this content. Either your network bandwidth is "
"not fast enough to receive this data or your CPU is not powerful "
"enough to decode it." ,
0,
0,
0,
0,
"This server is not configured to play local streams.",
"This server has reached its capacity for the requested url.",
"This server is not configured to play remote streams.",
"This server is not configured to play event streams.",
"Invalid server host specified in the URL.",
"You need to obtain a new player to play this clip. Please point your web "
"browser to http://www.real.com/ and download the latest player "
"from RealNetworks. Once you have installed it you should try "
"this clip again.",
"That stream is not available with the requested codec and/or bandwidth",
"Unable to fulfill request",
"This server is configured to support only multicast connections. "
"Please contact the content provider for more information on "
"listening to this broadcast.",
"Server has reached its capacity and can serve no more streams. "
"Please try again later.",
"Server does not have the license for the requested streams. "
"Please try again later.",
"To receive this stream: choose Preferences from the View menu, "
"click on the Network tab, click on the check next to "
"Loss Correction to turn it off, and then requeset this URL again.",
"You have connected to a RealServer that only supports "
"players newer than the one you are using. Please check on the "
"Web Site you accessed this clip from for details on what players "
"are supported. To download the latest RealOne Player, point your Web "
"Browser to http://www.real.com",
"This server is not configured to play RealVideo streams.",
"This server is not configured to play RealAudio streams.",
"This server is not configured to play the data type you requested. "
"Please contact the Real Server Administrator for assistance.",
"This server is not licensed to play one or more of the data types you "
"requested. Please contact the Real Server Administrator for "
"assistance.",
"You do not have access to the requested URL.",
"The URL you have requested is initializing. Please try again in a few "
"moments.",
"You need to obtain a new player to play this clip. Please point your web "
"browser to http://www.real.com and download the latest RealOne Player "
"from RealNetworks. Once you have installed it you should try this "
"clip again.",
"The content you requested is available exclusively to RealOne service "
"members. Please point your web browser to http://www.real.com/ for "
"upgrade information.",
"This server is not licensed to play content to embedded players. Please "
"contact the RealServer Administrator for assistance.",
"The file you requested cannot be streamed using the PNM protocol. "
"Please make sure you have downloaded the latest RealOne Player from "
"http://www.real.com and try this clip again using rtsp:// instead "
"of pnm:// in the URL.",
// authentication
"You need to obtain a new RealOne Player to play this clip. Please point your web "
"browser to http://www.real.com/ and download the latest RealOne Player "
"from RealNetworks. Once you have installed it you should try "
"this clip again.",
"RealOne Player is unable to access this clip with the specified username and "
"password. Please contact the Site Administrator for assistance.",
"Access to secure content denied.",
"Registration failed, your account cannot be modified at this time.",
"Registration failed, there already exists a user with the same GUID.",
"Registration failed, the specified user does not exist.",
"You have successfully registered your RealOne Player.",
"Registration failed, contact your content provider for assistance.",
"You must enable GUIDs in your player preferences. For more info on GUIDs and privacy, please search RealNetworks' website.",
"You must register your RealOne Player before viewing this content. Please "
"contact your content provider for assistance.",
"Your account has expired, contact your content provider for more information.",
"Your account has expired, contact your content provider for more information.",
"Your account has been locked, contact your content provider for more information.",
"This commerce server has been configured incorrectly, and is unable to serve "
"secure content. Please contact the Site Administrator for assistance.",
"This server does not support mobile download.",
"File not found", // SE_NO_MORE_MULTI_ADDR
// "PE_XXXX" are Proxy alerts
"A proxy has exceeded its maximum number of connections. Please try again later.",
"A proxy has exceeded its maximum gateway bandwidth. Please try again later.",
"A proxy has exceeded its maximum bandwidth. Please try again later.",
"You have entered an incorrect load test password or load testing is not enabled.",
"PNA protocol not supported by this server.",
"Proxy to origin server connection lost",
"Unable to play request. Internal stream error."
};
#endif /*_SRCERRS_H_*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?