|
使用VU录制在线播放系统,在回放过程中出现了一下错误。请高手指教:
Action.c(12): 错误 -27796: 连接服务器“402-1:1680”失败: [10061] Connection refused, Snapshot Info [MSH 0 4] [MsgId: MERR-27796]
Action.c(12): web_custom_request("402-121104040.xms") 最高严重级别为“ERROR”,0 个正文字节,0 个标头字节 [MsgId: MMSG-26388]
从操作调用了中止。
代码如下:
web_url("play.asp",
"URL=http://202.192.72.65/play.asp?vid=",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t14.inf",
"Mode=HTML",
LAST);
web_custom_request("402-121104040.xms",
"URL=http://402-1:1680/XMMS/402-121104040.xms",
"Method=POST",
"Resource=0",
"RecContentType=video/*",
"Referer=",
"Snapshot=t15.inf",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("402-121104040.xms_2",
"URL=http://402-1:1680/XMMS/402-121104040.xms",
"Method=POST",
"Resource=0",
"RecContentType=video/*",
"Referer=",
"Snapshot=t16.inf",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("402-121104040.xms_3",
"URL=http://402-1:1680/XMMS/402-121104040.xms",
"Method=POST",
"Resource=0",
"RecContentType=video/*",
"Referer=",
"Snapshot=t17.inf",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("402-121104040.xms_4",
"URL=http://402-1:1680/XMMS/402-121104040.xms",
"Method=POST",
"Resource=0",
"RecContentType=video/*",
"Referer=",
"Snapshot=t18.inf",
"Mode=HTML",
"EncType=",
LAST);
谢谢! |
|