linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] linphone no video output


From: Marco Gasparini
Subject: [Linphone-developers] linphone no video output
Date: Tue, 25 Nov 2014 11:39:06 +0100

Hello, 

I have successfully compiled linphone 3.7 with windows 7 and mingw compiler. Now I'm using the producted libraries in a Qt project (with mingw compiler). 

I'm using the "helloworld.c" tutorial. I copied and pasted the code from the .c file to the qt's main file and it runs. I can send and receive audio streaming BUT NOT the VIDEO STREAMING.
why? 

here's the communication's log: 
ortp-message-Initializing LinphoneCore 3.7.0 

ortp-message-srtp init 

ortp-message-oRTP-0.23.0 initialized. 
ortp-message-assigning PCMU/8000 payload type number 0 
ortp-message-assigning GSM/8000 payload type number 3 
ortp-message-assigning PCMA/8000 payload type number 8 
ortp-message-assigning speex/8000 payload type number 110 
ortp-message-assigning speex/16000 payload type number 111 
ortp-message-assigning speex/32000 payload type number 112 
ortp-message-assigning telephone-event/8000 payload type number 101 
ortp-message-assigning G722/8000 payload type number 9 
ortp-message-assigning H263/90000 payload type number 34 
ortp-message-assigning H263-1998/90000 payload type number 98 
ortp-message-assigning MP4V-ES/90000 payload type number 99 
ortp-message-assigning H264/90000 payload type number 102 
ortp-message-assigning VP8/90000 payload type number 103 
ortp-message-assigning theora/90000 payload type number 97 
ortp-message-assigning x-snow/90000 payload type number 96 
ortp-message-assigning iLBC/8000 payload type number 100 
ortp-message-assigning AMR/8000 payload type number 104 
ortp-message-assigning AMR-WB/16000 payload type number 105 
ortp-message-assigning 1015/8000 payload type number 106 
ortp-message-assigning G726-16/8000 payload type number 107 
ortp-message-assigning G726-24/8000 payload type number 108 
ortp-message-assigning G726-32/8000 payload type number 109 
ortp-message-assigning G726-40/8000 payload type number 113 
ortp-message-assigning AAL2-G726-16/8000 payload type number 114 
ortp-message-assigning AAL2-G726-24/8000 payload type number 115 
ortp-message-assigning AAL2-G726-32/8000 payload type number 116 
ortp-message-assigning AAL2-G726-40/8000 payload type number 117 
ortp-message-assigning SILK/8000 payload type number 118 
ortp-message-assigning SILK/12000 payload type number 119 
ortp-message-assigning SILK/16000 payload type number 120 
ortp-message-assigning SILK/24000 payload type number 121 
ortp-message-assigning G729/8000 payload type number 18 
ortp-message-assigning mpeg4-generic/22050 payload type number 122 
ortp-message-assigning mpeg4-generic/44100 payload type number 123 
ortp-message-assigning opus/48000 payload type number 124 
ortp-message-assigning iSAC/16000 payload type number 125 
ortp-message-assigning 1016/8000 payload type number 1 
ortp-message-assigning G723/8000 payload type number 4 
ortp-message-assigning LPC/8000 payload type number 7 
ortp-message-assigning L16/44100 payload type number 10 
ortp-message-assigning L16/44100 payload type number 11 
ortp-message-assigning H261/90000 payload type number 31 
ortp-message-assigning MPV/90000 payload type number 32 
ortp-message-Mediastreamer2 2.10.0 (git: 2.10.0) starting. 
ortp-message-CPU count set to 4 
ortp-message-ms_base_init() done 
ortp-message-Registering all soundcard handlers 

ortp-message-Card 'WINSND: Microphone (IDT High Definition' added 

ortp-message-Card 'WINSND: Speakers / Headphones (IDT High' added 

ortp-message-Card 'WINSND: Stereo Mix (IDT High Definition' added 

ortp-message-Card 'WINSND: Digital Output (S/PDIF) (IDT Hi' added 
ortp-message-Card 'WINSND: Line In (IDT High Definition Au' added 
ortp-message-Card 'WINSND: Communications Headphones (IDT ' added 
ortp-message-Registering all webcam handlers 

