设为首页收藏本站

AnyChat技术支持论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 活动 交友 discuz
查看: 7149|回复: 18

录像完成回调函数问题

[复制链接]

22

主题

67

帖子

295

积分

中级会员

Rank: 3Rank: 3

积分
295
发表于 2013-11-14 14:45:23 | 显示全部楼层 |阅读模式
typedef void (CALLBACK * BRAS_OnServerRecord_CallBack)(DWORD dwUserId, DWORD dwParam, DWORD dwRecordServerId, DWORD dwElapse, LPCTSTR lpRecordFileName, LPVOID lpUserValue);
参数:
dwUserId 用户ID,指示录像文件所对应的用户编号
dwParam 附带参数
dwRecordServerId 录像服务器ID(保留)
dwElapse 录像文件时长,单位:秒
lpRecordFileName 录像文件名
lpUserValue: 用户自定义参数,在设置回调函数时传入



问什么无论录制多长时间,返回的                “dwElapse 录像文件时长,单位:秒 ”            一直是0

回复

使用道具 举报

5

主题

1269

帖子

3677

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
3677
发表于 2013-11-14 15:00:45 | 显示全部楼层
您好,可以把你录制完成之后的客户端日志发上来,我们分下下
回复 支持 反对

使用道具 举报

22

主题

67

帖子

295

积分

中级会员

Rank: 3Rank: 3

积分
295
 楼主| 发表于 2013-11-14 15:25:44 | 显示全部楼层
4.8demo 里没有服务端录像,后来我自己加上的
录像按钮
void CBRAnyChatSDKDemoDlg::OnBnClickedButton1()
{
        // TODO: 在此添加控件通知处理程序代码

        DWORD dwFlags = BRAC_RECORD_FLAGS_VIDEO | BRAC_RECORD_FLAGS_AUDIO | BRAC_RECORD_FLAGS_SERVER;
        BRAC_StreamRecordCtrl(-1, TRUE, dwFlags, 0);//服务端录像
        AppendLogString("开始录像");

        int errornumber;
        CString logstr;
        unsigned char Buffer[10]={0};
                Buffer[0] = 1;
                if(errornumber=BRAC_TransBuffer(0, Buffer, sizeof(Buffer)))
                {
                        logstr.Format(_T("Warning:Informate server STARTMEET failed!error:%d"),errornumber);
                        AppendLogString(logstr);
                        return;
                }
                else
                        AppendLogString(_T("Informate server STARTMEET  success!"));


}

结束录像按钮

void CBRAnyChatSDKDemoDlg::OnBnClickedButton2()
{
        // TODO: 在此添加控件通知处理程序代码
        DWORD dwFlags = BRAC_RECORD_FLAGS_VIDEO | BRAC_RECORD_FLAGS_AUDIO | BRAC_RECORD_FLAGS_SERVER;
        BRAC_StreamRecordCtrl(-1, FALSE, dwFlags, 0);//服务端录像
        AppendLogString("结束录像");
}


现在情况是,这两个函数都调用成功了,录制的录像我也能查到,是一个不低于30秒的画面。但问题里提到的这个服务端回调函数,返回的文件名等都对,只是录像时间一直返回0
回复 支持 反对

使用道具 举报

5

主题

1269

帖子

