AnyChat技术支持论坛
标题:
调用了这条代码:anychat.TransBufferEx()出错
[打印本页]
作者:
Lazy_Life
时间:
2013-7-1 19:11
标题:
调用了这条代码:anychat.TransBufferEx()出错
我调用了这条代码:anychat.TransBufferEx(0, sb.toString().getBytes(), sb.toString().length(), 0,0,1);
结果出现了这么个结果
QQ图片20130701191030.jpg
(51.84 KB, 下载次数: 6053)
下载附件
2013-7-1 19:11 上传
作者:
admin
时间:
2013-7-1 19:14
您好,请将客户端的日志文件(BRAnyChatCore.log)和服务器端的日志文件(AnyChatCoreServer.log)传上来看一下,谢谢。
另外您的开发环境是(Windows、Android、Web、iOS、Linux)?开发语言是?
作者:
Lazy_Life
时间:
2013-7-1 23:14
服务器日志:
[2013-07-01 19:19:44(957)] ---------------------Init Service--------------------------
[2013-07-01 19:19:44(973)] Current File Version[4, 7, 0, 0],Build time:2013-04-03 10:03:18
[2013-07-01 19:19:45(051)] Start Server At Demo Mode!
[2013-07-01 19:19:45(363)] Start TCP Server Successed(port=8906)!
[2013-07-01 19:19:45(534)] Start UDP Server Successed(port=8907)!
[2013-07-01 19:19:45(566)] AnyChat IPC Filter Plus Init, Build Time:Mar 19 2013 15:48:02
[2013-07-01 19:19:45(566)] Load SDK Filter Plus:IPCFilterPlus.dll Success, ver:SDK Filter Plus (IPC), for Windows V4.6
其他的没了
我是用java语言开发的
用的window 7系统
作者:
admin
时间:
2013-7-2 09:54
客户端的Log呢?
作者:
Lazy_Life
时间:
2013-7-2 12:21
没看见客户端的Log?位置在哪?
作者:
Lazy_Life
时间:
2013-7-2 12:25
找到了,这就是客户端的log
[2013-07-01 20:24:39(006)] ---------------------------BRAnyChatCore ActiveCallLog---------------------------
[2013-07-01 20:24:39(006)] Load SDK Success, dwFuncMode:0x22fa,V4.7(Build Time:Apr 3 2013 10:02:38)
[2013-07-01 20:24:39(022)] Load BRMiscUtil.dll success!(V4.7 Build Time:Mar 19 2013 15:34:35)
[2013-07-01 20:24:39(069)] Load BRMediaUtil.dll success!(V4.7 Build Time:Mar 19 2013 15:37:49)
[2013-07-01 20:24:39(069)] Load BRMediaShow.dll success!(V4.7 Build Time:Mar 19 2013 15:36:31)
[2013-07-01 20:24:39(084)] Load BRMediaCore.dll success!(V4.7 Build Time:Mar 27 2013 22:30:01)
[2013-07-01 20:24:41(892)] Invoke BRAC_Connect(127.0.0.1,8906)=0
[2013-07-01 20:24:41(892)] Invoke LoginServer(username=login:15555215554:demo)
[2013-07-01 20:24:41(939)] CheckClientSocketLink Connect(ip=127.0.0.1,port=8906)
[2013-07-01 20:24:42(001)] Server version: V4.6(Build Time:2013-04-03 10:03:18)
[2013-07-01 20:24:42(017)] Message OnConnect(bSuccess:1, errorcode=0)
[2013-07-01 20:24:42(517)] Message OnLoginSystem(userid=2,errorcode=0,username=login:15555215554:demo), msg deliver worked(0)
[2013-07-01 20:24:50(568)] Warning: The UDP communication with the server abnormal!
作者:
Lazy_Life
时间:
2013-7-2 12:28
这是我服务器端的配置
[Base Settings]
ServerID=1
TCPListenPort=8906
UDPServicePort=8907
SDKAuthPass=
DemoMode=1
ShowTrayIcon=1
[P2P Settings]
RoutingPolicy=2
RoutingTTL=3
RoutingMTN=4
[Video Settings]
VideoWidth=320
VideoHeight=240
VideoFPS=15
VideoGOPSize=30
VideoBitrate=90000
VideoCodec=1
VideoQuality=3
VideoPreset=3
[Audio Settings]
AudioSamplesPerSec=16000
AudioChannels=1
AudioBitsPerSample=16
AudioCodec=11
AudioBitrate=15850
[Function Settings]
CloseFrontLink=1
AutoAddRoom=1
AllowGuestLogin=1
SDKFilterPlus=IPCFilterPlus.dll
MaxUsersPerRoom=500
[Standby Server Settings]
SlaveMode=0
MasterServerIP=127.0.0.1
MasterServerUDPPort=8907
作者:
Lazy_Life
时间:
2013-7-2 12:29
没改多少,你看看是不是有什么地方配置错了
作者:
admin
时间:
2013-7-2 13:06
从客户端的LOG来看,客户端与服务器的UDP通信存在问题,将服务器部署到其他的计算机上试试看?
另外,开启内核的调试模式,将"OutputTransBuffer=1",然后在出现问题之后再把客户端的LOG发上来看看,参考:
http://www.anychat.cn/faq/index.php?action=artikel&cat=2&id=266&artlang=zh
作者:
Lazy_Life
时间:
2013-7-2 13:21
那我先运行一下看看
作者:
Lazy_Life
时间:
2013-7-2 13:27
[2013-07-02 13:25:41(471)] ---------------------------BRAnyChatCore ActiveCallLog---------------------------
[2013-07-02 13:25:41(473)] Load SDK Success, dwFuncMode:0x22fa,V4.7(Build Time:Apr 3 2013 10:02:38)
[2013-07-02 13:25:42(253)] Load BRMiscUtil.dll success!(V4.7 Build Time:Mar 19 2013 15:34:35)
[2013-07-02 13:25:45(183)] Load BRMediaUtil.dll success!(V4.7 Build Time:Mar 19 2013 15:37:49)
[2013-07-02 13:25:45(381)] Load BRMediaShow.dll success!(V4.7 Build Time:Mar 19 2013 15:36:31)
[2013-07-02 13:25:46(873)] Load BRMediaCore.dll success!(V4.7 Build Time:Mar 27 2013 22:30:01)
[2013-07-02 13:26:00(318)] Invoke BRAC_Connect(127.0.0.1,8906)=0
[2013-07-02 13:26:00(319)] Invoke LoginServer(username=login:15555215554:demo)
[2013-07-02 13:26:00(379)] CheckClientSocketLink Connect(ip=127.0.0.1,port=8906)
[2013-07-02 13:26:00(470)] Server version: V4.6(Build Time:2013-04-03 10:03:18)
[2013-07-02 13:26:00(492)] Message OnConnect(bSuccess:1, errorcode=0)
[2013-07-02 13:26:03(116)] Message OnLoginSystem(userid=2,errorcode=0,username=login:15555215554:demo), msg deliver worked(0)
[2013-07-02 13:26:03(159)] Connection to streaming media server successfully!(udp delay:0ms)
作者:
Lazy_Life
时间:
2013-7-2 13:30
[2013-07-02 13:29:56(491)] ---------------------------BRAnyChatCore ActiveCallLog---------------------------
[2013-07-02 13:29:56(491)] Load SDK Success, dwFuncMode:0x22fa,V4.7(Build Time:Apr 3 2013 10:02:38)
[2013-07-02 13:29:56(495)] Load BRMiscUtil.dll success!(V4.7 Build Time:Mar 19 2013 15:34:35)
[2013-07-02 13:29:56(556)] Load BRMediaUtil.dll success!(V4.7 Build Time:Mar 19 2013 15:37:49)
[2013-07-02 13:29:56(557)] Load BRMediaShow.dll success!(V4.7 Build Time:Mar 19 2013 15:36:31)
[2013-07-02 13:29:56(560)] Load BRMediaCore.dll success!(V4.7 Build Time:Mar 27 2013 22:30:01)
[2013-07-02 13:30:01(548)] Invoke BRAC_Connect(127.0.0.1,8906)=0
[2013-07-02 13:30:01(550)] Invoke LoginServer(username=login:15555215554:demo)
[2013-07-02 13:30:01(632)] CheckClientSocketLink Connect(ip=127.0.0.1,port=8906)
[2013-07-02 13:30:01(683)] Server version: V4.6(Build Time:2013-04-03 10:03:18)
[2013-07-02 13:30:01(707)] Message OnConnect(bSuccess:1, errorcode=0)
[2013-07-02 13:30:02(214)] Message OnLoginSystem(userid=2,errorcode=0,username=login:15555215554:demo), msg deliver worked(0)
[2013-07-02 13:30:02(217)] Connection to streaming media server successfully!(udp delay:0ms)
作者:
admin
时间:
2013-7-2 13:31
从LOG看,客户端与服务器的UDP通信已经zengchang正常了,在把客户端的内核调试模式打开,将“OutputTransBuffer=1”,然后再看看LOG?
打开内核调试模式后,调用"anychat.TransBufferEx()"会在客户端的LOG文件中记录相关信息的。
作者:
Lazy_Life
时间:
2013-7-2 13:38
[Base Settings]
ServerID=1
TCPListenPort=8906
UDPServicePort=8907
SDKAuthPass=
DemoMode=1
ShowTrayIcon=1
[P2P Settings]
RoutingPolicy=2
RoutingTTL=3
RoutingMTN=4
[Video Settings]
VideoWidth=320
VideoHeight=240
VideoFPS=15
VideoGOPSize=30
VideoBitrate=90000
VideoCodec=1
VideoQuality=3
VideoPreset=3
[Audio Settings]
AudioSamplesPerSec=16000
AudioChannels=1
AudioBitsPerSample=16
AudioCodec=11
AudioBitrate=15850
[Function Settings]
CloseFrontLink=1
AutoAddRoom=1
AllowGuestLogin=1
SDKFilterPlus=IPCFilterPlus.dll
MaxUsersPerRoom=500
[Standby Server Settings]
SlaveMode=0
MasterServerIP=127.0.0.1
MasterServerUDPPort=8907
[Debug Settings]
OutputTransBuffer=1
OutputTransTask=1
OutputCallBackInvoke=1
OutputAPIInvoke=1
OutputCodecLog=1
OutputThreadStatus=1
我这都打开了
结果还是不行
[2013-07-02 13:29:56(491)] ---------------------------BRAnyChatCore ActiveCallLog---------------------------
[2013-07-02 13:29:56(491)] Load SDK Success, dwFuncMode:0x22fa,V4.7(Build Time:Apr 3 2013 10:02:38)
[2013-07-02 13:29:56(495)] Load BRMiscUtil.dll success!(V4.7 Build Time:Mar 19 2013 15:34:35)
[2013-07-02 13:29:56(556)] Load BRMediaUtil.dll success!(V4.7 Build Time:Mar 19 2013 15:37:49)
[2013-07-02 13:29:56(557)] Load BRMediaShow.dll success!(V4.7 Build Time:Mar 19 2013 15:36:31)
[2013-07-02 13:29:56(560)] Load BRMediaCore.dll success!(V4.7 Build Time:Mar 27 2013 22:30:01)
[2013-07-02 13:30:01(548)] Invoke BRAC_Connect(127.0.0.1,8906)=0
[2013-07-02 13:30:01(550)] Invoke LoginServer(username=login:15555215554:demo)
[2013-07-02 13:30:01(632)] CheckClientSocketLink Connect(ip=127.0.0.1,port=8906)
[2013-07-02 13:30:01(683)] Server version: V4.6(Build Time:2013-04-03 10:03:18)
[2013-07-02 13:30:01(707)] Message OnConnect(bSuccess:1, errorcode=0)
[2013-07-02 13:30:02(214)] Message OnLoginSystem(userid=2,errorcode=0,username=login:15555215554:demo), msg deliver worked(0)
[2013-07-02 13:30:02(217)] Connection to streaming media server successfully!(udp delay:0ms)
作者:
Lazy_Life
时间:
2013-7-2 13:39
还是出现错误,而客户端的日志也没输出错误信息
作者:
Lazy_Life
时间:
2013-7-2 13:43
[2013-07-02 13:41:55(726)] ---------------------------BRAnyChatCore ActiveCallLog---------------------------
[2013-07-02 13:41:55(727)] Load SDK Success, dwFuncMode:0x22fa,V4.7(Build Time:Apr 3 2013 10:02:38)
[2013-07-02 13:41:55(731)] Load BRMiscUtil.dll success!(V4.7 Build Time:Mar 19 2013 15:34:35)
[2013-07-02 13:41:55(794)] Load BRMediaUtil.dll success!(V4.7 Build Time:Mar 19 2013 15:37:49)
[2013-07-02 13:41:55(795)] Load BRMediaShow.dll success!(V4.7 Build Time:Mar 19 2013 15:36:31)
[2013-07-02 13:41:55(798)] Load BRMediaCore.dll success!(V4.7 Build Time:Mar 27 2013 22:30:01)
[2013-07-02 13:42:09(160)] Invoke BRAC_Connect(127.0.0.1,8906)=0
[2013-07-02 13:42:09(161)] Invoke LoginServer(username=login:15555215554:demo)
[2013-07-02 13:42:09(264)] CheckClientSocketLink Connect(ip=127.0.0.1,port=8906)
[2013-07-02 13:42:09(294)] Server version: V4.6(Build Time:2013-04-03 10:03:18)
[2013-07-02 13:42:09(316)] Message OnConnect(bSuccess:1, errorcode=0)
[2013-07-02 13:42:09(327)] Message OnLoginSystem(userid=4,errorcode=0,username=login:15555215554:demo), msg deliver worked(0)
[2013-07-02 13:42:09(333)] Connection to streaming media server successfully!(udp delay:0ms)
[2013-07-02 13:42:21(696)] Invoke BRAC_Connect(127.0.0.1,8906)=0
[2013-07-02 13:42:21(697)] Invoke LoginServer(username=login:15555215558:demo)
[2013-07-02 13:42:21(774)] CheckClientSocketLink Connect(ip=127.0.0.1,port=8906)
[2013-07-02 13:42:21(795)] Server version: V4.6(Build Time:2013-04-03 10:03:18)
[2013-07-02 13:42:21(816)] Message OnConnect(bSuccess:1, errorcode=0)
[2013-07-02 13:42:21(827)] Message OnLoginSystem(userid=5,errorcode=0,username=login:15555215558:demo), msg deliver worked(0)
[2013-07-02 13:42:21(833)] Connection to streaming media server successfully!(udp delay:0ms)
[2013-07-02 13:42:33(118)] Message OnLinkClose(reason=0, dwErrorCode:0)
[2013-07-02 13:42:36(243)] CheckClientSocketLink Connect(ip=127.0.0.1,port=8906)
[2013-07-02 13:42:41(265)] Message OnConnect(bSuccess:0, errorcode=100)
[2013-07-02 13:42:46(289)] CheckClientSocketLink Connect(ip=127.0.0.1,port=8906)
[2013-07-02 13:42:47(330)] Message OnLinkClose(reason=0, dwErrorCode:0)
作者:
Lazy_Life
时间:
2013-7-2 13:45
[2013-07-02 13:40:20(917)] ---------------------Init Service--------------------------
[2013-07-02 13:40:20(968)] Current File Version[4, 7, 0, 0],Build time:2013-04-03 10:03:18
[2013-07-02 13:40:20(995)] Start Server At Demo Mode!
[2013-07-02 13:40:21(040)] Start TCP Server Successed(port=8906)!
[2013-07-02 13:40:21(054)] Start UDP Server Successed(port=8907)!
[2013-07-02 13:40:21(085)] AnyChat IPC Filter Plus Init, Build Time:Mar 19 2013 15:48:02
[2013-07-02 13:40:21(085)] Load SDK Filter Plus:IPCFilterPlus.dll Success, ver:SDK Filter Plus (IPC), for Windows V4.6
[2013-07-02 13:41:21(010)] Stream Buffer, item:0, resend:0, delete:0, StreamItemPool(0, 0), SequencePool(0, 0), MediaPackPool(0, 0)
[2013-07-02 13:41:21(029)] TCP, new user:2, RecvPackNum:21, RecvPackSize:0 kByte, map:2
[2013-07-02 13:41:21(074)] UDP Read, read:9(0MByte), error:0
[2013-07-02 13:42:09(332)] Async deliver thread, list:1, pool:0, recv:21, send:20
[2013-07-02 13:42:09(333)] UDP Send, sendbufsize:0, send:21(0MByte, 0Mbps), discard:0, error:0, block:0
[2013-07-02 13:42:21(029)] Stream Buffer, item:0, resend:0, delete:0, StreamItemPool(0, 0), SequencePool(0, 0), MediaPackPool(0, 0)
[2013-07-02 13:42:21(094)] UDP Read, read:26(0MByte), error:0
[2013-07-02 13:42:21(095)] TCP, new user:1, RecvPackNum:12, RecvPackSize:0 kByte, map:1
[2013-07-02 13:43:21(039)] Stream Buffer, item:0, resend:0, delete:0, StreamItemPool(0, 0), SequencePool(0, 0), MediaPackPool(0, 0)
[2013-07-02 13:43:21(104)] UDP Read, read:6(0MByte), error:0
作者:
admin
时间:
2013-7-2 13:51
你加错地方了,是需要在客户端的配置文件里面打开,仔细看一下这里面的信息:
http://www.anychat.cn/faq/index. ... =266&artlang=zh
作者:
Lazy_Life
时间:
2013-7-2 14:02
[2013-07-02 14:01:38(123)] ---------------------------BRAnyChatCore ActiveCallLog---------------------------
[2013-07-02 14:01:38(123)] Load SDK Success, dwFuncMode:0x22fa,V4.7(Build Time:Apr 3 2013 10:02:38)
[2013-07-02 14:01:38(127)] Load BRMiscUtil.dll success!(V4.7 Build Time:Mar 19 2013 15:34:35)
[2013-07-02 14:01:38(183)] Load BRMediaUtil.dll success!(V4.7 Build Time:Mar 19 2013 15:37:49)
[2013-07-02 14:01:38(184)] Load BRMediaShow.dll success!(V4.7 Build Time:Mar 19 2013 15:36:31)
[2013-07-02 14:01:38(187)] Load BRMediaCore.dll success!(V4.7 Build Time:Mar 27 2013 22:30:01)
[2013-07-02 14:01:42(019)] BRAC_Connect---->
[2013-07-02 14:01:42(024)] Invoke BRAC_Connect(127.0.0.1,8906)=0
[2013-07-02 14:01:42(025)] <----BRAC_Connect
[2013-07-02 14:01:42(026)] BRAC_Login---->
[2013-07-02 14:01:42(027)] Invoke LoginServer(username=login:15555215554:demo)
[2013-07-02 14:01:42(028)] <----BRAC_Login
[2013-07-02 14:01:42(038)] CheckClientSocketLink Connect(ip=127.0.0.1,port=8906)
[2013-07-02 14:01:42(079)] Server version: V4.6(Build Time:2013-04-03 10:03:18)
[2013-07-02 14:01:42(099)] Message OnConnect(bSuccess:1, errorcode=0)
[2013-07-02 14:01:42(105)] Begin NotifyMsg Callback(msg:1, wParam:1, lParam:0)
[2013-07-02 14:01:42(107)] End NotifyMsg Callback
[2013-07-02 14:01:42(110)] Message OnLoginSystem(userid=-1,errorcode=206,username=), msg deliver worked(0)
[2013-07-02 14:01:42(118)] Begin NotifyMsg Callback(msg:2, wParam:-1, lParam:206)
[2013-07-02 14:01:43(301)] End NotifyMsg Callback
[2013-07-02 14:02:02(109)] OnLinkClose---->
[2013-07-02 14:02:02(114)] Message OnLinkClose(reason=0, dwErrorCode:0)
[2013-07-02 14:02:02(122)] Begin NotifyMsg Callback(msg:6, wParam:0, lParam:0)
[2013-07-02 14:02:02(123)] End NotifyMsg Callback
[2013-07-02 14:02:02(141)] <----OnLinkClose
[2013-07-02 14:02:04(216)] CheckClientSocketLink Connect(ip=127.0.0.1,port=8906)
[2013-07-02 14:02:04(267)] Server version: V4.6(Build Time:2013-04-03 10:03:18)
[2013-07-02 14:02:04(269)] Message OnConnect(bSuccess:1, errorcode=0)
[2013-07-02 14:02:04(274)] Begin NotifyMsg Callback(msg:1, wParam:1, lParam:0)
[2013-07-02 14:02:04(275)] End NotifyMsg Callback
[2013-07-02 14:02:07(298)] BRAC_Connect---->
[2013-07-02 14:02:07(300)] Invoke BRAC_Connect(127.0.0.1,8906)=0
[2013-07-02 14:02:07(300)] <----BRAC_Connect
[2013-07-02 14:02:07(301)] BRAC_Login---->
[2013-07-02 14:02:07(302)] Invoke LoginServer(username=login:15555215554:demo)
[2013-07-02 14:02:07(303)] <----BRAC_Login
[2013-07-02 14:02:07(310)] Message OnLoginSystem(userid=-1,errorcode=206,username=), msg deliver worked(0)
[2013-07-02 14:02:07(316)] Begin NotifyMsg Callback(msg:2, wParam:-1, lParam:206)
[2013-07-02 14:02:08(522)] End NotifyMsg Callback
[2013-07-02 14:02:12(099)] BRAC_Connect---->
[2013-07-02 14:02:12(100)] Invoke BRAC_Connect(127.0.0.1,8906)=0
[2013-07-02 14:02:12(101)] <----BRAC_Connect
[2013-07-02 14:02:12(102)] BRAC_Login---->
[2013-07-02 14:02:12(103)] Invoke LoginServer(username=login:15555215554:demo)
[2013-07-02 14:02:12(104)] <----BRAC_Login
[2013-07-02 14:02:12(519)] Message OnLoginSystem(userid=2,errorcode=0,username=login:15555215554:demo), msg deliver worked(0)
[2013-07-02 14:02:12(523)] Load BRMediaUtil.dll success!(V4.7 Build Time:Mar 19 2013 15:37:49)
[2013-07-02 14:02:12(523)] Load BRMediaShow.dll success!(V4.7 Build Time:Mar 19 2013 15:36:31)
[2013-07-02 14:02:12(525)] Load BRMediaCore.dll success!(V4.7 Build Time:Mar 27 2013 22:30:01)
[2013-07-02 14:02:12(539)] Connection to streaming media server successfully!(udp delay:0ms)
[2013-07-02 14:02:12(546)] Begin NotifyMsg Callback(msg:2, wParam:2, lParam:0)
[2013-07-02 14:02:12(595)] End NotifyMsg Callback
[2013-07-02 14:02:12(747)] OnTransBufferCallBack(dwUserId:0, buf[0]=0x6e, buf[8]=0x73, len=9)
[2013-07-02 14:02:12(756)] Begin TransBuffer Callback
[2013-07-02 14:02:12(780)] End TransBuffer Callback
[2013-07-02 14:02:14(613)] BRAC_TransBufferEx---->
[2013-07-02 14:02:14(614)] Invoke BRAC_TransBufferEx(dwUserid=0, buf[0]=0x23, buf[10814]=0x39, len=10815, rc=0, dwTaskId:16028)
[2013-07-02 14:02:14(615)] <----BRAC_TransBufferEx
[2013-07-02 14:02:14(721)] Trans Task Status: srcUserId:2, tarUserId:0, TaskId:16028, Status:3
[2013-07-02 14:02:15(735)] Trans Task Status: srcUserId:2, tarUserId:0, TaskId:16028, Status:3
[2013-07-02 14:02:16(746)] Trans Task Status: srcUserId:2, tarUserId:0, TaskId:16028, Status:3
[2013-07-02 14:02:17(757)] Trans Task Status: srcUserId:2, tarUserId:0, TaskId:16028, Status:3
[2013-07-02 14:02:18(768)] Trans Task Status: srcUserId:2, tarUserId:0, TaskId:16028, Status:3
[2013-07-02 14:02:19(800)] Trans Task Status: srcUserId:2, tarUserId:0, TaskId:16028, Status:3
[2013-07-02 14:02:20(813)] Trans Task Status: srcUserId:2, tarUserId:0, TaskId:16028, Status:3
[2013-07-02 14:02:21(828)] Trans Task Status: srcUserId:2, tarUserId:0, TaskId:16028, Status:3
[2013-07-02 14:02:22(839)] Trans Task Status: srcUserId:2, tarUserId:0, TaskId:16028, Status:3
[2013-07-02 14:02:23(853)] Trans Task Status: srcUserId:2, tarUserId:0, TaskId:16028, Status:3
[2013-07-02 14:02:24(875)] Trans Task Status: srcUserId:2, tarUserId:0, TaskId:16028, Status:3
[2013-07-02 14:02:25(884)] Trans Task Status: srcUserId:2, tarUserId:0, TaskId:16028, Status:3
[2013-07-02 14:02:26(900)] Trans Task Status: srcUserId:2, tarUserId:0, TaskId:16028, Status:3
[2013-07-02 14:02:27(913)] Trans Task Status: srcUserId:2, tarUserId:0, TaskId:16028, Status:3
[2013-07-02 14:02:28(928)] Trans Task Status: srcUserId:2, tarUserId:0, TaskId:16028, Status:3
作者:
Lazy_Life
时间:
2013-7-2 14:06
[2013-07-02 14:05:36(133)] ---------------------------BRAnyChatCore ActiveCallLog---------------------------
[2013-07-02 14:05:36(133)] Load SDK Success, dwFuncMode:0x22fa,V4.7(Build Time:Apr 3 2013 10:02:38)
[2013-07-02 14:05:36(137)] Load BRMiscUtil.dll success!(V4.7 Build Time:Mar 19 2013 15:34:35)
[2013-07-02 14:05:36(192)] Load BRMediaUtil.dll success!(V4.7 Build Time:Mar 19 2013 15:37:49)
[2013-07-02 14:05:36(193)] Load BRMediaShow.dll success!(V4.7 Build Time:Mar 19 2013 15:36:31)
[2013-07-02 14:05:36(196)] Load BRMediaCore.dll success!(V4.7 Build Time:Mar 27 2013 22:30:01)
[2013-07-02 14:05:43(738)] BRAC_Connect---->
[2013-07-02 14:05:43(743)] Invoke BRAC_Connect(127.0.0.1,8906)=0
[2013-07-02 14:05:43(744)] <----BRAC_Connect
[2013-07-02 14:05:43(745)] BRAC_Login---->
[2013-07-02 14:05:43(746)] Invoke LoginServer(username=login:15555215554:demo)
[2013-07-02 14:05:43(747)] <----BRAC_Login
[2013-07-02 14:05:43(842)] CheckClientSocketLink Connect(ip=127.0.0.1,port=8906)
[2013-07-02 14:05:43(883)] Server version: V4.6(Build Time:2013-04-03 10:03:18)
[2013-07-02 14:05:43(902)] Message OnConnect(bSuccess:1, errorcode=0)
[2013-07-02 14:05:43(903)] Begin NotifyMsg Callback(msg:1, wParam:1, lParam:0)
[2013-07-02 14:05:43(907)] End NotifyMsg Callback
[2013-07-02 14:05:44(321)] Message OnLoginSystem(userid=2,errorcode=0,username=login:15555215554:demo), msg deliver worked(0)
[2013-07-02 14:05:44(324)] Begin NotifyMsg Callback(msg:2, wParam:2, lParam:0)
[2013-07-02 14:05:44(324)] Connection to streaming media server successfully!(udp delay:0ms)
[2013-07-02 14:05:44(372)] End NotifyMsg Callback
[2013-07-02 14:05:44(476)] OnTransBufferCallBack(dwUserId:0, buf[0]=0x6e, buf[8]=0x73, len=9)
[2013-07-02 14:05:44(482)] Begin TransBuffer Callback
[2013-07-02 14:05:44(493)] End TransBuffer Callback
[2013-07-02 14:05:45(637)] BRAC_TransBufferEx---->
[2013-07-02 14:05:45(639)] Invoke BRAC_TransBufferEx(dwUserid=0, buf[0]=0x23, buf[10814]=0x39, len=10815, rc=0, dwTaskId:8825)
[2013-07-02 14:05:45(639)] <----BRAC_TransBufferEx
[2013-07-02 14:05:45(976)] Trans Task Status: srcUserId:2, tarUserId:0, TaskId:8825, Status:3
[2013-07-02 14:05:46(986)] Trans Task Status: srcUserId:2, tarUserId:0, TaskId:8825, Status:3
[2013-07-02 14:05:47(997)] Trans Task Status: srcUserId:2, tarUserId:0, TaskId:8825, Status:3
[2013-07-02 14:05:49(018)] Trans Task Status: srcUserId:2, tarUserId:0, TaskId:8825, Status:3
[2013-07-02 14:05:50(027)] Trans Task Status: srcUserId:2, tarUserId:0, TaskId:8825, Status:3
作者:
Lazy_Life
时间:
2013-7-2 14:35
不好意思,好了,是最后一个参数错了,最后一个参数应该是为0对吧,我把它设为1了
作者:
admin
时间:
2013-7-2 17:48
好的,若还有其它问题可随时和我们联系,
欢迎光临 AnyChat技术支持论坛 (http://bbs.anychat.cn/)
Powered by Discuz! X3