ortp-error-Fail to create class enumerator. 

ortp-message-Webcam StaticImage: Static picture added 

WARNING: no real random source present! 
belle-sip-warning-There is no object pool created in thread [8768]. Use belle_sip_object_pool_push() to create one. Unowned objects not unref'd will be leaked. 

ortp-message-ms_voip_init() done 
ortp-message-Loading ms plugins from [./lib/mediastreamer/plugins] 
ortp-message-no plugin (*.dll) found in ./lib/mediastreamer/plugins\*.dll. 
ortp-message-Sal nat helper [enabled] 
ortp-message-no plugin (*.dll) found in ./lib/liblinphone/plugins\*.dll. 
ortp-warning-./share/sounds/linphone/rings/oldphone.wav does not exist 
ortp-message-linphone_core_set_playback_gain_db(): no active call. 
ortp-message-linphone_core_set_mic_gain_db(): no active call. 
ortp-message-MTU is supposed to be 1300, rtp payload max size will be 1240 
ortp-message-Sal nat helper [enabled] 
ortp-message-Sal use rport [enabled] 
ortp-message-Adding new codec PCMU/8000 with fmtp 
ortp-message-Could not find encoder for 1016 
ortp-message-Could not find decoder for 1016 
ortp-message-Adding new codec GSM/8000 with fmtp 
ortp-message-Could not find encoder for G723 
ortp-message-Could not find decoder for G723 
ortp-message-Could not find encoder for LPC 
ortp-message-Could not find decoder for LPC 
ortp-message-Adding new codec PCMA/8000 with fmtp 
ortp-message-Adding new codec G722/8000 with fmtp 
ortp-message-Adding new codec L16/44100 with fmtp 
ortp-message-Adding new codec L16/44100 with fmtp 
ortp-message-Could not find encoder for G729 
ortp-message-Could not find decoder for G729 
ortp-message-Could not find encoder for iLBC 
ortp-message-Could not find decoder for iLBC 
ortp-message-Could not find encoder for telephone-event 
ortp-message-Could not find decoder for telephone-event 
ortp-message-Could not find encoder for AMR 
ortp-message-Could not find decoder for AMR 
ortp-message-Could not find encoder for AMR-WB 
ortp-message-Could not find decoder for AMR-WB 
ortp-message-Could not find encoder for 1015 
ortp-message-Could not find decoder for 1015 
ortp-message-Could not find encoder for G726-16 
ortp-message-Could not find decoder for G726-16 
ortp-message-Could not find encoder for G726-24 
ortp-message-Could not find decoder for G726-24 
ortp-message-Could not find encoder for G726-32 
ortp-message-Could not find decoder for G726-32 
ortp-message-Adding new codec speex/8000 with fmtp vbr=on 
ortp-message-Adding new codec speex/16000 with fmtp vbr=on 
ortp-message-Adding new codec speex/32000 with fmtp vbr=on 
ortp-message-Could not find encoder for G726-40 
ortp-message-Could not find decoder for G726-40 
ortp-message-Could not find encoder for AAL2-G726-16 
ortp-message-Could not find decoder for AAL2-G726-16 
ortp-message-Could not find encoder for AAL2-G726-24 
ortp-message-Could not find decoder for AAL2-G726-24 
ortp-message-Could not find encoder for AAL2-G726-32 
ortp-message-Could not find decoder for AAL2-G726-32 
ortp-message-Could not find encoder for AAL2-G726-40 
ortp-message-Could not find decoder for AAL2-G726-40 
ortp-message-Could not find encoder for SILK 
ortp-message-Could not find decoder for SILK 
ortp-message-Could not find encoder for SILK 
ortp-message-Could not find decoder for SILK 
ortp-message-Could not find encoder for SILK 
ortp-message-Could not find decoder for SILK 
ortp-message-Could not find encoder for SILK 
ortp-message-Could not find decoder for SILK 
ortp-message-Could not find encoder for mpeg4-generic 
ortp-message-Could not find decoder for mpeg4-generic 
ortp-message-Could not find encoder for mpeg4-generic 
ortp-message-Could not find decoder for mpeg4-generic 
ortp-message-Adding new codec opus/48000 with fmtp useinbandfec=1; usedtx=1 
ortp-message-Could not find encoder for iSAC 
ortp-message-Could not find decoder for iSAC 
ortp-message-Could not find encoder for H261 
ortp-message-Could not find decoder for H261 
ortp-message-Could not find encoder for MPV 
ortp-message-Could not find decoder for MPV 
ortp-message-Adding new codec H263/90000 with fmtp 
ortp-message-Adding new codec x-snow/90000 with fmtp 
ortp-message-Adding new codec theora/90000 with fmtp 
ortp-message-Adding new codec H263-1998/90000 with fmtp CIF=1;QCIF=1 
ortp-message-Adding new codec MP4V-ES/90000 with fmtp profile-level-id=3 
ortp-message-Could not find encoder for H264 
ortp-message-Adding new codec VP8/90000 with fmtp 
ortp-message-Sal use rport [enabled] 
ortp-message-sal_unlisten_ports done 
ortp-message-Creating listening point [0DB65F00] on [sip:0.0.0.0:5060;transport=UDP] 