3677

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
3677
发表于 2013-11-14 15:50:32 | 显示全部楼层
zhangss 发表于 2013-11-14 15:25
4.8demo 里没有服务端录像,后来我自己加上的
录像按钮
void CBRAnyChatSDKDemoDlg::OnBnClickedButton1( ...

嗯,了解。你把录制完成的客户端日志发上来看下,我们分下
回复 支持 反对

使用道具 举报

22

主题

67

帖子

295

积分

中级会员

Rank: 3Rank: 3

积分
295
 楼主| 发表于 2013-11-14 16:03:43 | 显示全部楼层
[2013-11-14 15:29:56(055)]        ---------------------------AnyChat Platform Core SDK Client Log---------------------------
[2013-11-14 15:29:56(056)]        Load BRAnyChatCore.dll success!(V4.8 Build Time:Aug  6 2013 20:52:08)
[2013-11-14 15:29:56(151)]        Load BRMiscUtil.dll success!(V4.8 Build Time:Aug  6 2013 20:49:59)
[2013-11-14 15:29:56(250)]        Load BRMediaUtil.dll success!(V4.8 Build Time:Aug  6 2013 20:52:04)
[2013-11-14 15:29:56(254)]        Load BRMediaShow.dll success!(V4.8 Build Time:Aug  6 2013 20:50:05)
[2013-11-14 15:29:56(272)]        Load BRMediaCore.dll success!(V4.8 Build Time:Aug  6 2013 20:50:20)
[2013-11-14 15:29:56(398)]        Invoke        SetSDKOption(BRAC_SO_AUDIO_AGCCTRL,1)
[2013-11-14 15:29:56(402)]        Invoke        SetSDKOption(BRAC_SO_AUDIO_VADCTRL,1)
[2013-11-14 15:29:56(404)]        Invoke        SetSDKOption(BRAC_SO_AUDIO_NSCTRL,1)
[2013-11-14 15:29:56(405)]        Invoke        SetSDKOption(BRAC_SO_AUDIO_ECHOCTRL,1)
[2013-11-14 15:29:56(484)]        Invoke        BRAC_Connect(192.168.1.59,8089)=0
[2013-11-14 15:29:56(485)]        Invoke        LoginServer(username=JS_371428199105011111-ZY_100222-AD_333)
[2013-11-14 15:29:56(503)]        CheckClientSocketLink         Connect(ip=192.168.1.59,port=8089)
[2013-11-14 15:29:56(545)]        Server version: V4.8(Build Time:2013-08-29 22:17:29, Server OS:Windows)
[2013-11-14 15:29:56(590)]        Message        OnConnect(bSuccess:1, errorcode=0)
[2013-11-14 15:29:56(611)]        Message        OnLoginSystem(userid=10000111,errorcode=0,username=JS_371428199105011111-ZY_100222-AD_333), msg deliver worked(1)
[2013-11-14 15:29:56(616)]        Connection to streaming media server successfully!(udp delay:0ms)
[2013-11-14 15:29:58(034)]        Invoke        EnterRoom(roomid=1)
[2013-11-14 15:29:58(044)]        Message        OnEnterRoom(roomid=1,errorcode=0,siteindex=0)
[2013-11-14 15:29:58(047)]        Invoke        BRAC_SetVideoPos(dwUserId:-1, hWnd:0x80216, l:29, t:326, r:209, b:461)
[2013-11-14 15:29:58(049)]        Invoke        UserCameraControl(userid=-1,bOpen=1)
[2013-11-14 15:29:58(050)]        Invoke        UserSpeakControl(userid=-1,bOpen=1)
[2013-11-14 15:29:58(051)]        Message        OnReceiveOnlineUser(count=1,roomid=1)
[2013-11-14 15:29:58(142)]        Win7 AEC Audio Capture Driver(麦克风 (Realtek High Definition Audio))
[2013-11-14 15:29:58(151)]        Audio Init, error:0, device:1, 1, 16000, 16, capmode:0
[2013-11-14 15:29:58(153)]        Audio codec init, handle:1, 11, 1, 16000, 16, 15850
[2013-11-14 15:29:58(186)]        Audio Playback Device Init(0, 1, 16000, 16), WaveOut Playback Driver
[2013-11-14 15:29:58(279)]        ****Open Local Video Fail,ErrorCode:10011
[2013-11-14 15:29:58(363)]        Audio FX Status: VAD:1, NS:2, AGC:8, AEC:4
[2013-11-14 15:30:01(403)]        Invoke        StreamRecordCtrl(-1, 1, 0x7, 0)=0
[2013-11-14 15:30:03(883)]        Invoke        StreamRecordCtrl(-1, 0, 0x7, 0)=0
[2013-11-14 15:30:28(274)]        Invoke        StreamRecordCtrl(-1, 1, 0x7, 0)=0
[2013-11-14 15:30:30(530)]        Invoke        StreamRecordCtrl(-1, 0, 0x7, 0)=0
[2013-11-14 15:44:57(797)]        Invoke        LeaveRoom(roomid=-1)        Elapse:31 ms
[2013-11-14 15:44:57(822)]        Message        OnLinkClose(reason=2, dwErrorCode:105)
回复 支持 反对

使用道具 举报

22

主题

67

帖子

295

积分

中级会员

Rank: 3Rank: 3

积分
295
 楼主| 发表于 2013-11-14 16:07:39 | 显示全部楼层
上面那个发错时间了

[2013-11-14 16:05:39(446)]        ---------------------------AnyChat Platform Core SDK Client Log---------------------------
[2013-11-14 16:05:39(448)]        Load BRAnyChatCore.dll success!(V4.8 Build Time:Aug  6 2013 20:52:08)
[2013-11-14 16:05:39(552)]        Load BRMiscUtil.dll success!(V4.8 Build Time:Aug  6 2013 20:49:59)
[2013-11-14 16:05:40(226)]        Load BRMediaUtil.dll success!(V4.8 Build Time:Aug  6 2013 20:52:04)
[2013-11-14 16:05:40(232)]        Load BRMediaShow.dll success!(V4.8 Build Time:Aug  6 2013 20:50:05)
[2013-11-14 16:05:40(245)]        Load BRMediaCore.dll success!(V4.8 Build Time:Aug  6 2013 20:50:20)
[2013-11-14 16:05:40(453)]        Invoke        SetSDKOption(BRAC_SO_AUDIO_AGCCTRL,1)
[2013-11-14 16:05:40(454)]        Invoke        SetSDKOption(BRAC_SO_AUDIO_VADCTRL,1)
[2013-11-14 16:05:40(455)]        Invoke        SetSDKOption(BRAC_SO_AUDIO_NSCTRL,1)
[2013-11-14 16:05:40(456)]        Invoke        SetSDKOption(BRAC_SO_AUDIO_ECHOCTRL,1)
[2013-11-14 16:05:40(741)]        Invoke        BRAC_Connect(192.168.1.59,8089)=0
[2013-11-14 16:05:40(747)]        Invoke        LoginServer(username=JS_371428199105011111-ZY_100222-AD_333)
[2013-11-14 16:05:40(785)]        CheckClientSocketLink         Connect(ip=192.168.1.59,port=8089)
[2013-11-14 16:05:40(837)]        Server version: V4.8(Build Time:2013-08-29 22:17:29, Server OS:Windows)
[2013-11-14 16:05:40(841)]        Message        OnConnect(bSuccess:1, errorcode=0)
[2013-11-14 16:05:40(864)]        Message        OnLoginSystem(userid=10000111,errorcode=0,username=JS_371428199105011111-ZY_100222-AD_333), msg deliver worked(1)
[2013-11-14 16:05:40(871)]        Connection to streaming media server successfully!(udp delay:0ms)
[2013-11-14 16:05:41(164)]        Invoke        EnterRoom(roomid=1)
[2013-11-14 16:05:41(174)]        Message        OnEnterRoom(roomid=1,errorcode=0,siteindex=0)
[2013-11-14 16:05:41(177)]        Message        OnReceiveOnlineUser(count=1,roomid=1)
[2013-11-14 16:05:41(178)]        Invoke        BRAC_SetVideoPos(dwUserId:-1, hWnd:0x80216, l:29, t:326, r:209, b:461)
[2013-11-14 16:05:41(179)]        Invoke        UserCameraControl(userid=-1,bOpen=1)
[2013-11-14 16:05:41(181)]        Invoke        UserSpeakControl(userid=-1,bOpen=1)
[2013-11-14 16:05:41(282)]        Win7 AEC Audio Capture Driver(麦克风 (Realtek High Definition Audio))
[2013-11-14 16:05:41(296)]        Audio Init, error:0, device:1, 1, 16000, 16, capmode:0
[2013-11-14 16:05:41(298)]        Audio codec init, handle:1, 11, 1, 16000, 16, 15850
[2013-11-14 16:05:41(324)]        Audio Playback Device Init(0, 1, 16000, 16), WaveOut Playback Driver
[2013-11-14 16:05:42(087)]        MinCroppingSize(640, 480)        MaxCroppingSize(640, 480)        Format(YUY2, 0x32595559)
[2013-11-14 16:05:42(093)]        MinCroppingSize(640, 480)        MaxCroppingSize(640, 480)        Format(YUY2, 0x8d2681)
[2013-11-14 16:05:42(095)]        MinCroppingSize(160, 120)        MaxCroppingSize(160, 120)        Format(YUY2, 0x32595559)
[2013-11-14 16:05:42(104)]        MinCroppingSize(160, 120)        MaxCroppingSize(160, 120)        Format(YUY2, 0x8d2681)
[2013-11-14 16:05:42(106)]        MinCroppingSize(176, 144)        MaxCroppingSize(176, 144)        Format(YUY2, 0x32595559)
[2013-11-14 16:05:42(114)]        MinCroppingSize(176, 144)        MaxCroppingSize(176, 144)        Format(YUY2, 0x8d2681)
[2013-11-14 16:05:42(115)]        MinCroppingSize(320, 240)        MaxCroppingSize(320, 240)        Format(YUY2, 0x32595559)
[2013-11-14 16:05:42(116)]        MinCroppingSize(320, 240)        MaxCroppingSize(320, 240)        Format(YUY2, 0x8d2681)
[2013-11-14 16:05:42(123)]        MinCroppingSize(352, 288)        MaxCroppingSize(352, 288)        Format(YUY2, 0x32595559)
[2013-11-14 16:05:42(124)]        MinCroppingSize(352, 288)        MaxCroppingSize(352, 288)        Format(YUY2, 0x8d2681)
[2013-11-14 16:05:42(132)]        MinCroppingSize(640, 360)        MaxCroppingSize(640, 360)        Format(YUY2, 0x32595559)
[2013-11-14 16:05:42(133)]        MinCroppingSize(640, 360)        MaxCroppingSize(640, 360)        Format(YUY2, 0x8d2681)
[2013-11-14 16:05:42(139)]        MinCroppingSize(640, 400)        MaxCroppingSize(640, 400)        Format(YUY2, 0x32595559)
[2013-11-14 16:05:42(140)]        MinCroppingSize(640, 400)        MaxCroppingSize(640, 400)        Format(YUY2, 0x8d2681)
[2013-11-14 16:05:42(146)]        MinCroppingSize(640, 480)        MaxCroppingSize(640, 480)        Format(MJPG, 0x47504a4d)
[2013-11-14 16:05:42(147)]        MinCroppingSize(640, 480)        MaxCroppingSize(640, 480)        Format(MJPG, 0x8d2181)
[2013-11-14 16:05:42(148)]        MinCroppingSize(160, 120)        MaxCroppingSize(160, 120)        Format(MJPG, 0x47504a4d)
[2013-11-14 16:05:42(158)]        MinCroppingSize(160, 120)        MaxCroppingSize(160, 120)        Format(MJPG, 0x8d2181)
[2013-11-14 16:05:42(160)]        MinCroppingSize(176, 144)        MaxCroppingSize(176, 144)        Format(MJPG, 0x47504a4d)
[2013-11-14 16:05:42(167)]        MinCroppingSize(176, 144)        MaxCroppingSize(176, 144)        Format(MJPG, 0x8d2181)
[2013-11-14 16:05:42(168)]        MinCroppingSize(320, 240)        MaxCroppingSize(320, 240)        Format(MJPG, 0x47504a4d)
[2013-11-14 16:05:42(175)]        MinCroppingSize(320, 240)        MaxCroppingSize(320, 240)        Format(MJPG, 0x8d2181)
[2013-11-14 16:05:42(177)]        MinCroppingSize(352, 288)        MaxCroppingSize(352, 288)        Format(MJPG, 0x47504a4d)
[2013-11-14 16:05:42(183)]        MinCroppingSize(352, 288)        MaxCroppingSize(352, 288)        Format(MJPG, 0x8d2181)
[2013-11-14 16:05:42(185)]        MinCroppingSize(640, 360)        MaxCroppingSize(640, 360)        Format(MJPG, 0x47504a4d)
[2013-11-14 16:05:42(186)]        MinCroppingSize(640, 360)        MaxCroppingSize(640, 360)        Format(MJPG, 0x8d2181)
[2013-11-14 16:05:42(192)]        MinCroppingSize(640, 400)        MaxCroppingSize(640, 400)        Format(MJPG, 0x47504a4d)
[2013-11-14 16:05:42(194)]        MinCroppingSize(640, 400)        MaxCroppingSize(640, 400)        Format(MJPG, 0x8d2181)
[2013-11-14 16:05:42(439)]        Video Config Size(320, 240)        Format(YUY2, 25fps)
[2013-11-14 16:05:42(534)]        video init finish:320x240, YUY2, fps:25
[2013-11-14 16:05:42(598)]        Audio FX Status: VAD:1, NS:2, AGC:8, AEC:4
[2013-11-14 16:05:43(052)]        video codec init:codec:1, 15fps, 320x240, bitrate:90000, quality:3, preset:3, gop:30, handle:2
[2013-11-14 16:05:43(404)]        Invoke        StreamRecordCtrl(-1, 1, 0x7, 0)=0
[2013-11-14 16:05:47(011)]        Invoke        StreamRecordCtrl(-1, 0, 0x7, 0)=0
[2013-11-14 16:05:52(724)]        Invoke        StreamRecordCtrl(-1, 1, 0x7, 0)=0
[2013-11-14 16:05:53(396)]        Invoke        StreamRecordCtrl(-1, 0, 0x7, 0)=0
[2013-11-14 16:06:41(179)]        Invoke        StreamRecordCtrl(-1, 1, 0x7, 0)=0
[2013-11-14 16:07:00(812)]        Invoke        StreamRecordCtrl(-1, 0, 0x7, 0)=0
回复 支持 反对

使用道具 举报

5

主题

1269

帖子

3677

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
3677
发表于 2013-11-14 16:34:52 | 显示全部楼层
这个版本不是最新的,建到网上下载最新的版本再测试一下。http://www.anychat.cn/download.html
回复 支持 反对

使用道具 举报

22

主题

67

帖子

295

积分

中级会员

Rank: 3Rank: 3

积分
295
 楼主| 发表于 2013-11-14 17:35:32 | 显示全部楼层
我看他们都是4.8的。换新版本的时候,我自己修改代码的两个文件:AnyChatBusinessServerDlg.h,AnyChatBusinessServerDlg.cpp这两个文件不用改动是吧?
客户端只需要替换ax、dll文件。服务端替换中心服务器、录像服务器和业务服务器的.dll文件
回复 支持 反对

使用道具 举报

5

主题

1269

帖子

3677

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
3677
发表于 2013-11-14 17:51:39 | 显示全部楼层
zhangss 发表于 2013-11-14 17:35
我看他们都是4.8的。换新版本的时候,我自己修改代码的两个文件:AnyChatBusinessServerDlg.h,AnyChatBusin ...

是的,你自己写的代码部分不用变。替换客户端和服务器端库文件就行
回复 支持 反对

使用道具 举报

22

主题

67

帖子

295

积分

中级会员

Rank: 3Rank: 3

积分
295
 楼主| 发表于 2013-11-14 18:54:54 | 显示全部楼层
[2013-11-14 18:52:49(650)]        ---------------------------AnyChat Platform Core SDK Client Log---------------------------
[2013-11-14 18:52:49(650)]        Load BRAnyChatCore.dll success!(V4.8 Build Time:Nov 11 2013 17:06:31)
[2013-11-14 18:52:49(665)]        Load BRMiscUtil.dll success!(V4.7 Build Time:Jul  4 2013 17:47:14)
[2013-11-14 18:52:49(697)]        Load BRMediaUtil.dll success!(V4.7 Build Time:Jul  4 2013 17:50:04)
[2013-11-14 18:52:49(712)]        Load BRMediaShow.dll success!(V4.7 Build Time:Jul  4 2013 17:47:19)
[2013-11-14 18:52:49(712)]        Load BRMediaCore.dll success!(V4.7 Build Time:Jul 10 2013 21:07:39)
[2013-11-14 18:52:49(712)]        Invoke        SetSDKOption(BRAC_SO_AUDIO_AGCCTRL,1)
[2013-11-14 18:52:49(712)]        Invoke        SetSDKOption(BRAC_SO_AUDIO_VADCTRL,1)
[2013-11-14 18:52:49(728)]        Invoke        SetSDKOption(BRAC_SO_AUDIO_NSCTRL,1)
[2013-11-14 18:52:49(728)]        Invoke        SetSDKOption(BRAC_SO_AUDIO_ECHOCTRL,1)
[2013-11-14 18:52:49(728)]        Invoke        AudioGetVolume(device:1, dwVolume:50)=0
[2013-11-14 18:52:49(728)]        Invoke        AudioGetVolume(device:0, dwVolume:50)=0
[2013-11-14 18:52:53(019)]        Invoke        BRAC_Connect(192.168.1.59,8089)=0
[2013-11-14 18:52:53(019)]        Invoke        LoginServer(username=JS_371428199105011111-ZY_100222-AD_333)
[2013-11-14 18:52:53(097)]        CheckClientSocketLink         Connect(ip=192.168.1.59,port=8089)
[2013-11-14 18:52:53(129)]        Server version: V4.8(Build Time:2013-11-11 17:05:44, Server OS:Windows)
[2013-11-14 18:52:53(129)]        Message        OnConnect(bSuccess:1, errorcode=0)
[2013-11-14 18:52:53(222)]        Message        OnLoginSystem(userid=10000111,errorcode=0,username=JS_371428199105011111-ZY_100222-AD_333), msg deliver worked(1)
[2013-11-14 18:52:53(253)]        Connection to streaming media server successfully!(udp delay:15ms)
[2013-11-14 18:52:53(799)]        Invoke        EnterRoom(roomid=1)
[2013-11-14 18:52:53(893)]        Message        OnEnterRoom(roomid=1,errorcode=0,siteindex=0)
[2013-11-14 18:52:53(893)]        Message        OnReceiveOnlineUser(count=1,roomid=1)
[2013-11-14 18:52:53(893)]        Invoke        BRAC_SetVideoPos(dwUserId:-1, hWnd:0x780fd0, l:29, t:326, r:209, b:461)
[2013-11-14 18:52:53(893)]        Invoke        UserCameraControl(userid=-1,bOpen=1)
[2013-11-14 18:52:53(893)]        Invoke        UserSpeakControl(userid=-1,bOpen=1)
[2013-11-14 18:52:54(049)]        MinCroppingSize(640, 480)        MaxCroppingSize(640, 480)        Format(YUY2, 0x32595559)
[2013-11-14 18:52:54(049)]        MinCroppingSize(640, 480)        MaxCroppingSize(640, 480)        Format(YUY2, 0x8d2681)
[2013-11-14 18:52:54(049)]        MinCroppingSize(160, 120)        MaxCroppingSize(160, 120)        Format(YUY2, 0x32595559)
[2013-11-14 18:52:54(049)]        MinCroppingSize(160, 120)        MaxCroppingSize(160, 120)        Format(YUY2, 0x8d2681)
[2013-11-14 18:52:54(049)]        MinCroppingSize(176, 144)        MaxCroppingSize(176, 144)        Format(YUY2, 0x32595559)
[2013-11-14 18:52:54(049)]        MinCroppingSize(176, 144)        MaxCroppingSize(176, 144)        Format(YUY2, 0x8d2681)
[2013-11-14 18:52:54(049)]        MinCroppingSize(320, 240)        MaxCroppingSize(320, 240)        Format(YUY2, 0x32595559)
[2013-11-14 18:52:54(049)]        MinCroppingSize(320, 240)        MaxCroppingSize(320, 240)        Format(YUY2, 0x8d2681)
[2013-11-14 18:52:54(049)]        MinCroppingSize(352, 288)        MaxCroppingSize(352, 288)        Format(YUY2, 0x32595559)
[2013-11-14 18:52:54(049)]        MinCroppingSize(352, 288)        MaxCroppingSize(352, 288)        Format(YUY2, 0x8d2681)
[2013-11-14 18:52:54(049)]        MinCroppingSize(640, 360)        MaxCroppingSize(640, 360)        Format(YUY2, 0x32595559)
[2013-11-14 18:52:54(049)]        MinCroppingSize(640, 360)        MaxCroppingSize(640, 360)        Format(YUY2, 0x8d2681)
[2013-11-14 18:52:54(049)]        MinCroppingSize(640, 400)        MaxCroppingSize(640, 400)        Format(YUY2, 0x32595559)
[2013-11-14 18:52:54(049)]        MinCroppingSize(640, 400)        MaxCroppingSize(640, 400)        Format(YUY2, 0x8d2681)
[2013-11-14 18:52:54(049)]        MinCroppingSize(640, 480)        MaxCroppingSize(640, 480)        Format(MJPG, 0x47504a4d)
[2013-11-14 18:52:54(049)]        MinCroppingSize(640, 480)        MaxCroppingSize(640, 480)        Format(MJPG, 0x8d2181)
[2013-11-14 18:52:54(049)]        MinCroppingSize(160, 120)        MaxCroppingSize(160, 120)        Format(MJPG, 0x47504a4d)
[2013-11-14 18:52:54(049)]        MinCroppingSize(160, 120)        MaxCroppingSize(160, 120)        Format(MJPG, 0x8d2181)
[2013-11-14 18:52:54(065)]        MinCroppingSize(176, 144)        MaxCroppingSize(176, 144)        Format(MJPG, 0x47504a4d)
[2013-11-14 18:52:54(065)]        MinCroppingSize(176, 144)        MaxCroppingSize(176, 144)        Format(MJPG, 0x8d2181)
[2013-11-14 18:52:54(065)]        MinCroppingSize(320, 240)        MaxCroppingSize(320, 240)        Format(MJPG, 0x47504a4d)
[2013-11-14 18:52:54(065)]        MinCroppingSize(320, 240)        MaxCroppingSize(320, 240)        Format(MJPG, 0x8d2181)
[2013-11-14 18:52:54(065)]        MinCroppingSize(352, 288)        MaxCroppingSize(352, 288)        Format(MJPG, 0x47504a4d)
[2013-11-14 18:52:54(065)]        MinCroppingSize(352, 288)        MaxCroppingSize(352, 288)        Format(MJPG, 0x8d2181)
[2013-11-14 18:52:54(065)]        MinCroppingSize(640, 360)        MaxCroppingSize(640, 360)        Format(MJPG, 0x47504a4d)
[2013-11-14 18:52:54(065)]        MinCroppingSize(640, 360)        MaxCroppingSize(640, 360)        Format(MJPG, 0x8d2181)
[2013-11-14 18:52:54(065)]        MinCroppingSize(640, 400)        MaxCroppingSize(640, 400)        Format(MJPG, 0x47504a4d)
[2013-11-14 18:52:54(065)]        MinCroppingSize(640, 400)        MaxCroppingSize(640, 400)        Format(MJPG, 0x8d2181)
[2013-11-14 18:52:54(065)]        Video Config Size(320, 240)        Format(YUY2, 25fps)
[2013-11-14 18:52:54(127)]        video init finish:320x240, YUY2, fps:25
[2013-11-14 18:52:54(211)]        Win7 AEC Audio Capture Driver(麦克风 (USB Audio Device))
[2013-11-14 18:52:54(352)]        Audio Init, error:0, device:0, 1, 16000, 16, capmode:0
[2013-11-14 18:52:54(353)]        Audio codec init, handle:1, 11, 1, 16000, 16, 15850
[2013-11-14 18:52:54(385)]        Audio Playback Device Init(0, 1, 16000, 16), WaveOut Playback Driver
[2013-11-14 18:52:54(440)]        Audio FX Status: VAD:1, NS:2, AGC:8, AEC:4
[2013-11-14 18:52:54(444)]        video codec init:codec:1, 15fps, 320x240, bitrate:90000, quality:3, preset:3, gop:30, handle:2
[2013-11-14 18:52:55(709)]        Invoke        StreamRecordCtrl(-1, 1, 0x7, 0)=0
[2013-11-14 18:53:03(413)]        Invoke        StreamRecordCtrl(-1, 0, 0x7, 0)=0
[2013-11-14 18:54:18(687)]        Invoke        LeaveRoom(roomid=-1)        Elapse:281 ms
[2013-11-14 18:54:18(719)]        Invoke        LogoutServer(userid=10000111)        Elapse:31 ms
[2013-11-14 18:54:18(781)]        Invoke        BRAC_Release        Elapse:375 ms
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|AnyChat ( 粤ICP备13022410号-1 )  

GMT+8, 2024-3-30 00:46 , Processed in 0.240587 second(s), 22 queries .

Powered by Discuz! X3

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表