linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] How to add openh264 support for linphone SDK?


From: jim
Subject: [Linphone-developers] How to add openh264 support for linphone SDK?
Date: Mon, 29 Feb 2016 13:31:27 +0800

Hi,


I met with ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000 when enable open h264 support with linphone SDK. The steps are: 


1) Downloaded the released linphone SDK for iOS into my project from http://www.linphone.org/releases/ios/liblinphone-iphone-sdk-latest.zip, and then added to my project

2) Download the open h264 source code from https://github.com/cisco/openh264.git and build it for iOS myself, and then I added the libcommon.a, libdecoder.a, libencoder.a, libopenh264.a and libprocessing.a into my project

3) Added the following files directly to my project: msopenh264.h, msopenh264.cpp, msopenh264dec.h msopenh264dec.cpp, msopenh264enc.h and msopenh264enc.cpp, built my project and fixed the definition error

4) Enabled ms_filter_register(&msopneh264_dec_desc) in libmsopenh264_init(void)

5) Invoked libmsopenh264_init() when initiating.


Any advice is really appreciated!


Regards,

Jim


The log attached:

==============================================================================

2016-02-29 09:57:06:684 ortp-message-New LinphoneCall [0x13e0000] initialized (LinphoneCore version: 3.8.5-727-g4e3ea86)

2016-02-29 09:57:06:687 ortp-message-Call 0x13e0000: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit

2016-02-29 09:57:06:687 ortp-message-Linphone core [0x1381600] notifying [call_state_changed]

2016-02-29 09:57:06:687 ortp-message-Cannot determine multicast role for stream type [audio] on call [0x13e0000]

2016-02-29 09:57:06:688 ortp-message-RtpSession bound to [0.0.0.0] ports [7078] [7079]

2016-02-29 09:57:06:688 ortp-message-Setting DSCP to 46 for MSAudio stream.

2016-02-29 09:57:06:688 ortp-message-Equalizer location: hp

2016-02-29 09:57:06:688 ortp-message-cannot set noise gate mode to [0] because no volume send

2016-02-29 09:57:06:688 ortp-message-Cannot determine multicast role for stream type [video] on call [0x13e0000]

2016-02-29 09:57:06:688 ortp-message-RtpSession bound to [0.0.0.0] ports [9078] [9079]

2016-02-29 09:57:06:688 ortp-message-Setting DSCP to 0 for MSVideo stream.

2016-02-29 09:57:06:688 ortp-message-Contact has been fixed using proxy

2016-02-29 09:57:06:689 ortp-message-Don't put text stream on local offer for call [0x13e0000]

2016-02-29 09:57:06:689 ortp-message-ms_filter_link: MSRtpRecv:0xda0c20,0-->MSAUWrite:0xd9f870,0

2016-02-29 09:57:06:690 ortp-message-Priority used: 47

2016-02-29 09:57:06:690 ortp-message-MSAudio MSTicker priority set to SCHED_RR and value (47)

2016-02-29 09:57:06:699 ortp-message-Configuring audio session for playback/record

2016-02-29 09:57:06:737 ortp-message-AudioUnit created with type kAudioUnitSubType_VoiceProcessingIO.

2016-02-29 09:57:06:739 ortp-message-Not applying kAudioSessionProperty_PreferredHardwareSampleRate because asked rate is too high [44100]

2016-02-29 09:57:06:739 ortp-message-[sip:address@hidden:5060] calling [sip:address@hidden:5060] on op [0xdb43f0]

2016-02-29 09:57:06:739 ortp-message-Skipping top route of initial route-set because same as request-uri.

2016-02-29 09:57:06:740 ortp-message-Transport is not specified, using tcp because UDP is not available.

2016-02-29 09:57:06:740 ortp-message-Changing [client] [INVITE] transaction [0xc076d0], from state [INIT] to [CALLING]