ortp-warning-belle_sip_socket_set_dscp(): not implemented. 
ortp-message-Creating listening point [0DB66408] on [sip:0.0.0.0:5060;transport=TCP] 
ortp-warning-belle_sip_socket_set_dscp(): not implemented. 
ortp-message-Creating listening point [0DB66510] on [sip:0.0.0.0:5112;transport=TLS] 
ortp-warning-belle_sip_socket_set_dscp(): not implemented. 
ortp-message-Root ca path set to ./share/linphone/rootca.pem 

ortp-message-Call 0DB8EC58: moving from state LinphoneCallIdle to LinphoneCallOutgoingInit 

Unhandled notification 2 
ortp-message-Contact has been fixed using local ip 
ortp-message-Setting DSCP to 46 for audio stream. 
ortp-warning-cannot set noise gate mode to [0] because no volume send 
ortp-message-Setting DSCP to 0 for video stream. 
ortp-message-ms_filter_link: MSRtpRecv:0DB62668,0-->MSVoidSink:0DB626A0,0 

ortp-message-[sip:address@hidden:5060] calling [sip:192.168.1.30] on op [0DB8EAB8] 
ortp-message-win32 timer resolution set to 2 ms 
ortp-message-belle_sip_client_transaction_send_request(): waiting channel to be ready 
ortp-message-channel 0DB6C560: state RES_IN_PROGRESS 
ortp-message-transaction [0DBB7870] channel state changed to [RES_IN_PROGRESS] 
ortp-message-channel 0DB6C560: state RES_DONE 
ortp-message-transaction [0DBB7870] channel state changed to [RES_DONE] 
ortp-message-channel 0DB6C560: state CONNECTING 
ortp-message-transaction [0DBB7870] channel state changed to [CONNECTING] 
ortp-message-Trying to connect to [UDP://192.168.1.30:5060
ortp-message-Channel has local address 192.168.1.107:5060 
ortp-message-channel 0DB6C560: state READY 
ortp-message-transaction [0DBB7870] channel state changed to [READY] 
ortp-message-Changing [client] [INVITE] transaction [0DBB7870], from state [INIT] to [CALLING] 

ortp-message-channel [0DB6C560]: message sent to [UDP://192.168.1.30:5060], size: [975] bytes 
INVITE sip:192.168.1.30 SIP/2.0 
Via: SIP/2.0/UDP 192.168.1.107:5060;branch=z9hG4bK.x7YGO0gkJ;rport 
From: <sip:address@hidden>;tag=GXH6W5A~f 
To: sip:192.168.1.30 
CSeq: 20 INVITE 
Call-ID: lmNN03G43g 
Max-Forwards: 70 
Supported: replaces, outbound 
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO 
Content-Type: application/sdp 
Content-Length: 437 
Contact: <sip:address@hidden>;+sip.instance="<urn:uuid:04e7a84a-1619-45c2-815c-f51d31ed919b>" 
User-Agent: linphone/3.7.0 (belle-sip/1.3.0) 

v=0 
o=toto 1743 693 IN IP4 192.168.1.107 
s=Talk 
c=IN IP4 192.168.1.107 
t=0 0 
m=audio 7078 RTP/AVP 124 111 110 0 8 101 
a=rtpmap:124 opus/48000 
a=fmtp:124 useinbandfec=1; usedtx=1 
a=rtpmap:111 speex/16000 
a=fmtp:111 vbr=on 
a=rtpmap:110 speex/8000 
a=fmtp:110 vbr=on 
a=rtpmap:101 telephone-event/8000 
a=fmtp:101 0-15 
m=video 9078 RTP/AVP 103 99 
a=rtpmap:103 VP8/90000 
a=rtpmap:99 MP4V-ES/90000 
a=fmtp:99 profile-level-id=3 

ortp-message-Call 0DB8EC58: moving from state LinphoneCallOutgoingInit to LinphoneCallOutgoingProgress 
Unhandled notification 3 
Call to sip:192.168.1.30 is in progress...ortp-message-New local ip address is 192.168.1.107 
ortp-message-Network state is now [UP] 
ortp-message-ms_quality_indicator_update_local(): no packet received since last call 
ortp-message-ms_quality_indicator_update_local(): no packet received since last call 

ortp-message-channel [0DB6C560]: received [246] new bytes from [UDP://192.168.1.30:5060]: 
SIP/2.0 100 Trying 
Via: SIP/2.0/UDP 192.168.1.107:5060;branch=z9hG4bK.x7YGO0gkJ;rport=5060 
From: <sip:address@hidden>;tag=GXH6W5A~f 
To: <sip:192.168.1.30>
Call-ID: lmNN03G43g 
CSeq: 20 INVITE 
User-Agent: Ipdoor 1.0 
Content-Length: 0 



ortp-message-channel [0DB6C560] [246] bytes parsed 

ortp-message-channel [0DB6C560]: discovered public ip and port are [192.168.1.107:5060
ortp-message-Found transaction matching response. 
ortp-message-Changing [client] [INVITE] transaction [0DBB7870], from state [CALLING] to [PROCEEDING] 
ortp-message-Op [0DB8EAB8] receiving call response [100], dialog is [00000000] in state [BELLE_SIP_DIALOG_NULL] 

ortp-message-channel [0DB6C560]: received [310] new bytes from [UDP://192.168.1.30:5060]: 
SIP/2.0 101 Dialog Establishement 
Via: SIP/2.0/UDP 192.168.1.107:5060;branch=z9hG4bK.x7YGO0gkJ;rport=5060 
From: <sip:address@hidden>;tag=GXH6W5A~f 
To: <sip:192.168.1.30>;tag=1776615542 
Call-ID: lmNN03G43g 
CSeq: 20 INVITE 
Contact: <sip:192.168.1.30:5060>
User-Agent: Ipdoor 1.0 
Content-Length: 0 



ortp-message-channel [0DB6C560] [310] bytes parsed 

ortp-message-Found transaction matching response. 
ortp-message-Op [0DB8EAB8] receiving call response [101], dialog is [00000000] in state [BELLE_SIP_DIALOG_NULL] 

ortp-message-channel [0DB6C560]: received [577] new bytes from [UDP://192.168.1.30:5060]: 
SIP/2.0 200 OK 
Via: SIP/2.0/UDP 192.168.1.107:5060;branch=z9hG4bK.x7YGO0gkJ;rport=5060 
From: <sip:address@hidden>;tag=GXH6W5A~f 
To: <sip:192.168.1.30>;tag=1776615542 
Call-ID: lmNN03G43g 
CSeq: 20 INVITE 
Contact: <sip:address@hidden>
Content-Type: application/sdp 
User-Agent: Ipdoor 1.0 
Content-Length:   246 

v=0 
o=Citofono1 755 757 IN IP4 192.168.1.30 
s=Talk 
c=IN IP4 192.168.1.30 
b=AS:800 
t=0 0 
m=audio 7076 RTP/AVP 8 101 
a=rtpmap:8 PCMA/8000 
a=rtpmap:101 telephone-event/8000 
a=fmtp:101 0-11 
m=video 9078 RTP/AVP 103 
a=rtpmap:103 VP8/90000 


ortp-message-channel [0DB6C560] [331] bytes parsed 

ortp-message-Found transaction matching response. 
ortp-message-Changing [client] [INVITE] transaction [0DBB7870], from state [PROCEEDING] to [ACCEPTED] 
ortp-message-New client dialog [0DBB7760] , local tag [GXH6W5A~f], remote tag [1776615542] 
ortp-message-Dialog [0DBB7760]: now updated by transaction [0DBB7870]. 
ortp-message-Dialog set from [00000000] to [0DBB7760] for op [0DB8EAB8] 
ortp-message-Op [0DB8EAB8] receiving call response [200], dialog is [0DBB7760] in state [BELLE_SIP_DIALOG_CONFIRMED] 

ortp-message-Found payload PCMA/8000 fmtp= 
ortp-message-Found payload telephone-event/8000 fmtp=0-11 
ortp-message-Found payload VP8/90000 fmtp= 
ortp-message-Doing SDP offer/answer process of type outgoing 
ortp-message-Processing for stream 0 
ortp-message-Adding opus/48000 for compatibility, just in case. 
ortp-message-Adding speex/16000 for compatibility, just in case. 
ortp-message-Adding speex/8000 for compatibility, just in case. 
ortp-message-Adding PCMU/8000 for compatibility, just in case. 
ortp-message-Processing for stream 1 
ortp-message-Adding MP4V-ES/90000 for compatibility, just in case. 
ortp-message-Computing branch id z9hG4bK.tYKCR7Twu for message sent statelessly 
ortp-message-channel [0DB6C560]: message sent to [UDP://192.168.1.30:5060], size: [248] bytes 
ACK sip:address@hidden SIP/2.0 
Via: SIP/2.0/UDP 192.168.1.107:5060;rport;branch=z9hG4bK.tYKCR7Twu 
From: <sip:address@hidden>;tag=GXH6W5A~f 
To: <sip:192.168.1.30>;tag=1776615542 
CSeq: 20 ACK 
Call-ID: lmNN03G43g 
Max-Forwards: 70 


ortp-message-Call 0DB8EC58: moving from state LinphoneCallOutgoingProgress to LinphoneCallConnected 
ortp-message-Notifying all friends that we are [on-the-phone] 
We are connected ! 
ortp-message-ms_filter_unlink: MSRtpRecv:0DB62668,0-->MSVoidSink:0DB626A0,0 
ortp-message-Audio MSTicker thread exiting 
ortp-message-=========================================================== 
ortp-message-                  FILTER USAGE STATISTICS                   
ortp-message-Name                Count     Time/tick (ms)      CPU Usage 
ortp-message------------------------------------------------------------ 
ortp-message-MSVoidSink          0         0                   0         
ortp-message-MSRtpRecv           21        0                   0         
ortp-message-MSSpeexEC           0         0                   0         
ortp-message-MSRtpSend           0         0                   0         
ortp-message-=========================================================== 
ortp-message-Setting DSCP to 46 for audio stream. 
ortp-warning-cannot set noise gate mode to [0] because no volume send 
ortp-message-Setting DSCP to 0 for video stream. 
ortp-message-Audio bandwidth for this call is 80 
ortp-message-rtp session [0DB8B680] set to rtp [192.168.1.30:7076] rtcp [192.168.1.30:7077
ortp-message-target bitrate not set for stream [0DB907C8] using payload's bitrate is 80000 
ortp-message-Setting audio encoder network bitrate to [80000] on stream [0DB907C8] 
ortp-warning-MS_DECODER_HAVE_PLC function not implemented by the decoder: enable default plc 

ortp-message-ms_filter_link: MSWinSndRead:0DB8E370,0-->MSSpeexEC:0DB62438,1 
ortp-message-ms_filter_link: MSSpeexEC:0DB62438,1-->MSVolume:0DB8E450,0 
ortp-message-ms_filter_link: MSVolume:0DB8E450,0-->MSAlawEnc:0DB8E3E0,0 
ortp-message-ms_filter_link: MSAlawEnc:0DB8E3E0,0-->MSRtpSend:0DB62470,0 
ortp-message-ms_filter_link: MSRtpRecv:0DB8E300,0-->MSAlawDec:0DB8E418,0 
ortp-message-ms_filter_link: MSAlawDec:0DB8E418,0-->MSGenericPLC:0DB8E4F8,0 
ortp-message-ms_filter_link: MSGenericPLC:0DB8E4F8,0-->MSDtmfGen:0DB8E338,0 
ortp-message-ms_filter_link: MSDtmfGen:0DB8E338,0-->MSVolume:0DB8E488,0 
ortp-message-ms_filter_link: MSVolume:0DB8E488,0-->MSEqualizer:0DB8E4C0,0 
ortp-message-ms_filter_link: MSEqualizer:0DB8E4C0,0-->MSSpeexEC:0DB62438,0 
ortp-message-ms_filter_link: MSSpeexEC:0DB62438,0-->MSWinSndWrite:0DB8E3A8,0 
ortp-message-win32 timer resolution set to 2 ms 

ortp-message-ms_ticker_set_time_func: ticker's time method updated. 

ortp-message-Initializing speex echo canceler with framesize=64, filterlength=2000, delay_samples=0 

ortp-message-Filter MSRtpRecv is already being scheduled; nothing to do. 

ortp-message-MSVolume set gain to [0.000000 db], [1.000000] linear 
ortp-message-Setting video size 352x288 
ortp-message-linphone_call_start_video_stream lc rotation:0 

ortp-message-rtp session [0DBDF7F0] set to rtp [192.168.1.30:9078] rtcp [192.168.1.30:9079
ortp-message-Using permissive algorithm 

ortp-message-Using WebM Project VP8 Encoder v1.3.0 

ortp-message-VP8 g_threads=4 
ortp-message-Limiting bitrate of video encoder to 710000 bits/s 
ortp-message-Video configuration set: bitrate=710000bits/s, fps=15.000000, vsize=800x600 
ortp-error-no such method on filter MSStaticImage, fid=16390 method index=0 
ortp-error-no such method on filter MSVp8Enc, fid=16392 method index=0 
ortp-message-Video configuration set: bitrate=350000bits/s, fps=15.000000, vsize=352x288 
ortp-message-Setting sent vsize=352x288, fps=15.000000 
ortp-message-ms_filter_link: MSStaticImage:0DB8E5D8,0-->MSPixConv:0DB7C8C0,0 
ortp-message-ms_filter_link: MSPixConv:0DB7C8C0,0-->MSSizeConv:0DB7C8F8,0 
ortp-message-ms_filter_link: MSSizeConv:0DB7C8F8,0-->MSTee:0DB7C888,0 
ortp-message-ms_filter_link: MSTee:0DB7C888,0-->MSVp8Enc:0DB8E5A0,0 
ortp-message-ms_filter_link: MSVp8Enc:0DB8E5A0,0-->MSRtpSend:0DB62400,0 
ortp-error-no such method on filter MSDrawDibDisplay, fid=16387 method index=12 
ortp-message-Using WebM Project VP8 Decoder v1.3.0 

ortp-message-ms_filter_link: MSRtpRecv:0DB7C9A0,0-->MSVp8Dec:0DB7C968,0 
ortp-message-ms_filter_link: MSVp8Dec:0DB7C968,0-->MSTee:0DB7CA10,0 
ortp-message-ms_filter_link: MSTee:0DB7CA10,1-->MSJpegWriter:0DB7C9D8,0 
ortp-message-ms_filter_link: MSTee:0DB7CA10,0-->MSDrawDibDisplay:0DB7C930,0 
ortp-message-ms_filter_link: MSTee:0DB7C888,1-->MSDrawDibDisplay:0DB7C930,1 
ortp-message-Video MSTicker priority left to normal. 
ortp-error-Failed to open ./share/images/nowebcamCIF.jpg 

ortp-message-VP8: multiple token partitions used 
ortp-message-AdjustWindowRect: 92,70 460,396 
ortp-warning-Getting reference signal but no echo to synchronize on. 
ortp-warning-Not enough ref samples, using zeroes 

ortp-message-Resized to 352,288 

ortp-error-Could not retrieve DDDisplay from window ! 
ortp-message-Filter MSRtpRecv is already being scheduled; nothing to do. 
ortp-message-Call 0DB8EC58: moving from state LinphoneCallConnected to LinphoneCallStreamsRunning 
Media streams established ! 
ortp-message-Garbage collecting unowned object of type belle_sip_hop_t 
ortp-message-Garbage collecting unowned object of type belle_sdp_session_description_t 
ortp-message-ms_quality_indicator_update_local(): no packet received since last call 
ortp-message-ms_quality_indicator_update_local(): no packet received since last call 

ortp-message-bandwidth usage for call [0DB8EC58]: audio=[d=0.0,u=36.2] video=[d=0.0,u=29.5] kbit/sec 

ortp-message-Thread processing load: audio=0.000000 video=0.000000 

ortp-message-Samples are back. 

ortp-warning-Not enough ref samples, using zeroes 

ortp-message-Samples are back. 

ortp-message-channel [0DB6C560]: received [317] new bytes from [UDP://192.168.1.30:5060]: 
BYE sip:address@hidden SIP/2.0 
Via: SIP/2.0/UDP 192.168.1.30:5060;rport;branch=z9hG4bK924642959 
From: <sip:192.168.1.30>;tag=423448679 
To: <sip:address@hidden>;tag=8GguQzL-K 
Call-ID: lHbPSQSWn- 
CSeq: 2 BYE 
Contact: <sip:192.168.1.30:5060>
Max-Forwards: 70 
User-Agent: Ipdoor 1.0 
Content-Length: 0 



ortp-message-channel [0DB6C560] [317] bytes parsed 

ortp-message-channel [0DB6C560]: message sent to [UDP://192.168.1.30:5060], size: [231] bytes 
SIP/2.0 481 Call/transaction does not exist 
Via: SIP/2.0/UDP 192.168.1.30:5060;rport;branch=z9hG4bK924642959 
From: <sip:192.168.1.30>;tag=423448679 
To: <sip:address@hidden>;tag=8GguQzL-K 
Call-ID: lHbPSQSWn- 
CSeq: 2 BYE 



ortp-warning-Not enough ref samples, using zeroes 

ortp-message-Samples are back. 

ortp-message-bandwidth usage for call [0DB8EC58]: audio=[d=0.0,u=36.2] video=[d=0.0,u=29.5] kbit/sec 

ortp-message-Thread processing load: audio=0.325519 video=0.000000 
ortp-message-ms_quality_indicator_update_local(): no packet received since last call 

ortp-message-Detected video resolution changed to 640x480 

ortp-message-event_cb called 1074069760 

ortp-warning-In linphonecall.c: video_stream_event_cb 
ortp-message-First video frame decoded successfully 

ortp-message-bandwidth usage for call [0DB8EC58]: audio=[d=39.1,u=82.4] video=[d=0.0,u=0.8] kbit/sec 

ortp-message-Thread processing load: audio=0.000009 video=0.000000 

ortp-message-Sending RTCP SR compound message on session [0DB8B680]. 

ortp-message-stream [0DB907C8]: receiving RTCP SR 

ortp-message-audio_stream_iterate[0DB907C8]: remote statistics available 
        remote's interarrival jitter=159 
        remote's lost packets percentage since last report=0.000000 
        round trip time=0.000000 seconds 

ortp-message-audio_stream_iterate[0DB907C8]: local statistics available 
        Local's current jitter buffer size:52.131149 ms 

ortp-message-bandwidth usage for call [0DB8EC58]: audio=[d=84.5,u=82.6] video=[d=294.3,u=0.8] kbit/sec 

ortp-message-Thread processing load: audio=0.000000 video=0.000000 
ortp-message-ms_quality_indicator_update_local(): no packet received since last call 

ortp-message-bandwidth usage for call [0DB8EC58]: audio=[d=79.3,u=82.6] video=[d=0.0,u=0.0] kbit/sec 

ortp-message-Thread processing load: audio=0.000000 video=0.000000 
ortp-message-ms_quality_indicator_update_local(): no packet received since last call 

ortp-message-Sending RTCP SR compound message on session [0DB8B680]. 

ortp-message-audio_stream_iterate[0DB907C8]: local statistics available 
        Local's current jitter buffer size:40.813007 ms 

ortp-message-bandwidth usage for call [0DB8EC58]: audio=[d=82.6,u=82.6] video=[d=0.0,u=0.0] kbit/sec 

ortp-message-Thread processing load: audio=0.000000 video=0.000000 
ortp-message-ms_quality_indicator_update_local(): no packet received since last call 
ortp-message-stream [0DB907C8]: receiving RTCP SR 
ortp-message-audio_stream_iterate[0DB907C8]: remote statistics available 
        remote's interarrival jitter=160 
        remote's lost packets percentage since last report=0.000000 
        round trip time=0.030548 seconds 

ortp-message-bandwidth usage for call [0DB8EC58]: audio=[d=82.6,u=82.6] video=[d=0.0,u=0.0] kbit/sec 

ortp-message-Thread processing load: audio=0.000243 video=0.000000 
ortp-message-ms_quality_indicator_update_local(): no packet received since last call 

ortp-message-bandwidth usage for call [0DB8EC58]: audio=[d=82.6,u=82.6] video=[d=0.0,u=0.0] kbit/sec 

ortp-message-Thread processing load: audio=0.121577 video=0.000000 
ortp-message-ms_quality_indicator_update_local(): no packet received since last call 

ortp-message-Sending RTCP SR compound message on session [0DB8B680]. 

ortp-message-audio_stream_iterate[0DB907C8]: local statistics available 
        Local's current jitter buffer size:44.799999 ms 

ortp-message-stream [0DB907C8]: receiving RTCP SR 

ortp-message-audio_stream_iterate[0DB907C8]: remote statistics available 
        remote's interarrival jitter=160 
        remote's lost packets percentage since last report=0.000000 
        round trip time=0.039978 seconds 

ortp-message-bandwidth usage for call [0DB8EC58]: audio=[d=82.7,u=82.7] video=[d=0.0,u=0.0] kbit/sec 

ortp-message-Thread processing load: audio=0.002289 video=0.000000 
ortp-message-ms_quality_indicator_update_local(): no packet received since last call 

ortp-message-bandwidth usage for call [0DB8EC58]: audio=[d=81.2,u=82.8] video=[d=0.0,u=0.0] kbit/sec 

ortp-message-Thread processing load: audio=0.000000 video=0.000000 
ortp-message-ms_quality_indicator_update_local(): no packet received since last call 

ortp-message-channel [0DB6C560]: keep alive sent to [UDP://192.168.1.30:5060

ortp-message-Sending RTCP SR compound message on session [0DB8B680]. 

ortp-message-audio_stream_iterate[0DB907C8]: local statistics available 
        Local's current jitter buffer size:45.322582 ms 

ortp-message-bandwidth usage for call [0DB8EC58]: audio=[d=84.7,u=83.1] video=[d=0.0,u=0.0] kbit/sec 

ortp-message-Thread processing load: audio=0.000000 video=0.000000 
ortp-message-ms_quality_indicator_update_local(): no packet received since last call 
ortp-message-stream [0DB907C8]: receiving RTCP SR 
ortp-message-audio_stream_iterate[0DB907C8]: remote statistics available 
        remote's interarrival jitter=160 
        remote's lost packets percentage since last report=0.000000 
        round trip time=0.035217 seconds 

ortp-message-bandwidth usage for call [0DB8EC58]: audio=[d=79.8,u=83.1] video=[d=0.0,u=0.0] kbit/sec 

ortp-message-Thread processing load: audio=0.000000 video=0.000000 
ortp-message-ms_quality_indicator_update_local(): no packet received since last cal

reply via email to

[Prev in Thread] Current Thread [Next in Thread]