2016-02-29 09:57:06:740 ortp-message-channel [0x7cc3000]: message sent to [TCP://192.168.41.241:5060], size: [1111] bytes

INVITE sip:address@hidden:5060 SIP/2.0

Via: SIP/2.0/TCP 192.168.41.116:50057;branch=z9hG4bK.wvuMxiv~U;rport

From: <sip:address@hidden>;tag=e6zFAivda

To: sip:address@hidden

CSeq: 20 INVITE

Call-ID: 7N~j7D9gb7

Max-Forwards: 70

Supported: outbound

Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE

Content-Type: application/sdp

Content-Length: 532

Contact: <sip:address@hidden:50057;transport=tcp>;+sip.instance="<urn:uuid:6e3419e3-d5a8-4dab-9756-03bb8d960e0e>"

User-Agent: (belle-sip/1.4.1)


v=0

o=60020 238 1151 IN IP4 192.168.41.116

s=Talk

c=IN IP4 192.168.41.116

t=0 0

a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics

m=audio 7078 RTP/AVP 96 97 98 0 8 101 99 100

a=rtpmap:96 opus/48000/2

a=fmtp:96 useinbandfec=1

a=rtpmap:97 speex/16000

a=fmtp:97 vbr=on

a=rtpmap:98 speex/8000

a=fmtp:98 vbr=on

a=rtpmap:101 telephone-event/48000

a=rtpmap:99 telephone-event/16000

a=rtpmap:100 telephone-event/8000

m=video 9078 RTP/AVP 96

a=rtpmap:96 H264/90000

a=fmtp:96 profile-level-id=42801F


2016-02-29 09:57:06:740 ortp-message-Linphone core [0x1381600] notifying [display_status]

2016-02-29 09:57:06:740 ortp-message-Call 0x13e0000: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress

2016-02-29 09:57:06:740 ortp-message-Linphone core [0x1381600] notifying [call_state_changed]

2016-02-29 09:57:06:863 ortp-message-Background task belle-sip recv channel started. Unknown remaining time since application is not in background.

2016-02-29 09:57:06:863 ortp-message-channel [0x7cc3000]: starting recv background task with id=[4].

2016-02-29 09:57:06:863 ortp-message-channel [0x7cc3000]: received [288] new bytes from [TCP://192.168.41.241:5060]:


SIP/2.0 100 Trying

Via: SIP/2.0/TCP 192.168.41.116:50057;branch=z9hG4bK.wvuMxiv~U;rport

From: <sip:address@hidden>;tag=e6zFAivda

To: sip:address@hidden

Date: Mon, 29 Feb 2016 01:57:05 GMT

Call-ID: 7N~j7D9gb7

CSeq: 20 INVITE

Allow-Events: presence

Content-Length: 0


2016-02-29 09:57:06:868 ortp-message-channel [0x7cc3000] [288] bytes parsed

2016-02-29 09:57:06:868 ortp-message-Found transaction matching response.

2016-02-29 09:57:06:868 ortp-message-Changing [client] [INVITE] transaction [0xc076d0], from state [CALLING] to [PROCEEDING]

2016-02-29 09:57:06:868 ortp-message-op [0xdb43f0] : set_or_update_dialog() current=[0x0] new=[0x0]

2016-02-29 09:57:06:868 ortp-message-Op [0xdb43f0] receiving call response [100], dialog is [0x0] in state [BELLE_SIP_DIALOG_NULL]

2016-02-29 09:57:06:868 ortp-message-channel [0x7cc3000]: ending recv background task with id=[4].

2016-02-29 09:57:08:591 ortp-message-channel [0x7cc3000]: keep alive sent to [TCP://192.168.41.241:5060]

2016-02-29 09:57:18:640 ortp-message-channel [0x7cc3000]: keep alive sent to [TCP://192.168.41.241:5060]

2016-02-29 09:57:24:128 ortp-message-Background task belle-sip recv channel started. Unknown remaining time since application is not in background.

2016-02-29 09:57:24:129 ortp-message-channel [0x7cc3000]: starting recv background task with id=[5].

2016-02-29 09:57:24:129 ortp-message-channel [0x7cc3000]: received [638] new bytes from [TCP://192.168.41.241:5060]:


SIP/2.0 180 Ringing

Via: SIP/2.0/TCP 192.168.41.116:50057;branch=z9hG4bK.wvuMxiv~U;rport

From: <sip:address@hidden>;tag=e6zFAivda

To: sip:address@hidden;tag=435855~80796ba1-0595-4059-b048-cc799c4e7986-29455299

Date: Mon, 29 Feb 2016 01:57:05 GMT

Call-ID: 7N~j7D9gb7

CSeq: 20 INVITE

Allow: INVITE, OPTIONS, INFO, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY

Allow-Events: presence

Server: Cisco-CUCM10.0

Send-Info: conference, x-cisco-conference

Remote-Party-ID: <sip:address@hidden>;party=called;screen=no;privacy=off

Contact: <sip:address@hidden:5060;transport=tcp>

Content-Length: 0


2016-02-29 09:57:24:138 ortp-message-channel [0x7cc3000] [638] bytes parsed

2016-02-29 09:57:24:138 ortp-message-Found transaction matching response.

2016-02-29 09:57:24:138 ortp-message-New client dialog [0xdae830] , local tag [e6zFAivda], remote tag [435855~80796ba1-0595-4059-b048-cc799c4e7986-29455299]

2016-02-29 09:57:24:138 ortp-message-Dialog [0xdae830]: now updated by transaction [0xc076d0].

2016-02-29 09:57:24:139 ortp-message-op [0xdb43f0] : set_or_update_dialog() current=[0x0] new=[0xdae830]

2016-02-29 09:57:24:139 ortp-message-Op [0xdb43f0] receiving call response [180], dialog is [0xdae830] in state [BELLE_SIP_DIALOG_EARLY]

2016-02-29 09:57:24:139 ortp-message-Doing SDP offer/answer process of type outgoing

2016-02-29 09:57:24:139 ortp-message-Linphone core [0x1381600] notifying [display_status]

2016-02-29 09:57:24:139 ortp-message-ms_filter_unlink: MSRtpRecv:0xda0c20,0-->MSAUWrite:0xd9f870,0

2016-02-29 09:57:24:140 ortp-message-speex_lib_ctl init with neon ? 1

2016-02-29 09:57:24:140 ortp-warning-MSFilePlayer[0xd9f870]: failed to open ./share/sounds/linphone/ringback.wav: No such file or directory

2016-02-29 09:57:24:140 ortp-message-configuring resampler output to rate=[48000], nchannels=[1]

2016-02-29 09:57:24:140 ortp-message-ms_filter_link: MSFilePlayer:0xd9f870,0-->MSDtmfGen:0xd9e2a0,0

2016-02-29 09:57:24:140 ortp-message-ms_filter_link: MSDtmfGen:0xd9e2a0,0-->MSResample:0xdb0790,0

2016-02-29 09:57:24:140 ortp-message-ms_filter_link: MSResample:0xdb0790,0-->MSAUWrite:0xda0c20,0

2016-02-29 09:57:24:140 ortp-message-Initializing speex resampler in mode [voip] 

2016-02-29 09:57:24:141 ortp-message-Priority used: 47

2016-02-29 09:57:24:141 ortp-message-Ring MSTicker priority set to SCHED_RR and value (47)

2016-02-29 09:57:24:142 ortp-message-Audio session already correctly configured.

2016-02-29 09:57:24:160 ortp-message-Not applying kAudioSessionProperty_PreferredHardwareSampleRate because asked rate is too high [44100]

2016-02-29 09:57:24:160 ortp-message-Remote ringing...

2016-02-29 09:57:24:160 ortp-message-Linphone core [0x1381600] notifying [display_status]

2016-02-29 09:57:24:160 ortp-message-Call 0x13e0000: moving from state LinphoneCallOutgoingProgress to LinphoneCallOutgoingRinging

2016-02-29 09:57:24:160 ortp-message-Linphone core [0x1381600] notifying [call_state_changed]

2016-02-29 09:57:24:160 ortp-message-channel [0x7cc3000]: ending recv background task with id=[5].

2016-02-29 09:57:24.264 ios[362:60b] onCallStatusChanged call:0xc66670, status: 3, extraInfo: 0

2016-02-29 09:57:26:189 ortp-message-Background task belle-sip recv channel started. Unknown remaining time since application is not in background.

2016-02-29 09:57:26:189 ortp-message-channel [0x7cc3000]: starting recv background task with id=[6].

2016-02-29 09:57:26:189 ortp-message-channel [0x7cc3000]: received [1098] new bytes from [TCP://192.168.41.241:5060]:


SIP/2.0 200 OK

Via: SIP/2.0/TCP 192.168.41.116:50057;branch=z9hG4bK.wvuMxiv~U;rport

From: <sip:address@hidden>;tag=e6zFAivda

To: sip:address@hidden;tag=435855~80796ba1-0595-4059-b048-cc799c4e7986-29455299

Date: Mon, 29 Feb 2016 01:57:05 GMT

Call-ID: 7N~j7D9gb7

CSeq: 20 INVITE

Allow: INVITE, OPTIONS, INFO, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY

Allow-Events: presence

Supported: replaces

Server: Cisco-CUCM10.0

Send-Info: conference, x-cisco-conference

Remote-Party-ID: <sip:address@hidden>;party=called;screen=no;privacy=off

Contact: <sip:address@hidden:5060;transport=tcp>;+sip.instance="<urn:uuid:526a385d-98be-42d2-9409-6d7aa30d88c6>"

Content-Type: application/sdp

Content-Length: 347


v=0

o=CiscoSystemsCCM-SIP 435855 1 IN IP4 192.168.41.241

s=SIP Call

c=IN IP4 192.168.41.90

b=TIAS:6000000

b=AS:6000

t=0 0

m=audio 7078 RTP/AVP 0 103

a=rtpmap:0 PCMU/8000

a=rtpmap:103 telephone-event/8000

a=fmtp:103 0-15

m=video 9078 RTP/AVP 96

b=TIAS:5936000

a=rtpmap:96 H264/90000

a=fmtp:96 profile-level-id=42801F

a=content:main


2016-02-29 09:57:26:199 ortp-message-channel [0x7cc3000] [751] bytes parsed

2016-02-29 09:57:26:199 ortp-message-channel [0x7cc3000] read [347] bytes of body from [192.168.41.241:5060]

2016-02-29 09:57:26:199 ortp-message-Found transaction matching response.

2016-02-29 09:57:26:199 ortp-message-Changing [client] [INVITE] transaction [0xc076d0], from state [PROCEEDING] to [ACCEPTED]

2016-02-29 09:57:26:199 ortp-message-Dialog [0xdae830]: now updated by transaction [0xc076d0].

2016-02-29 09:57:26:200 ortp-message-op [0xdb43f0] : set_or_update_dialog() current=[0xdae830] new=[0xdae830]

2016-02-29 09:57:26:201 ortp-message-Op [0xdb43f0] receiving call response [200], dialog is [0xdae830] in state [BELLE_SIP_DIALOG_CONFIRMED]

2016-02-29 09:57:26:206 ortp-message-Found payload PCMU/8000 fmtp=

2016-02-29 09:57:26:206 ortp-message-Found payload telephone-event/8000 fmtp=0-15

2016-02-29 09:57:26:206 ortp-message-Found payload H264/90000 fmtp=profile-level-id=42801F

2016-02-29 09:57:26:206 ortp-message-Doing SDP offer/answer process of type outgoing

2016-02-29 09:57:26:206 ortp-message-Processing for stream 0

2016-02-29 09:57:26:206 ortp-warning-For payload type telephone-event, proposed number was 100 but the remote phone answered 103

2016-02-29 09:57:26:206 ortp-message-Adding opus/48000 for compatibility, just in case.

2016-02-29 09:57:26:206 ortp-message-Adding speex/16000 for compatibility, just in case.

2016-02-29 09:57:26:206 ortp-message-Adding speex/8000 for compatibility, just in case.

2016-02-29 09:57:26:206 ortp-message-Adding PCMA/8000 for compatibility, just in case.

2016-02-29 09:57:26:206 ortp-message-Adding telephone-event/48000 for compatibility, just in case.

2016-02-29 09:57:26:206 ortp-message-Adding telephone-event/16000 for compatibility, just in case.

2016-02-29 09:57:26:207 ortp-message-Processing for stream 1

2016-02-29 09:57:26:207 ortp-message-Computing branch id z9hG4bK.UfN~9ZGRS for message sent statelessly

2016-02-29 09:57:26:207 ortp-message-channel [0x7cc3000]: message sent to [TCP://192.168.41.241:5060], size: [338] bytes

ACK sip:address@hidden:5060;transport=tcp SIP/2.0

Via: SIP/2.0/TCP 192.168.41.116:50057;rport;branch=z9hG4bK.UfN~9ZGRS

From: <sip:address@hidden>;tag=e6zFAivda

To: <sip:address@hidden>;tag=435855~80796ba1-0595-4059-b048-cc799c4e7986-29455299

CSeq: 20 ACK

Call-ID: 7N~j7D9gb7

Max-Forwards: 70

Content-Length: 0


2016-02-29 09:57:26:207 ortp-message-Call 0x13e0000: moving from state LinphoneCallOutgoingRinging to LinphoneCallConnected

2016-02-29 09:57:26:207 ortp-message-Linphone core [0x1381600] notifying [call_state_changed]

2016-02-29 09:57:26:207 ortp-message-Linphone core [0x1381600] notifying [display_status]

2016-02-29 09:57:26:207 ortp-message-ms_filter_unlink: MSFilePlayer:0xd9f870,0-->MSDtmfGen:0xd9e2a0,0

2016-02-29 09:57:26:208 ortp-message-ms_filter_unlink: MSDtmfGen:0xd9e2a0,0-->MSResample:0xdb0790,0

2016-02-29 09:57:26:208 ortp-message-ms_filter_unlink: MSResample:0xdb0790,0-->MSAUWrite:0xda0c20,0

2016-02-29 09:57:26:212 ortp-message-Ring MSTicker thread exiting

2016-02-29 09:57:26:212 ortp-message-linphone_call_start_media_streams() call=[0x13e0000] local upload_bandwidth=[0] kbit/s; local download_bandwidth=[0] kbit/s

2016-02-29 09:57:26:212 ortp-message-Audio bandwidth for this call is 80

2016-02-29 09:57:26:212 ortp-message-RtpSession [0x13e1600] sending to rtp [192.168.41.90:7078] rtcp [192.168.41.90:7079] 

2016-02-29 09:57:26:213 ortp-message-Stun packet sent for session [0x13e1600]

2016-02-29 09:57:26:213 ortp-message-speex_lib_ctl init with neon ? 1

2016-02-29 09:57:26:213 ortp-message-speex_lib_ctl init with neon ? 1

2016-02-29 09:57:26:213 ortp-message-target bitrate not set for stream [0xdb3db0] using payload's bitrate is 80000

2016-02-29 09:57:26:213 ortp-message-Setting audio encoder network bitrate to [80000] on stream [0xdb3db0]

2016-02-29 09:57:26:213 ortp-message-Equalizer rate: 8000, selecting 128 steps for FFT

2016-02-29 09:57:26:213 ortp-message-Equalizer rate: 8000, selecting 128 steps for FFT

2016-02-29 09:57:26:213 ortp-message-configuring MSAURead-->MSUlawEnc from rate [48000] to rate [8000] and from channel [1] to channel [1]

2016-02-29 09:57:26:213 ortp-message-configuring MSUlawDec-->MSAUWrite from rate [8000] to rate [48000] and from channel [1] to channel [1]

2016-02-29 09:57:26:213 ortp-message-ms_filter_link: MSAURead:0xc06a30,0-->MSResample:0xc012f0,0

2016-02-29 09:57:26:213 ortp-message-ms_filter_link: MSResample:0xc012f0,0-->MSVolume:0xc88310,0

2016-02-29 09:57:26:214 ortp-message-ms_filter_link: MSVolume:0xc88310,0-->MSAudioMixer:0xc680a0,0

2016-02-29 09:57:26:214 ortp-message-ms_filter_link: MSAudioMixer:0xc680a0,0-->MSUlawEnc:0xc02130,0

2016-02-29 09:57:26:214 ortp-message-ms_filter_link: MSUlawEnc:0xc02130,0-->MSRtpSend:0xd9f760,0

2016-02-29 09:57:26:214 ortp-message-ms_filter_link: MSRtpRecv:0xc48120,0-->MSUlawDec:0xc8d860,0

2016-02-29 09:57:26:214 ortp-message-ms_filter_link: MSUlawDec:0xc8d860,0-->MSGenericPLC:0xc66b90,0

2016-02-29 09:57:26:214 ortp-message-ms_filter_link: MSGenericPLC:0xc66b90,0-->MSDtmfGen:0xc87dc0,0

2016-02-29 09:57:26:214 ortp-message-ms_filter_link: MSDtmfGen:0xc87dc0,0-->MSVolume:0xc671d0,0

2016-02-29 09:57:26:214 ortp-message-ms_filter_link: MSVolume:0xc671d0,0-->MSEqualizer:0xc64630,0

2016-02-29 09:57:26:214 ortp-message-ms_filter_link: MSEqualizer:0xc64630,0-->MSAudioMixer:0xc66bf0,0

2016-02-29 09:57:26:214 ortp-message-speex_lib_ctl init with neon ? 1

2016-02-29 09:57:26:214 ortp-message-ms_filter_link: MSFilePlayer:0xc67370,0-->MSResample:0xc68740,0

2016-02-29 09:57:26:214 ortp-message-ms_filter_link: MSResample:0xc68740,0-->MSAudioMixer:0xc66bf0,1

2016-02-29 09:57:26:214 ortp-message-ms_filter_link: MSAudioMixer:0xc66bf0,0-->MSResample:0xc01350,0

2016-02-29 09:57:26:214 ortp-message-ms_filter_link: MSResample:0xc01350,0-->MSAUWrite:0xc88460,0

2016-02-29 09:57:26:214 ortp-message-Audio session already correctly configured.

2016-02-29 09:57:26:215 ortp-message-Initializing speex resampler in mode [voip] 

2016-02-29 09:57:26:216 ortp-message-Initializing speex resampler in mode [voip] 

2016-02-29 09:57:26:216 ortp-message-Initializing speex resampler in mode [voip] 

2016-02-29 09:57:26:216 ortp-message-Audio session already correctly configured.

2016-02-29 09:57:26:216 ortp-message-Not applying kAudioSessionProperty_PreferredHardwareSampleRate because asked rate is too high [44100]

2016-02-29 09:57:26:217 ortp-message-MSVolume set gain to [0.000000 db], [1.000000] linear

2016-02-29 09:57:26:217 ortp-message-Setting video size 352x288 on stream [0xd73eb0]

2016-02-29 09:57:26:217 ortp-message-linphone_call_start_video_stream lc rotation:0


2016-02-29 09:57:26:235 ortp-message-RtpSession [0x13e5800] sending to rtp [192.168.41.90:9078] rtcp [192.168.41.90:9079] 

2016-02-29 09:57:26:235 ortp-message-Using permissive algorithm

2016-02-29 09:57:26:235 ortp-message-Stun packet sent for session [0x13e5800]

2016-02-29 09:57:26:236 ortp-message-Using the default video configuration list

2016-02-29 09:57:26:237 ortp-message-target bitrate not set for stream [0xd73eb0] using payload's bitrate is 5910000

2016-02-29 09:57:26:237 ortp-message-Limiting bitrate of video encoder to 5910000 bits/s for stream [0xd73eb0]

2016-02-29 09:57:26:237 ortp-message-OpenH264 encoder: Video configuration set: bitrate=1024000bits/s, fps=20.000000, vsize=352x288

2016-02-29 09:57:26:237 ortp-error-no such method on filter MSOpenH264Enc, fid=16392 method index=8

2016-02-29 09:57:26:240 ortp-message-Configuring camera in AVCaptureVideoOrientationPortrait mode 

2016-02-29 09:57:26:241 ortp-message-Output video size adjusted to match camera resolution (288x352)

2016-02-29 09:57:26:241 ortp-message-OpenH264 encoder: Video configuration set: bitrate=512000bits/s, fps=15.000000, vsize=288x352

2016-02-29 09:57:26:241 ortp-message-Setting sent vsize=288x352, fps=15.000000

2016-02-29 09:57:26:243 ortp-message-OpenH264 encoder: Video configuration set: bitrate=512000bits/s, fps=15.000000, vsize=288x352

2016-02-29 09:57:26:243 ortp-message-ms_filter_link: MSioscapture:0xc65ac0,0-->MSPixConv:0xdb66c0,0

2016-02-29 09:57:26:243 ortp-message-ms_filter_link: MSPixConv:0xdb66c0,0-->MSTee:0xc0e460,0

2016-02-29 09:57:26:243 ortp-message-ms_filter_link: MSTee:0xc0e460,0-->MSSizeConv:0xdb6cc0,0

2016-02-29 09:57:26:243 ortp-message-ms_filter_link: MSSizeConv:0xdb6cc0,0-->MSOpenH264Enc:0xc0a160,0

2016-02-29 09:57:26:254 ortp-message-ms_filter_link: MSOpenH264Enc:0xc0a160,0-->MSRtpSend:0xd9df10,0

2016-02-29 09:57:26:254 ortp-message-ms_filter_link: MSTee:0xc0e460,2-->MSJpegWriter:0xc0a2f0,0

2016-02-29 09:57:26:255 ortp-error-no such method on filter MSOpenH264Dec, fid=16389 method index=7

2016-02-29 09:57:26:255 ortp-message-ogl_display_new : 0xc16e10


2016-02-29 09:57:26:255 ortp-error-no such method on filter MSOpenH264Dec, fid=16389 method index=6

2016-02-29 09:57:26:255 ortp-error-no such method on filter MSOpenH264Dec, fid=16389 method index=8

2016-02-29 09:57:26:255 ortp-error-no such method on filter IOSDisplay, fid=16387 method index=1

2016-02-29 09:57:26:255 ortp-error-no such method on filter IOSDisplay, fid=16387 method index=0

2016-02-29 09:57:26:255 ortp-message-ms_filter_link: MSRtpRecv:0xc16f00,0-->MSOpenH264Dec:0xdbe9f0,0

2016-02-29 09:57:26:255 ortp-message-ms_filter_link: MSOpenH264Dec:0xdbe9f0,0-->MSTee:0xc171a0,0

2016-02-29 09:57:26:255 ortp-message-ms_filter_link: MSTee:0xc171a0,1-->MSJpegWriter:0xc16f60,0

2016-02-29 09:57:26:255 ortp-message-ms_filter_link: MSTee:0xc171a0,0-->IOSDisplay:0xc16330,0

2016-02-29 09:57:26:255 ortp-message-ms_filter_link: MSTee:0xc0e462016-02-29 09:57:26.254 ios[362:60b] onCallStatusChanged call:0xc66670, status: 4, extraInfo: 0

0,1-->IOSDisplay:0xc16330,1

2016-02-29 09:57:26:260 ortp-message-Priority used: 47

2016-02-29 09:57:26:260 ortp-message-MSVideo MSTicker priority set to SCHED_RR and value (47)

[OpenH264] this = 0x0xc0a270, Error:ParamValidationExt(), invalid uiSliceMode (4) settings!

[OpenH264] this = 0x0xc0a270, Error:WelsInitEncoderExt(), ParamValidationExt failed return 2.

[OpenH264] this = 0x0xc0a270, Error:CWelsH264SVCEncoder::Initialize(), WelsInitEncoderExt failed.

2016-02-29 09:57:26:262 ortp-error-OpenH264 encoder: Failed to initialize: 1

2016-02-29 09:57:26:341 ortp-warning-MSVideo MSTicker: We are late of 61 miliseconds.

2016-02-29 09:57:26:347 ortp-message-Filter MSRtpRecv is already being scheduled; nothing to do.

2016-02-29 09:57:26:347 ortp-message-LinphoneCall[0x13e0000] : payload type 0 PCMU/8000 fmtp= added to frozen list.

2016-02-29 09:57:26:347 ortp-message-LinphoneCall[0x13e0000] : payload type 103 telephone-event/8000 fmtp= added to frozen list.

2016-02-29 09:57:26:347 ortp-message-LinphoneCall[0x13e0000] : payload type 100 telephone-event/8000 fmtp= added to frozen list.

2016-02-29 09:57:26:347 ortp-message-LinphoneCall[0x13e0000] : payload type 96 opus/48000 fmtp=useinbandfec=1 added to frozen list.

2016-02-29 09:57:26:347 ortp-message-LinphoneCall[0x13e0000] : payload type 97 speex/16000 fmtp=vbr=on added to frozen list.

2016-02-29 09:57:26:347 ortp-message-LinphoneCall[0x13e0000] : payload type 98 speex/8000 fmtp=vbr=on added to frozen list.

2016-02-29 09:57:26:347 ortp-message-LinphoneCall[0x13e0000] : payload type 8 PCMA/8000 fmtp= added to frozen list.

2016-02-29 09:57:26:359 ortp-message-Stun packet sent for session [0x13e5800]

2016-02-29 09:57:26:362 ortp-message-init opengles_display (0 x 0, gl initialized:0)

2016-02-29 09:57:26:363 ortp-message-resize opengles_display (0 x 0, gl initialized:0)

2016-02-29 09:57:26:363 ortp-message-OpenGL version string: OpenGL ES 2.0 Apple A7 GPU - 27.11.4

2016-02-29 09:57:26:363 ortp-message-OpenGL extensions: GL_OES_depth_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_vertex_array_object GL_EXT_blend_minmax GL_EXT_color_buffer_half_float GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_draw_instanced GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_EXT_occlusion_query_boolean GL_EXT_pvrtc_sRGB GL_EXT_read_format_bgra GL_EXT_separate_shader_objects GL_EXT_shader_framebuffer_fetch GL_EXT_shader_texture_lod GL_EXT_shadow_samplers GL_EXT_sRGB GL_EXT_texture_filter_anisotropic GL_EXT_texture_rg GL_EXT_texture_storage GL_APPLE_copy_texture_levels GL_APPLE_framebuffer_multisample GL_APPLE_rgb_422 GL_APPLE_sync GL_APPLE_texture_format_BGRA8888 GL_APPLE_texture_max_level GL_IMG_read_format GL_IMG_texture_compression_pvrtc 

2016-02-29 09:57:26:365 ortp-message-OpenGL vendor: Apple Inc.

2016-02-29 09:57:26:365 ortp-message-OpenGL renderer: Apple A7 GPU

2016-02-29 09:57:26:365 ortp-message-OpenGL version: OpenGL ES 2.0 Apple A7 GPU - 27.11.4

2016-02-29 09:57:26:365 ortp-message-OpenGL GLSL version: OpenGL ES GLSL ES 1.00

2016-02-29 09:57:26:368 ortp-message-LinphoneCall[0x13e0000] : payload type 101 telephone-event/48000 fmtp= added to frozen list.

2016-02-29 09:57:26:368 ortp-message-LinphoneCall[0x13e0000] : payload type 99 telephone-event/16000 fmtp= added to frozen list.

2016-02-29 09:57:26:368 ortp-message-LinphoneCall[0x13e0000] : payload type 96 H264/90000 fmtp=profile-level-id=42801F added to frozen list.

2016-02-29 09:57:26:368 ortp-message-audio stream index found: 0, updating main audio stream index

2016-02-29 09:57:26:368 ortp-message-video stream index found: 1, updating main video stream index

2016-02-29 09:57:26:368 ortp-message-Call 0x13e0000: moving from state LinphoneCallConnected to LinphoneCallStreamsRunning

2016-02-29 09:57:26:372 ortp-message-GL renderbuffer allocation size (layer 0xc16730 frame size: 112.500000 x 112.500000)

2016-02-29 09:57:26:377 ortp-message-resize opengles_display (112 x 112, gl initialized:1)

2016-02-29 09:57:26:378 ortp-message-Linphone core [0x1381600] notifying [call_state_changed]

2016-02-29 09:57:26:379 ortp-message-channel [0x7cc3000]: ending recv background task with id=[6].

2016-02-29 09:57:26:379 ortp-message-Garbage collecting unowned object of type belle_sip_hop_t

2016-02-29 09:57:26:379 ortp-message-Garbage collecting unowned object of type belle_sdp_session_description_t

2016-02-29 09:57:26:379 ortp-message-stun packet received but no rtp yet for stream [0xd73eb0], switching rtp destination address

2016-02-29 09:57:26:379 ortp-message-stun packet received but no rtp yet for stream [0xd73eb0], switching rtp destination address

2016-02-29 09:57:26.453 ios[362:60b] onCallStatusChanged call:0xc66670, status: 4, extraInfo: 10

2016-02-29 09:57:26:480 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:26:480 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:26:480 ortp-message-Bandwidth usage for call [0x13e0000]:

RTP  audio=[d=  0.0,u=  0.0], video=[d=  0.0,u=  0.0] kbits/sec

RTCP audio=[d=  0.0,u=  0.0], video=[d=  0.0,u=  0.0] kbits/sec

2016-02-29 09:57:26:481 ortp-message-Thread processing load: audio=0.007105 video=1.574246

2016-02-29 09:57:26:495 ortp-message-io unit initialized

2016-02-29 09:57:26:495 ortp-message-I/O unit latency [0.000000], quality [64]

2016-02-29 09:57:26:588 ortp-message-AudioUnit started, current hw output latency [0.003356] input [0.002948] iobuf[0.011610] hw sample rate [44100.000000]

2016-02-29 09:57:26:588 ortp-message-Stun packet sent for session [0x13e1600]

2016-02-29 09:57:26:588 ortp-warning-MSAudio MSTicker: We are late of 359 miliseconds.

2016-02-29 09:57:26:588 ortp-message-MSAudioMixer [0xc680a0] is entering bypass mode.

2016-02-29 09:57:26:683 ortp-message-stun packet received but no rtp yet for stream [0xdb3db0], switching rtp destination address

2016-02-29 09:57:26:683 ortp-message-stun packet received but no rtp yet for stream [0xdb3db0], switching rtp destination address

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:26:981 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:26:987 ortp-warning-MS_VIDEO_DECODER_DECODING_ERRORS

2016-02-29 09:57:26:988 ortp-message-Dialog [0xdae830]: now updated by transaction [0xdd7880].

2016-02-29 09:57:26:988 ortp-message-Changing [client] [INFO] transaction [0xdd7880], from state [INIT] to [TRYING]

2016-02-29 09:57:26:988 ortp-message-channel [0x7cc3000]: message sent to [TCP://192.168.41.241:5060], size: [614] bytes

INFO sip:address@hidden:5060;transport=tcp SIP/2.0

Via: SIP/2.0/TCP 192.168.41.116:50057;branch=z9hG4bK.pua2-120m;rport

From: <sip:address@hidden>;tag=e6zFAivda

To: <sip:address@hidden>;tag=435855~80796ba1-0595-4059-b048-cc799c4e7986-29455299

CSeq: 21 INFO

Call-ID: 7N~j7D9gb7

Max-Forwards: 70

Content-Type: application/media_control+xml

Content-Length: 185

User-Agent: (belle-sip/1.4.1)


<?xml version="1.0" encoding="utf-8" ?><media_control>  <vc_primitive>    <to_encoder>      <picture_fast_update></picture_fast_update>    </to_encoder>  </vc_primitive></media_control>

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:010 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:031 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:085 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:27:090 ortp-message-Background task belle-sip recv channel started. Unknown remaining time since application is not in background.

2016-02-29 09:57:27:090 ortp-message-channel [0x7cc3000]: starting recv background task with id=[7].

2016-02-29 09:57:27:090 ortp-message-channel [0x7cc3000]: received [395] new bytes from [TCP://192.168.41.241:5060]:

SIP/2.0 200 OK

Via: SIP/2.0/TCP 192.168.41.116:50057;branch=z9hG4bK.pua2-120m;rport

From: <sip:address@hidden>;tag=e6zFAivda

To: sip:address@hidden;tag=435855~80796ba1-0595-4059-b048-cc799c4e7986-29455299

Date: Mon, 29 Feb 2016 01:57:25 GMT

Call-ID: 7N~j7D9gb7

Server: Cisco-CUCM10.0

CSeq: 21 INFO

Contact: <sip:address@hidden:5060;transport=tcp>

Content-Length: 0


2016-02-29 09:57:27:093 ortp-message-channel [0x7cc3000] [395] bytes parsed

2016-02-29 09:57:27:093 ortp-message-Found transaction matching response.

2016-02-29 09:57:27:093 ortp-message-Changing [client] [INFO] transaction [0xdd7880], from state [TRYING] to [COMPLETED]

2016-02-29 09:57:27:093 ortp-message-Dialog [0xdae830]: now updated by transaction [0xdd7880].

2016-02-29 09:57:27:093 ortp-message-op [0xdb43f0] : set_or_update_dialog() current=[0xdae830] new=[0xdae830]

2016-02-29 09:57:27:093 ortp-message-Op [0xdb43f0] receiving call response [200], dialog is [0xdae830] in state [BELLE_SIP_DIALOG_CONFIRMED]

2016-02-29 09:57:27:093 ortp-message-Changing [client] [INFO] transaction [0xdd7880], from state [COMPLETED] to [TERMINATED]

2016-02-29 09:57:27:093 ortp-message-Client INFO transaction [0xdd7880] terminated

2016-02-29 09:57:27:093 ortp-message-channel [0x7cc3000]: ending recv background task with id=[7].

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:101 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:131 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:160 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:190 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:27:220 ortp-message-MSAudioMixer [0xc66bf0] is entering bypass mode.

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:233 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:268 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:27:284 ortp-message-ioscapture video device started.

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:301 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:331 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:370 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:400 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:430 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:465 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:27:499 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:27:499 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:27:499 ortp-message-Bandwidth usage for call [0x13e0000]:

RTP  audio=[d=  0.3,u= 15.0], video=[d= 82.9,u=  0.7] kbits/sec

RTCP audio=[d=  0.0,u=  0.0], video=[d=  0.0,u=  0.0] kbits/sec

2016-02-29 09:57:27:499 ortp-message-Thread processing load: audio=2.545028 video=1.954456

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:501 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:531 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:569 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:591 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:27:601 ortp-message-MSVideo stream [0xd73eb0]: receiving RTCP SR

2016-02-29 09:57:27:601 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:631 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:665 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:691 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:721 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:768 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:801 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:27:804 ortp-message-MSAudio stream [0xdb3db0]: receiving RTCP SR

2016-02-29 09:57:27:804 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:830 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:891 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:27:966 ortp-message-Sending RTCP SR compound message on session [0x13e1600].

2016-02-29 09:57:27:966 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:28:006 ortp-message-MSAudio_stream_iterate[0xdb3db0], local statistics available:

Local current jitter buffer size:  54.8ms

2016-02-29 09:57:28:006 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:28:065 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:28:091 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:28:181 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:28:230 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:28:265 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:28:291 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:28:367 ortp-message-Sending RTCP RR compound message on session [0x13e5800].

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:28:368 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:28:412 ortp-message-MSVideo_stream_iterate[0xd73eb0], local statistics available:

Local current jitter buffer size:  43.1ms

2016-02-29 09:57:28:413 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:28:464 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:28:510 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:28:514 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:28:514 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:28:514 ortp-message-Bandwidth usage for call [0x13e0000]:

RTP  audio=[d= 52.7,u= 44.7], video=[d=111.3,u=  0.4] kbits/sec

RTCP audio=[d=  0.0,u=  0.0], video=[d=  0.9,u=  0.0] kbits/sec

2016-02-29 09:57:28:514 ortp-message-Thread processing load: audio=2.683963 video=2.057905

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:28:581 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:28:664 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:28:711 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:28:718 ortp-message-channel [0x7cc3000]: keep alive sent to [TCP://192.168.41.241:5060]

2016-02-29 09:57:28:765 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:28:791 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:28:862 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:28:920 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:28:980 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:29:065 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:29:121 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:29:181 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:29:240 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:29:264 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:29:311 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:29:381 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:29:427 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:29:427 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:29:427 ortp-message-Bandwidth usage for call [0x13e0000]:

RTP  audio=[d= 80.0,u= 40.0], video=[d= 88.8,u=  0.8] kbits/sec

RTCP audio=[d=  1.1,u=  1.1], video=[d=  0.0,u=  0.9] kbits/sec

2016-02-29 09:57:29:427 ortp-message-Thread processing load: audio=2.959924 video=1.502826

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:29:464 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:29:511 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:29:570 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:29:641 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:29:710 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:29:767 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:29:770 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:29:841 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:29:900 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:29:970 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:30:031 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:30:111 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:30:169 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:30:240 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:30:264 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:30:301 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:30:370 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:30:431 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:30:442 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:30:442 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:30:442 ortp-message-Bandwidth usage for call [0x13e0000]:

RTP  audio=[d= 80.0,u= 38.4], video=[d= 67.4,u=  0.8] kbits/sec

RTCP audio=[d=  0.0,u=  0.0], video=[d=  0.0,u=  0.0] kbits/sec

2016-02-29 09:57:30:442 ortp-message-Thread processing load: audio=3.517522 video=1.755021

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:30:500 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:30:543 ortp-message-MSVideo stream [0xd73eb0]: receiving RTCP SR

2016-02-29 09:57:30:543 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:30:580 ortp-message-Sending RTCP SR compound message on session [0x13e1600].

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:30:590 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:30:641 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:30:666 ortp-message-MSAudio_stream_iterate[0xdb3db0], local statistics available:

Local current jitter buffer size:  59.8ms

2016-02-29 09:57:30:666 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:30:701 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:30:766 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:30:767 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:30:767 ortp-message-MSAudio stream [0xdb3db0]: receiving RTCP SR

2016-02-29 09:57:30:767 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:30:831 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:30:891 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:30:967 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:31:030 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:31:090 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:31:167 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:31:231 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:31:264 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:31:291 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:31:320 ortp-message-Sending RTCP RR compound message on session [0x13e5800].

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:31:365 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:31:375 ortp-message-MSVideo_stream_iterate[0xd73eb0], local statistics available:

Local current jitter buffer size:  43.1ms

2016-02-29 09:57:31:375 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:31:465 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:31:477 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:31:477 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:31:477 ortp-message-Bandwidth usage for call [0x13e0000]:

RTP  audio=[d= 80.0,u= 40.0], video=[d=235.1,u=  0.8] kbits/sec

RTCP audio=[d=  1.1,u=  1.1], video=[d=  0.9,u=  0.0] kbits/sec

2016-02-29 09:57:31:477 ortp-message-Thread processing load: audio=3.539742 video=1.738496

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:31:521 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:31:581 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:31:664 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:31:691 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:31:765 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:31:791 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:31:865 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:31:921 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:31:981 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:32:065 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:32:086 ortp-warning-MS_VIDEO_DECODER_DECODING_ERRORS

2016-02-29 09:57:32:086 ortp-message-Dialog [0xdae830]: now updated by transaction [0xc1f3a0].

2016-02-29 09:57:32:087 ortp-message-Changing [client] [INFO] transaction [0xc1f3a0], from state [INIT] to [TRYING]

2016-02-29 09:57:32:087 ortp-message-channel [0x7cc3000]: message sent to [TCP://192.168.41.241:5060], size: [614] bytes


INFO sip:address@hidden:5060;transport=tcp SIP/2.0

Via: SIP/2.0/TCP 192.168.41.116:50057;branch=z9hG4bK.OA0BELsUV;rport

From: <sip:address@hidden>;tag=e6zFAivda

To: <sip:address@hidden>;tag=435855~80796ba1-0595-4059-b048-cc799c4e7986-29455299

CSeq: 22 INFO

Call-ID: 7N~j7D9gb7

Max-Forwards: 70

Content-Type: application/media_control+xml

Content-Length: 185

User-Agent: (belle-sip/1.4.1)


<?xml version="1.0" encoding="utf-8" ?><media_control>  <vc_primitive>    <to_encoder>      <picture_fast_update></picture_fast_update>    </to_encoder>  </vc_primitive></media_control>

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:32:111 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:32:181 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:32:193 ortp-message-Background task belle-sip recv channel started. Unknown remaining time since application is not in background.

2016-02-29 09:57:32:193 ortp-message-channel [0x7cc3000]: starting recv background task with id=[8].

2016-02-29 09:57:32:193 ortp-message-channel [0x7cc3000]: received [395] new bytes from [TCP://192.168.41.241:5060]:

SIP/2.0 200 OK

Via: SIP/2.0/TCP 192.168.41.116:50057;branch=z9hG4bK.OA0BELsUV;rport

From: <sip:address@hidden>;tag=e6zFAivda

To: sip:address@hidden;tag=435855~80796ba1-0595-4059-b048-cc799c4e7986-29455299

Date: Mon, 29 Feb 2016 01:57:30 GMT

Call-ID: 7N~j7D9gb7

Server: Cisco-CUCM10.0

CSeq: 22 INFO

Contact: <sip:address@hidden:5060;transport=tcp>

Content-Length: 0


2016-02-29 09:57:32:200 ortp-message-channel [0x7cc3000] [395] bytes parsed

2016-02-29 09:57:32:200 ortp-message-Found transaction matching response.

2016-02-29 09:57:32:201 ortp-message-Changing [client] [INFO] transaction [0xc1f3a0], from state [TRYING] to [COMPLETED]

2016-02-29 09:57:32:201 ortp-message-Dialog [0xdae830]: now updated by transaction [0xc1f3a0].

2016-02-29 09:57:32:202 ortp-message-op [0xdb43f0] : set_or_update_dialog() current=[0xdae830] new=[0xdae830]

2016-02-29 09:57:32:202 ortp-message-Op [0xdb43f0] receiving call response [200], dialog is [0xdae830] in state [BELLE_SIP_DIALOG_CONFIRMED]

2016-02-29 09:57:32:202 ortp-message-Changing [client] [INFO] transaction [0xc1f3a0], from state [COMPLETED] to [TERMINATED]

2016-02-29 09:57:32:202 ortp-message-Client INFO transaction [0xc1f3a0] terminated

2016-02-29 09:57:32:202 ortp-message-channel [0x7cc3000]: ending recv background task with id=[8].

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:32:265 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:32:266 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:32:321 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:32:380 ortp-message-Captured mean fps=14.115212, expected=15.000000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:32:381 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:32:441 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:32:506 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:32:506 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:32:506 ortp-message-Bandwidth usage for call [0x13e0000]:

RTP  audio=[d= 80.0,u= 40.0], video=[d=157.8,u=  0.8] kbits/sec

RTCP audio=[d=  0.0,u=  0.0], video=[d=  0.0,u=  0.9] kbits/sec

2016-02-29 09:57:32:506 ortp-message-Thread processing load: audio=2.607279 video=1.245290

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:32:510 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:32:571 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:32:664 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:32:709 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:32:765 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:32:781 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:32:812 ortp-message-MSAudio stream [0xdb3db0]: receiving RTCP SR

2016-02-29 09:57:32:812 ortp-message-MSQualityIndicator[0xd9e950][audio], remote statistics available:

Loss rate           : 0.0%

Inter-arrival jitter: 2.4ms

RT propagation      : 1.2ms

2016-02-29 09:57:32:812 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:32:841 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:32:910 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:32:914 ortp-message-MSVideo stream [0xd73eb0]: receiving RTCP SR

2016-02-29 09:57:32:914 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:32:971 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:33:040 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:33:111 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:33:170 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:33:240 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:33:266 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:33:301 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:33:370 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:33:423 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:33:423 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:33:424 ortp-message-Bandwidth usage for call [0x13e0000]:

RTP  audio=[d= 80.0,u= 38.4], video=[d= 85.5,u=  0.8] kbits/sec

RTCP audio=[d=  0.0,u=  0.0], video=[d=  0.9,u=  0.0] kbits/sec

2016-02-29 09:57:33:424 ortp-message-Thread processing load: audio=2.885460 video=1.290190

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:33:430 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:33:501 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:33:566 ortp-message-Sending RTCP SR compound message on session [0x13e1600].

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:33:566 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:33:626 ortp-message-MSAudio_stream_iterate[0xdb3db0], local statistics available:

Local current jitter buffer size:  49.6ms

2016-02-29 09:57:33:627 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:33:630 ortp-message-Sending RTCP RR compound message on session [0x13e5800].

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:33:630 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:33:701 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:33:729 ortp-message-MSVideo_stream_iterate[0xd73eb0], local statistics available:

Local current jitter buffer size:  38.3ms

2016-02-29 09:57:33:729 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:33:765 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:33:766 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:33:841 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:33:901 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:33:970 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:34:032 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:34:091 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:34:165 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:34:265 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:34:265 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:34:290 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:34:366 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:34:430 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:34:438 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:34:438 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:34:438 ortp-message-Bandwidth usage for call [0x13e0000]:

RTP  audio=[d= 80.0,u= 38.4], video=[d=100.5,u=  0.8] kbits/sec

RTCP audio=[d=  1.1,u=  1.1], video=[d=  0.0,u=  0.9] kbits/sec

2016-02-29 09:57:34:438 ortp-message-Thread processing load: audio=3.188197 video=1.390639

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:34:531 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:34:565 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:34:666 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:34:691 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:34:764 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:34:790 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:34:865 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:34:869 ortp-message-MSVideo stream [0xd73eb0]: receiving RTCP SR

2016-02-29 09:57:34:869 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:34:890 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:34:981 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:35:066 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:35:091 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:35:181 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:35:265 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:35:265 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:35:320 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:35:381 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:35:465 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:35:479 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:35:479 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:35:479 ortp-message-Bandwidth usage for call [0x13e0000]:

RTP  audio=[d= 79.9,u= 40.0], video=[d= 40.3,u=  0.8] kbits/sec

RTCP audio=[d=  0.0,u=  0.0], video=[d=  0.9,u=  0.0] kbits/sec

2016-02-29 09:57:35:479 ortp-message-Thread processing load: audio=3.571051 video=1.425794

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:35:510 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:35:581 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:35:641 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:35:711 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:35:766 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:35:771 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:35:842 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:35:885 ortp-message-MSAudio stream [0xdb3db0]: receiving RTCP SR

2016-02-29 09:57:35:885 ortp-message-MSQualityIndicator[0xd9e950][audio], remote statistics available:

Loss rate           : 0.0%

Inter-arrival jitter: 2.4ms

RT propagation      : 2.8ms

2016-02-29 09:57:35:885 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:35:911 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:35:970 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:36:011 ortp-message-Sending RTCP SR compound message on session [0x13e1600].

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:36:040 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:36:088 ortp-message-MSAudio_stream_iterate[0xdb3db0], local statistics available:

Local current jitter buffer size:  51.1ms

2016-02-29 09:57:36:088 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:36:111 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:36:171 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:36:243 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:36:265 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:36:301 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:36:371 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:36:430 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:36:494 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:36:494 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:36:494 ortp-message-Bandwidth usage for call [0x13e0000]:

RTP  audio=[d= 80.0,u= 40.0], video=[d= 62.8,u=  0.8] kbits/sec

RTCP audio=[d=  0.0,u=  0.0], video=[d=  0.0,u=  0.0] kbits/sec

2016-02-29 09:57:36:494 ortp-message-Thread processing load: audio=2.830982 video=2.062365

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:36:501 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:36:571 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:36:630 ortp-message-Sending RTCP RR compound message on session [0x13e5800].

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:36:631 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:36:697 ortp-message-MSVideo_stream_iterate[0xd73eb0], local statistics available:

Local current jitter buffer size:  31.1ms

2016-02-29 09:57:36:697 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:36:710 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:36:764 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:36:771 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:36:841 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:36:901 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:36:971 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:37:032 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:37:101 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:37:103 ortp-warning-MS_VIDEO_DECODER_DECODING_ERRORS

2016-02-29 09:57:37:104 ortp-message-Dialog [0xdae830]: now updated by transaction [0xc1f9a0].

2016-02-29 09:57:37:104 ortp-message-Changing [client] [INFO] transaction [0xc1f9a0], from state [INIT] to [TRYING]

2016-02-29 09:57:37:105 ortp-message-channel [0x7cc3000]: message sent to [TCP://192.168.41.241:5060], size: [614] bytes

INFO sip:address@hidden:5060;transport=tcp SIP/2.0

Via: SIP/2.0/TCP 192.168.41.116:50057;branch=z9hG4bK.EA~DACJvy;rport

From: <sip:address@hidden>;tag=e6zFAivda

To: <sip:address@hidden>;tag=435855~80796ba1-0595-4059-b048-cc799c4e7986-29455299

CSeq: 23 INFO

Call-ID: 7N~j7D9gb7

Max-Forwards: 70

Content-Type: application/media_control+xml

Content-Length: 185

User-Agent: (belle-sip/1.4.1)


<?xml version="1.0" encoding="utf-8" ?><media_control>  <vc_primitive>    <to_encoder>      <picture_fast_update></picture_fast_update>    </to_encoder>  </vc_primitive></media_control>

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:37:164 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:37:212 ortp-message-Background task belle-sip recv channel started. Unknown remaining time since application is not in background.

2016-02-29 09:57:37:213 ortp-message-channel [0x7cc3000]: starting recv background task with id=[9].

2016-02-29 09:57:37:213 ortp-message-channel [0x7cc3000]: received [395] new bytes from [TCP://192.168.41.241:5060]:

SIP/2.0 200 OK

Via: SIP/2.0/TCP 192.168.41.116:50057;branch=z9hG4bK.EA~DACJvy;rport

From: <sip:address@hidden>;tag=e6zFAivda

To: sip:address@hidden;tag=435855~80796ba1-0595-4059-b048-cc799c4e7986-29455299

Date: Mon, 29 Feb 2016 01:57:35 GMT

Call-ID: 7N~j7D9gb7

Server: Cisco-CUCM10.0

CSeq: 23 INFO

Contact: <sip:address@hidden:5060;transport=tcp>

Content-Length: 0


2016-02-29 09:57:37:220 ortp-message-channel [0x7cc3000] [395] bytes parsed

2016-02-29 09:57:37:220 ortp-message-Found transaction matching response.

2016-02-29 09:57:37:220 ortp-message-Changing [client] [INFO] transaction [0xc1f9a0], from state [TRYING] to [COMPLETED]

2016-02-29 09:57:37:220 ortp-message-Dialog [0xdae830]: now updated by transaction [0xc1f9a0].

2016-02-29 09:57:37:222 ortp-message-op [0xdb43f0] : set_or_update_dialog() current=[0xdae830] new=[0xdae830]

2016-02-29 09:57:37:222 ortp-message-Op [0xdb43f0] receiving call response [200], dialog is [0xdae830] in state [BELLE_SIP_DIALOG_CONFIRMED]

2016-02-29 09:57:37:222 ortp-message-Changing [client] [INFO] transaction [0xc1f9a0], from state [COMPLETED] to [TERMINATED]

2016-02-29 09:57:37:222 ortp-message-Client INFO transaction [0xc1f9a0] terminated

2016-02-29 09:57:37:222 ortp-message-channel [0x7cc3000]: ending recv background task with id=[9].

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:37:231 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:37:265 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:37:291 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:37:364 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:37:411 ortp-message-Captured mean fps=15.689541, expected=15.000000

2016-02-29 09:57:37:425 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:37:425 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:37:425 ortp-message-Bandwidth usage for call [0x13e0000]:

RTP  audio=[d= 80.0,u= 40.0], video=[d= 96.9,u=  0.8] kbits/sec

RTCP audio=[d=  1.1,u=  1.1], video=[d=  0.0,u=  0.9] kbits/sec

2016-02-29 09:57:37:426 ortp-message-Thread processing load: audio=3.062197 video=1.583861

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:37:430 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:37:501 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:37:527 ortp-message-MSVideo stream [0xd73eb0]: receiving RTCP SR

2016-02-29 09:57:37:527 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:37:565 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:37:631 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:37:691 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:37:765 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:37:765 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:37:864 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:37:891 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:37:991 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:38:064 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:38:121 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:38:165 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:38:265 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:38:265 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:38:290 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:38:422 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:38:438 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:38:439 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:38:439 ortp-message-Bandwidth usage for call [0x13e0000]:

RTP  audio=[d= 80.0,u= 41.6], video=[d= 87.7,u=  0.8] kbits/sec

RTCP audio=[d=  0.0,u=  0.0], video=[d=  0.9,u=  0.0] kbits/sec

2016-02-29 09:57:38:439 ortp-message-Thread processing load: audio=3.249815 video=1.260572

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:38:465 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:38:490 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:38:581 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:38:665 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:38:720 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:38:743 ortp-message-channel [0x7cc3000]: keep alive sent to [TCP://192.168.41.241:5060]

2016-02-29 09:57:38:743 ortp-message-MSAudio stream [0xdb3db0]: receiving RTCP SR

2016-02-29 09:57:38:743 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:38:765 ortp-message-Stun packet sent for session [0x13e5800]

2016-02-29 09:57:38:766 ortp-message-Sending RTCP SR compound message on session [0x13e1600].

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:38:781 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:38:841 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:38:864 ortp-message-MSAudio_stream_iterate[0xdb3db0], local statistics available:

Local current jitter buffer size:  50.2ms

2016-02-29 09:57:38:864 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:38:910 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:38:970 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:39:064 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:39:121 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:39:182 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:39:241 ortp-message-Sending RTCP RR compound message on session [0x13e5800].

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:39:264 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:39:264 ortp-message-Stun packet sent for session [0x13e5800]

2016-02-29 09:57:39:270 ortp-message-MSVideo_stream_iterate[0xd73eb0], local statistics available:

Local current jitter buffer size:  41.0ms

2016-02-29 09:57:39:270 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:39:311 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:39:381 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:39:463 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:39:473 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:39:473 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:39:473 ortp-message-Bandwidth usage for call [0x13e0000]:

RTP  audio=[d= 79.9,u= 40.0], video=[d= 58.8,u=  0.8] kbits/sec

RTCP audio=[d=  1.1,u=  0.0], video=[d=  0.0,u=  0.9] kbits/sec

2016-02-29 09:57:39:473 ortp-message-Thread processing load: audio=3.085974 video=17.160166

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:39:511 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:39:570 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:39:631 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:39:711 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:39:763 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:39:771 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:39:841 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:39:911 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:39:971 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:40:041 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:40:080 ortp-message-MSVideo stream [0xd73eb0]: receiving RTCP SR

2016-02-29 09:57:40:081 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:40:101 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:40:170 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:40:231 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:40:265 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:40:302 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:40:371 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:40:431 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:40:486 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:40:486 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:40:486 ortp-message-Bandwidth usage for call [0x13e0000]:

RTP  audio=[d= 80.0,u= 40.0], video=[d= 85.7,u=  0.8] kbits/sec

RTCP audio=[d=  0.0,u=  1.1], video=[d=  0.9,u=  0.0] kbits/sec

2016-02-29 09:57:40:487 ortp-message-Thread processing load: audio=4.118631 video=2.413482

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:40:501 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:40:565 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:40:631 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:40:701 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:40:764 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:40:765 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:40:831 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:40:891 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:40:941 ortp-message-Sending RTCP RR compound message on session [0x13e5800].

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:40:965 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:40:992 ortp-message-MSVideo_stream_iterate[0xd73eb0], local statistics available:

Local current jitter buffer size:  55.8ms

2016-02-29 09:57:40:993 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:41:065 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:41:091 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:41:190 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:41:231 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:41:265 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:41:291 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:41:365 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:41:465 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:41:491 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:41:500 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:41:500 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:41:500 ortp-message-Bandwidth usage for call [0x13e0000]:

RTP  audio=[d= 80.0,u= 40.0], video=[d= 46.4,u=  0.8] kbits/sec

RTCP audio=[d=  0.0,u=  0.0], video=[d=  0.0,u=  0.9] kbits/sec

2016-02-29 09:57:41:500 ortp-message-Thread processing load: audio=2.872361 video=1.727758

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:41:581 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:41:665 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:41:720 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:41:764 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:41:781 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:41:821 ortp-message-Sending RTCP SR compound message on session [0x13e1600].

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:41:864 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:41:905 ortp-message-MSAudio_stream_iterate[0xdb3db0], local statistics available:

Local current jitter buffer size:  51.7ms

2016-02-29 09:57:41:905 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:41:911 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:41:981 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:42:067 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:42:111 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:42:181 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:42:208 ortp-warning-MS_VIDEO_DECODER_DECODING_ERRORS

2016-02-29 09:57:42:208 ortp-message-Dialog [0xdae830]: now updated by transaction [0xc2dba0].

2016-02-29 09:57:42:209 ortp-message-Changing [client] [INFO] transaction [0xc2dba0], from state [INIT] to [TRYING]

2016-02-29 09:57:42:209 ortp-message-channel [0x7cc3000]: message sent to [TCP://192.168.41.241:5060], size: [614] bytes


INFO sip:address@hidden:5060;transport=tcp SIP/2.0

Via: SIP/2.0/TCP 192.168.41.116:50057;branch=z9hG4bK.JyiFIM3JG;rport

From: <sip:address@hidden>;tag=e6zFAivda

To: <sip:address@hidden>;tag=435855~80796ba1-0595-4059-b048-cc799c4e7986-29455299

CSeq: 24 INFO

Call-ID: 7N~j7D9gb7

Max-Forwards: 70

Content-Type: application/media_control+xml

Content-Length: 185

User-Agent: (belle-sip/1.4.1)


<?xml version="1.0" encoding="utf-8" ?><media_control>  <vc_primitive>    <to_encoder>      <picture_fast_update></picture_fast_update>    </to_encoder>  </vc_primitive></media_control>

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:42:241 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:42:264 ortp-message-Stun packet sent for session [0x13e5800]

2016-02-29 09:57:42:314 ortp-message-Background task belle-sip recv channel started. Unknown remaining time since application is not in background.

2016-02-29 09:57:42:314 ortp-message-channel [0x7cc3000]: starting recv background task with id=[a].

2016-02-29 09:57:42:314 ortp-message-channel [0x7cc3000]: received [395] new bytes from [TCP://192.168.41.241:5060]:

SIP/2.0 200 OK

Via: SIP/2.0/TCP 192.168.41.116:50057;branch=z9hG4bK.JyiFIM3JG;rport

From: <sip:address@hidden>;tag=e6zFAivda

To: sip:address@hidden;tag=435855~80796ba1-0595-4059-b048-cc799c4e7986-29455299

Date: Mon, 29 Feb 2016 01:57:40 GMT

Call-ID: 7N~j7D9gb7

Server: Cisco-CUCM10.0

CSeq: 24 INFO

Contact: <sip:address@hidden:5060;transport=tcp>

Content-Length: 0



2016-02-29 09:57:42:323 ortp-message-channel [0x7cc3000] [395] bytes parsed

2016-02-29 09:57:42:323 ortp-message-Found transaction matching response.

2016-02-29 09:57:42:323 ortp-message-Changing [client] [INFO] transaction [0xc2dba0], from state [TRYING] to [COMPLETED]

2016-02-29 09:57:42:323 ortp-message-Dialog [0xdae830]: now updated by transaction [0xc2dba0].

2016-02-29 09:57:42:324 ortp-message-op [0xdb43f0] : set_or_update_dialog() current=[0xdae830] new=[0xdae830]

2016-02-29 09:57:42:324 ortp-message-Op [0xdb43f0] receiving call response [200], dialog is [0xdae830] in state [BELLE_SIP_DIALOG_CONFIRMED]

2016-02-29 09:57:42:324 ortp-message-Changing [client] [INFO] transaction [0xc2dba0], from state [COMPLETED] to [TERMINATED]

2016-02-29 09:57:42:324 ortp-message-Client INFO transaction [0xc2dba0] terminated

2016-02-29 09:57:42:324 ortp-message-channel [0x7cc3000]: ending recv background task with id=[a].

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:42:365 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:42:381 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:42:426 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:42:426 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:42:426 ortp-message-Bandwidth usage for call [0x13e0000]:

RTP  audio=[d= 80.0,u= 38.4], video=[d= 94.5,u=  0.8] kbits/sec

RTCP audio=[d=  0.0,u=  0.0], video=[d=  0.0,u=  0.0] kbits/sec

2016-02-29 09:57:42:426 ortp-message-Thread processing load: audio=2.743573 video=2.226734

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:42:466 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:42:481 ortp-message-Captured mean fps=14.848648, expected=15.000000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:42:511 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:42:591 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:42:663 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:42:710 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:42:764 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:42:770 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:42:840 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:42:901 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:42:970 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:43:031 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:43:101 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:43:171 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:43:240 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:43:266 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:43:300 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:43:370 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:43:430 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:43:442 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:43:442 ortp-message-Linphone core [0x1381600] notifying [call_stats_updated]

2016-02-29 09:57:43:442 ortp-message-Bandwidth usage for call [0x13e0000]:

RTP  audio=[d= 79.9,u= 40.0], video=[d= 62.6,u=  0.8] kbits/sec

RTCP audio=[d=  0.0,u=  1.1], video=[d=  0.0,u=  0.0] kbits/sec

2016-02-29 09:57:43:442 ortp-message-Thread processing load: audio=3.991374 video=1.673291

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:43:500 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:43:565 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:43:630 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:43:691 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:43:764 ortp-message-Stun packet sent for session [0x13e5800]

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:43:770 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:43:841 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:43:901 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

[OpenH264] this = 0x0xdb7440, Error:bParseOnly should be false for this API calling! 


2016-02-29 09:57:43:965 ortp-error-OpenH264 decoder: DecodeFrame2 failed: 0x1000

2016-02-29 09:57:43:975 ortp-message-Background task belle-sip recv channel started. Unknown remaining time since application is not in background.

2016-02-29 09:57:43:975 ortp-message-channel [0x7cc3000]: starting recv background task with id=[b].

2016-02-29 09:57:43:975 ortp-message-channel [0x7cc3000]: received [422] new bytes from [TCP://192.168.41.241:5060]:

BYE sip:address@hidden:50057;transport=tcp SIP/2.0

Via: SIP/2.0/TCP 192.168.41.241:5060;branch=z9hG4bK623d76c4015e

From: sip:address@hidden;tag=435855~80796ba1-0595-4059-b048-cc799c4e7986-29455299

To: <sip:address@hidden>;tag=e6zFAivda

Date: Mon, 29 Feb 2016 01:57:40 GMT

Call-ID: 7N~j7D9gb7

User-Agent: Cisco-CUCM10.0

Max-Forwards: 70

CSeq: 101 BYE

Reason: Q.850;cause=16

Content-Length: 0


2016-02-29 09:57:43:994 ortp-message-channel [0x7cc3000] [422] bytes parsed

2016-02-29 09:57:43:996 ortp-message-Changing [server] [BYE] transaction [0xc1a000], from state [INIT] to [TRYING]

2016-02-29 09:57:43:997 ortp-message-Changing [server] [BYE] transaction [0xc1a000], from state [TRYING] to [COMPLETED]

2016-02-29 09:57:43:997 ortp-message-channel [0x7cc3000]: message sent to [TCP://192.168.41.241:5060], size: [338] bytes

SIP/2.0 200 Ok

Via: SIP/2.0/TCP 192.168.41.241:5060;branch=z9hG4bK623d76c4015e

From: <sip:address@hidden>;tag=435855~80796ba1-0595-4059-b048-cc799c4e7986-29455299

To: <sip:address@hidden>;tag=e6zFAivda

Call-ID: 7N~j7D9gb7

CSeq: 101 BYE

User-Agent: (belle-sip/1.4.1)

Supported: outbound

Content-Length: 0


2016-02-29 09:57:43:997 ortp-message-Dialog [0xdae830]: now updated by transaction [0xc1a000].

2016-02-29 09:57:43:998 ortp-message-dialog [0xdae830] deleted.

2016-02-29 09:57:43:998 ortp-message-Current call terminated...

2016-02-29 09:57:44:002 ortp-message-===========================================================

2016-02-29 09:57:44:002 ortp-message-             AUDIO SESSION'S RTP STATISTICS                

2016-02-29 09:57:44:002 ortp-message------------------------------------------------------------

2016-02-29 09:57:44:002 ortp-message-sent                                        438 packets

2016-02-29 09:57:44:002 ortp-message-                                              0 duplicated packets

2016-02-29 09:57:44:002 ortp-message-                                          75336 bytes  

2016-02-29 09:57:44:002 ortp-message-received                                    846 packets

2016-02-29 09:57:44:002 ortp-message-                                              0 duplicated packets

2016-02-29 09:57:44:003 ortp-message-                                         145512 bytes  

2016-02-29 09:57:44:003 ortp-message-incoming delivered to the app            145512 bytes  

2016-02-29 09:57:44:003 ortp-message-incoming cumulative lost                      0 packets

2016-02-29 09:57:44:003 ortp-message-incoming received too late                    0 packets

2016-02-29 09:57:44:003 ortp-message-incoming bad formatted                        0 packets

2016-02-29 09:57:44:003 ortp-message-incoming discarded (queue overflow)           0 packets

2016-02-29 09:57:44:004 ortp-message-===========================================================

2016-02-29 09:57:44:004 ortp-message-ms_filter_unlink: MSAURead:0xc06a30,0-->MSResample:0xc012f0,0

2016-02-29 09:57:44:004 ortp-message-ms_filter_unlink: MSResample:0xc012f0,0-->MSVolume:0xc88310,0

2016-02-29 09:57:44:004 ortp-message-ms_filter_unlink: MSVolume:0xc88310,0-->MSAudioMixer:0xc680a0,0

2016-02-29 09:57:44:004 ortp-message-ms_filter_unlink: MSAudioMixer:0xc680a0,0-->MSUlawEnc:0xc02130,0

2016-02-29 09:57:44:004 ortp-message-ms_filter_unlink: MSUlawEnc:0xc02130,0-->MSRtpSend:0xd9f760,0

2016-02-29 09:57:44:004 ortp-message-ms_filter_unlink: MSRtpRecv:0xc48120,0-->MSUlawDec:0xc8d860,0

2016-02-29 09:57:44:005 ortp-message-ms_filter_unlink: MSUlawDec:0xc8d860,0-->MSGenericPLC:0xc66b90,0

2016-02-29 09:57:44:006 ortp-message-ms_filter_unlink: MSGenericPLC:0xc66b90,0-->MSDtmfGen:0xc87dc0,0

2016-02-29 09:57:44:006 ortp-message-ms_filter_unlink: MSDtmfGen:0xc87dc0,0-->MSVolume:0xc671d0,0

2016-02-29 09:57:44:006 ortp-message-ms_filter_unlink: MSVolume:0xc671d0,0-->MSEqualizer:0xc64630,0

2016-02-29 09:57:44:006 ortp-message-ms_filter_unlink: MSEqualizer:0xc64630,0-->MSAudioMixer:0xc66bf0,0

2016-02-29 09:57:44:006 ortp-message-ms_filter_unlink: MSFilePlayer:0xc67370,0-->MSResample:0xc68740,0

2016-02-29 09:57:44:006 ortp-message-ms_filter_unlink: MSResample:0xc68740,0-->MSAudioMixer:0xc66bf0,1

2016-02-29 09:57:44:006 ortp-message-ms_filter_unlink: MSAudioMixer:0xc66bf0,0-->MSResample:0xc01350,0

2016-02-29 09:57:44:006 ortp-message-ms_filter_unlink: MSResample:0xc01350,0-->MSAUWrite:0xc88460,0

2016-02-29 09:57:44:006 ortp-message-===========================================================

2016-02-29 09:57:44:007 ortp-message-                  FILTER USAGE STATISTICS                  

2016-02-29 09:57:44:007 ortp-message-Name                Count     Time/tick (ms)      CPU Usage

2016-02-29 09:57:44:007 ortp-message------------------------------------------------------------

2016-02-29 09:57:44:007 ortp-message-MSRtpRecv           5285      0.0789179           34.8216   

2016-02-29 09:57:44:007 ortp-message-MSAURead            1779      0.210234            31.237    

2016-02-29 09:57:44:007 ortp-message-MSResample          1684      0.0899359           12.6497   

2016-02-29 09:57:44:007 ortp-message-MSRtpSend           3544      0.0365873           10.8266   

2016-02-29 09:57:44:007 ortp-message-MSOpenH264Dec       270       0.17941             4.05846   

2016-02-29 09:57:44:007 ortp-message-MSAudioMixer        3558      0.00356701          1.05969   

2016-02-29 09:57:44:007 ortp-message-MSUlawDec           846       0.0147544           1.04316   

2016-02-29 09:57:44:007 ortp-message-MSUlawEnc           744       0.0127893           0.795331  

2016-02-29 09:57:44:007 ortp-message-MSVolume            1591      0.00510302          0.678135  

2016-02-29 09:57:44:007 ortp-message-MSioscapture        1766      0.00394228          0.581473  

2016-02-29 09:57:44:007 ortp-message-MSTee               251       0.021127            0.44441   

2016-02-29 09:57:44:007 ortp-message-MSGenericPLC        1779      0.00296966          0.441238  

2016-02-29 09:57:44:007 ortp-message-MSDtmfGen           1984      0.00225491          0.373625  

2016-02-29 09:57:44:007 ortp-message-MSFilePlayer        1984      0.00159698          0.264609  

2016-02-29 09:57:44:007 ortp-message-MSAUWrite           940       0.00189054          0.148498  

2016-02-29 09:57:44:007 ortp-message-MSOpenH264Enc       251       0.00612302          0.128799  

2016-02-29 09:57:44:007 ortp-message-MSEqualizer         847       0.00164387          0.116361  

2016-02-29 09:57:44:007 ortp-message-MSSizeConv          251       0.00532143          0.111937  

2016-02-29 09:57:44:007 ortp-message-MSJpegWriter        251       0.00460317          0.0968287 

2016-02-29 09:57:44:007 ortp-message-IOSDisplay          251       0.00415873          0.0874797 

2016-02-29 09:57:44:007 ortp-message-MSPixConv           251       0.00166667          0.0350587 

2016-02-29 09:57:44:007 ortp-message-MSSpeexEC           0         0                   0         

2016-02-29 09:57:44:007 ortp-message-===========================================================

2016-02-29 09:57:44:007 ortp-message-Filter MSRtpRecv is not scheduled; nothing to do.

2016-02-29 09:57:44:008 ortp-message-===========================================================

2016-02-29 09:57:44:008 ortp-message-             VIDEO SESSION'S RTP STATISTICS                

2016-02-29 09:57:44:008 ortp-message------------------------------------------------------------

2016-02-29 09:57:44:008 ortp-message-sent                                          0 packets

2016-02-29 09:57:44:008 ortp-message-                                              0 duplicated packets

2016-02-29 09:57:44:008 ortp-message-                                              0 bytes  

2016-02-29 09:57:44:008 ortp-message-received                                   1093 packets

2016-02-29 09:57:44:008 ortp-message-                                              0 duplicated packets

2016-02-29 09:57:44:008 ortp-message-                                         169513 bytes  

2016-02-29 09:57:44:008 ortp-message-incoming delivered to the app            168771 bytes  

2016-02-29 09:57:44:008 ortp-message-incoming cumulative lost                      0 packets

2016-02-29 09:57:44:010 ortp-message-incoming received too late                    0 packets

2016-02-29 09:57:44:010 ortp-message-incoming bad formatted                        0 packets

2016-02-29 09:57:44:010 ortp-message-incoming discarded (queue overflow)           0 packets

2016-02-29 09:57:44:010 ortp-message-===========================================================

2016-02-29 09:57:44:010 ortp-message-ms_filter_unlink: MSioscapture:0xc65ac0,0-->MSPixConv:0xdb66c0,0

2016-02-29 09:57:44:010 ortp-message-ms_filter_unlink: MSPixConv:0xdb66c0,0-->MSTee:0xc0e460,0

2016-02-29 09:57:44:010 ortp-message-ms_filter_unlink: MSTee:0xc0e460,0-->MSSizeConv:0xdb6cc0,0

2016-02-29 09:57:44:010 ortp-message-ms_filter_unlink: MSSizeConv:0xdb6cc0,0-->MSOpenH264Enc:0xc0a160,0

2016-02-29 09:57:44:010 ortp-message-ms_filter_unlink: MSOpenH264Enc:0xc0a160,0-->MSRtpSend:0xd9df10,0

2016-02-29 09:57:44:010 ortp-message-ms_filter_unlink: MSTee:0xc0e460,2-->MSJpegWriter:0xc0a2f0,0

2016-02-29 09:57:44:010 ortp-message-ms_filter_unlink: MSRtpRecv:0xc16f00,0-->MSOpenH264Dec:0xdbe9f0,0

2016-02-29 09:57:44:010 ortp-message-ms_filter_unlink: MSOpenH264Dec:0xdbe9f0,0-->MSTee:0xc171a0,0

2016-02-29 09:57:44:010 ortp-message-ms_filter_unlink: MSTee:0xc171a0,1-->MSJpegWriter:0xc16f60,0

2016-02-29 09:57:44:010 ortp-message-ms_filter_unlink: MSTee:0xc171a0,0-->IOSDisplay:0xc16330,0

2016-02-29 09:57:44:010 ortp-message-ms_filter_unlink: MSTee:0xc0e460,1-->IOSDisplay:0xc16330,1

2016-02-29 09:57:44:236 ortp-message-Linphone core [0x1381600] notifying [show]

2016-02-29 09:57:44:237 ortp-message-Linphone core [0x1381600] notifying [display_status]

2016-02-29 09:57:44:237 ortp-message-Call 0x13e0000: moving from state LinphoneCallStreamsRunning to LinphoneCallEnd

2016-02-29 09:57:44:239 ortp-message-MSAudio MSTicker thread exiting

2016-02-29 09:57:44:250 ortp-message-MSVideo MSTicker thread exiting

2016-02-29 09:57:44:250 ortp-message-Linphone core [0x1381600] notifying [call_log_updated]

2016-02-29 09:57:44:250 ortp-message-Resetting the current call

2016-02-29 09:57:44:250 ortp-message-Linphone core [0x1381600] notifying [call_state_changed]

2016-02-29 09:57:44:250 ortp-message-channel [0x7cc3000]: ending recv background task with id=[b].

2016-02-29 09:57:44.279 ios[362:60b] onCallStatusChanged call:0xc66670, status: 6, extraInfo: 0

2016-02-29 09:57:44:280 ortp-message-uninit opengles_display (gl initialized:1)


2016-02-29 09:57:44:292 ortp-warning-ms_yuv_buf_allocator_free(): leaving 1 mblk_t still ref'd, possible leak.

2016-02-29 09:57:44:363 ortp-message-Changing [server] [BYE] transaction [0xc1a000], from state [COMPLETED] to [TERMINATED]

2016-02-29 09:57:44:363 ortp-message-Server BYE transaction [0xc1a000] terminated

2016-02-29 09:57:44:363 ortp-message-Dialog [0xdae830] terminated for op [0xdb43f0]

2016-02-29 09:57:44:465 ortp-message-Call 0x13e0000: moving from state LinphoneCallEnd to LinphoneCallReleased

2016-02-29 09:57:44:465 ortp-message-Linphone core [0x1381600] notifying [call_state_changed]

2016-02-29 09:57:44:465 ortp-message-Call [0x13e0000] freed.

2016-02-29 09:57:44:466 ortp-message-op [0xdb43f0] : set_or_update_dialog() current=[0xdae830] new=[0x0]

2016-02-29 09:57:46:513 ortp-message-AudioUnit stopped

2016-02-29 09:57:46:575 ortp-message-AudioUnit destroyed

2016-02-29 09:57:48:821 ortp-message-channel [0x7cc3000]: keep alive sent to [TCP://192.168.41.241:5060]

2016-02-29 09:57:58:271 ortp-message-Changing [client] [INVITE] transaction [0xc076d0], from state [ACCEPTED] to [TERMINATED]

2016-02-29 09:57:58:271 ortp-message-Client INVITE transaction [0xc076d0] terminated

2016-02-29 09:57:58:271 ortp-message-Destroying op [0xdb43f0] of type [SalOpCall]

2016-02-29 09:57:58:881 ortp-message-channel [0x7cc3000]: keep alive sent to [TCP://192.168.41.241:5060]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]