linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] About on voice on S3C2410


From: cheng zhu
Subject: [Linphone-developers] About on voice on S3C2410
Date: Sun, 16 Aug 2009 11:19:22 +0800

Hello!

I have ported "libeXosip2-3.3.0¡¢libogg-1.1.3-1¡¢libosip2-3.3.0¡¢linphone-3.1.2¡¢speex" to S3C2410 which linux kernel is 2.6.8 and used oss driver. i disable linphone's gui and video support.
now one board can connect to the another, but i can't hear any voice include local ring and remote ring.
>From log I find oss_thread() don't get schedule after start. I think cpu is blocked in ms_ticker_run(), and add some log in ms_ticker_run():

.......
            realtime = s->get_cur_time_ptr(s->get_cur_time_data) - s->orig;
            ms_mutex_unlock(&s->lock);
            diff = s->time - realtime;
            ms_message("ms_ticker_run, s->time 0x%lx, realtime 0x%lx, diff 0x%lx, %s",
                    s->time, realtime, diff, diff>0?">0":"<0");
            if (diff>0){
                ms_message("ms_ticer_run, sleep 0x%lx MS", diff);
                /* sleep until next tick */
                sleepMs((int)diff);
            }
........
 

log file show some message:
........
ortp-message-ms_ticker_run, s->time 0xa, realtime 0x0, diff 0x1, (null)
ortp-message-ms_ticer_run, sleep 0x9 MS
........

There is some problem in message:
1. diff value is invalid and different in two positions,  should be 0xa, but not 0x1 and 0x9
2. should sleep 10Ms, but not 9Ms. the kernel HZ is 100, if sleep <10ms, is cpu can let this thread sleep and schedule other thread?

my cross-compile toolchain is arm-linux-gcc-3.3.2. if the problem of diff value is because of toolchain?

The follow is log list:
ortp-message-oRTP-0.16.0 initialized.
ortp-message-Registering all filters...
ortp-message-Registering all soundcard handlers
ortp-message-oss_card_new, pcmdev /dev/dsp, mixdev /dev/mixer
ortp-message-Card OSS: /dev/dsp added
ortp-message-Loading plugins
ortp-message-Cannot open directory /usr/lib/mediastreamer/plugins: No such file or directory
ortp-message-ms_init() done
ortp-message-Cannot open directory /usr/lib/liblinphone/plugins: No such file or directory
ortp-message-DNS resolution with 0.0.0.0:5060
ortp-message-getaddrinfo returned the following addresses:
ortp-message-0.0.0.0 port 5060
ortp-message-eXosip: Reseting timer to 10s before waking up!
ortp-message-eXosip: Reseting timer to 10s before waking up!
ortp-message-eXosip: Reseting timer to 10s before waking up!
ortp-warning-keep alive: 3
ortp-message-eXosip: Reseting timer to 10s before waking up!
ortp-message-eXosip: Reseting timer to 10s before waking up!
ortp-warning-keep alive: 3
ortp-message-eXosip: Reseting timer to 10s before waking up!
ortp-message-eXosip: Reseting timer to 10s before waking up!
ortp-warning-keep alive: 3
ortp-message-eXosip: Reseting timer to 10s before waking up!
ortp-message-eXosip: Reseting timer to 10s before waking up!
ortp-warning-keep alive: 3
ortp-message-eXosip: Reseting timer to 10s before waking up!
ortp-message-eXosip: Reseting timer to 10s before waking up!
ortp-warning-keep alive: 3
ortp-message-eXosip: Reseting timer to 10s before waking up!
ortp-message-eXosip: Reseting timer to 10s before waking up!
ortp-warning-keep alive: 3
ortp-message-eXosip: Reseting timer to 10s before waking up!
ortp-message-eXosip: Reseting timer to 10s before waking up!
ortp-warning-keep alive: 3
ortp-message-eXosip: Reseting timer to 10s before waking up!
ortp-message-eXosip: Reseting timer to 10s before waking up!
ortp-warning-keep alive: 3
ortp-message-eXosip: Reseting timer to 10s before waking up!
ortp-message-eXosip: Reseting timer to 10s before waking up!
ortp-warning-keep alive: 3
ortp-message-eXosip: Reseting timer to 10s before waking up!
ortp-message-eXosip: Reseting timer to 10s before waking up!
ortp-warning-keep alive: 3
ortp-message-eXosip: Reseting timer to 10s before waking up!
ortp-message-Received message:
INVITE sip:address@hidden SIP/2.0
Via: SIP/2.0/UDP 192.168.0.2:5060;rport;branch=z9hG4bK2131305487
From: <sip:address@hidden>;tag=2008435371
To: <sip:address@hidden>
Call-ID: 1293866681
CSeq: 20 INVITE
Contact: <sip:address@hidden:5060>
Content-Type: application/sdp
Max-Forwards: 70
User-Agent: Linphone/3.1.2 (eXosip2/3.3.0)
Subject: Phone call
Content-Length:   286

v=0
o=root 123456 654321 IN IP4 192.168.0.2
s=A conversation
c=IN IP4 192.168.0.2
t=0 0
m=audio 7078 RTP/AVP 111 110 0 8 101
a=rtpmap:111 speex/16000/1
a=rtpmap:110 speex/8000/1
a=rtpmap:0 PCMU/8000/1
a=rtpmap:8 PCMA/8000/1
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-11

ortp-message-Message received from: 192.168.0.2:5060
ortp-message-Message received from: 192.168.0.2:5060
ortp-message-MESSAGE REC. CALLID:1293866681
ortp-message-Message received from: 192.168.0.2:5060
ortp-message-This is a request
ortp-message-allocating transaction ressource 1 1293866681
ortp-message-allocating IST context
ortp-message-_eXosip_default_gateway_with_getifaddrs(): found 192.168.0.3
ortp-message-cb_rcvinvite (id=1)
ortp-message-DNS resolution with 192.168.0.2:5060
ortp-message-getaddrinfo returned the following addresses:
ortp-message-192.168.0.2 port 5060
ortp-message-Message sent: (to dest=192.168.0.2:5060)
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 192.168.0.2:5060;rport=5060;branch=z9hG4bK2131305487
From: <sip:address@hidden>;tag=2008435371
To: <sip:address@hidden>
Call-ID: 1293866681
CSeq: 20 INVITE
User-Agent: Linphone/3.1.2 (eXosip2/3.3.0)
Content-Length: 0


ortp-message-cb_snd123456xx (id=1)
ortp-message-DNS resolution with 192.168.0.2:5060
ortp-message-getaddrinfo returned the following addresses:
ortp-message-192.168.0.2 port 5060
ortp-message-Message sent: (to dest=192.168.0.2:5060)
SIP/2.0 101 Dialog Establishement
Via: SIP/2.0/UDP 192.168.0.2:5060;rport=5060;branch=z9hG4bK2131305487
From: <sip:address@hidden>;tag=2008435371
To: <sip:address@hidden>;tag=1076884318
Call-ID: 1293866681
CSeq: 20 INVITE
Contact: <sip:address@hidden:5060>
User-Agent: Linphone/3.1.2 (eXosip2/3.3.0)
Content-Length: 0


ortp-message-cb_snd123456xx (id=1)
ortp-message-eXosip: Reseting timer to 10s before waking up!
ortp-message-eXosip: Reseting timer to 10s before waking up!
ortp-message-CALL_NEW

ortp-message-_eXosip_default_gateway_with_getifaddrs(): found 192.168.0.3
ortp-message-_eXosip_default_gateway_with_getifaddrs(): found 192.168.0.3
ortp-message-Notifying all friends that we are in status 5
ortp-message-Partial MTU discovered : 1500
ortp-message-Partial MTU discovered : 1500
ortp-message-mtu to 192.168.0.2 is 1500
ortp-message-Discovered mtu is 1500, RTP payload max size is 1440
ortp-message-Using firewall address in sdp.
ortp-message-_eXosip_default_gateway_with_getifaddrs(): found 192.168.0.3
ortp-message-Starting local ring...
ortp-message-DNS resolution with 192.168.0.2:5060
ortp-message-getaddrinfo returned the following addresses:
ortp-message-192.168.0.2 port 5060
ortp-message-Message sent: (to dest=192.168.0.2:5060)
SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 192.168.0.2:5060;rport=5060;branch=z9hG4bK2131305487
From: <sip:address@hidden>;tag=2008435371
To: <sip:address@hidden>;tag=1076884318
Call-ID: 1293866681
CSeq: 20 INVITE
Contact: <sip:address@hidden:5060>
User-Agent: Linphone/3.1.2 (eXosip2/3.3.0)
Content-Length: 0


ortp-message-cb_snd123456xx (id=1)
ortp-message-eXosip: Reseting timer to 10s before waking up!
ortp-message-/usr/share/sounds/linphone/rings/oldphone.wav opened: rate=44100,channel=2
ortp-message-ms_oss_write_new
ortp-message-ms_filter_link: MSFilePlayer:0x30dc8,0-->MSOssWrite:0x30ce8,0
ortp-message-oss_write_preprocess
ortp-message-incoming call ringing for 0 seconds
ortp-message-/dev/dsp opened: rate=44100,bits=16,stereo=1 blocksize=2560.
ortp-warning-oss_open: audio buffer size: 256.
ortp-warning-OSS_TRIGGER: Function not implemented
ortp-warning-oss_thread, pcmfd=15 readStarted 0, writeStarted 1
ortp-message-s->interval is 10, s->orig is 0x720f0
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0xa, realtime 0x0, diff 0x1, (null)
ortp-message-ms_ticer_run, sleep 0x9 MS
ortp-message-ms_ticker_run, s->time 0xa, realtime 0x0, diff 0x10, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x14, realtime 0x0, diff 0x11, (null)
ortp-message-ms_ticer_run, sleep 0x3 MS
ortp-message-ms_ticker_run, s->time 0x14, realtime 0x0, diff 0x24, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x1e, realtime 0x0, diff 0x25, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x28, realtime 0x0, diff 0x26, (null)
ortp-message-ms_ticer_run, sleep 0x2 MS
ortp-message-ms_ticker_run, s->time 0x28, realtime 0x0, diff 0x38, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x32, realtime 0x0, diff 0x39, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x3c, realtime 0x0, diff 0x3a, (null)
ortp-message-ms_ticer_run, sleep 0x2 MS
ortp-message-ms_ticker_run, s->time 0x3c, realtime 0x0, diff 0x4c, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x46, realtime 0x0, diff 0x4d, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x50, realtime 0x0, diff 0x4e, (null)
ortp-message-ms_ticer_run, sleep 0x2 MS
ortp-message-ms_ticker_run, s->time 0x50, realtime 0x0, diff 0x60, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x5a, realtime 0x0, diff 0x61, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x64, realtime 0x0, diff 0x62, (null)
ortp-message-ms_ticer_run, sleep 0x2 MS
ortp-message-ms_ticker_run, s->time 0x64, realtime 0x0, diff 0x74, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x6e, realtime 0x0, diff 0x75, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x78, realtime 0x0, diff 0x76, (null)
ortp-message-ms_ticer_run, sleep 0x2 MS
ortp-message-ms_ticker_run, s->time 0x78, realtime 0x0, diff 0x88, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x82, realtime 0x0, diff 0x89, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x8c, realtime 0x0, diff 0x8a, (null)
ortp-message-ms_ticer_run, sleep 0x2 MS
ortp-message-ms_ticker_run, s->time 0x8c, realtime 0x0, diff 0x9c, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x96, realtime 0x0, diff 0x9e, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0xa0, realtime 0x0, diff 0x9f, (null)
ortp-message-ms_ticer_run, sleep 0x1 MS
ortp-message-ms_ticker_run, s->time 0xa0, realtime 0x0, diff 0xb0, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0xaa, realtime 0x0, diff 0xb1, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0xb4, realtime 0x0, diff 0xb2, (null)
ortp-message-ms_ticer_run, sleep 0x2 MS
ortp-message-ms_ticker_run, s->time 0xb4, realtime 0x0, diff 0xc4, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0xbe, realtime 0x0, diff 0xc5, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0xc8, realtime 0x0, diff 0xc6, (null)
ortp-message-ms_ticer_run, sleep 0x2 MS
ortp-message-ms_ticker_run, s->time 0xc8, realtime 0x0, diff 0xd8, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0xd2, realtime 0x0, diff 0xd9, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0xdc, realtime 0x0, diff 0xda, (null)
ortp-message-ms_ticer_run, sleep 0x2 MS
ortp-message-ms_ticker_run, s->time 0xdc, realtime 0x0, diff 0xec, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0xe6, realtime 0x0, diff 0xed, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0xf0, realtime 0x0, diff 0xee, (null)
ortp-message-ms_ticer_run, sleep 0x2 MS
ortp-message-ms_ticker_run, s->time 0xf0, realtime 0x0, diff 0x100, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0xfa, realtime 0x0, diff 0x101, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x104, realtime 0x0, diff 0x102, (null)
ortp-message-ms_ticer_run, sleep 0x2 MS
ortp-message-ms_ticker_run, s->time 0x104, realtime 0x0, diff 0x114, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x10e, realtime 0x0, diff 0x115, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x118, realtime 0x0, diff 0x116, (null)
ortp-message-ms_ticer_run, sleep 0x2 MS
ortp-message-ms_ticker_run, s->time 0x118, realtime 0x0, diff 0x128, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x122, realtime 0x0, diff 0x129, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x12c, realtime 0x0, diff 0x12a, (null)
ortp-message-ms_ticer_run, sleep 0x2 MS
ortp-message-ms_ticker_run, s->time 0x12c, realtime 0x0, diff 0x13c, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x136, realtime 0x0, diff 0x13d, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x140, realtime 0x0, diff 0x13e, (null)
ortp-message-ms_ticer_run, sleep 0x2 MS
ortp-message-ms_ticker_run, s->time 0x140, realtime 0x0, diff 0x150, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x14a, realtime 0x0, diff 0x151, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x154, realtime 0x0, diff 0x152, (null)
ortp-message-ms_ticer_run, sleep 0x2 MS
ortp-message-ms_ticker_run, s->time 0x154, realtime 0x0, diff 0x164, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x15e, realtime 0x0, diff 0x165, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x168, realtime 0x0, diff 0x166, (null)
ortp-message-ms_ticer_run, sleep 0x2 MS
ortp-message-ms_ticker_run, s->time 0x168, realtime 0x0, diff 0x178, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x172, realtime 0x0, diff 0x179, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x17c, realtime 0x0, diff 0x1b4, (null)
ortp-warning-Audio (ring) MSTicker: We are late of 56 miliseconds.
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x186, realtime 0x0, diff 0x1b6, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x190, realtime 0x0, diff 0x1b7, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x19a, realtime 0x0, diff 0x1b8, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x1a4, realtime 0x0, diff 0x1b9, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x1ae, realtime 0x0, diff 0x1bb, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x1b8, realtime 0x0, diff 0x1bc, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x1c2, realtime 0x0, diff 0x1bd, (null)
ortp-message-ms_ticer_run, sleep 0x5 MS
ortp-message-ms_ticker_run, s->time 0x1c2, realtime 0x0, diff 0x1d2, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x1cc, realtime 0x0, diff 0x1d3, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x1d6, realtime 0x0, diff 0x1d4, (null)
ortp-message-ms_ticer_run, sleep 0x2 MS
ortp-message-ms_ticker_run, s->time 0x1d6, realtime 0x0, diff 0x1e6, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x1e0, realtime 0x0, diff 0x1e7, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x1ea, realtime 0x0, diff 0x1e8, (null)
ortp-message-ms_ticer_run, sleep 0x2 MS
ortp-message-ms_ticker_run, s->time 0x1ea, realtime 0x0, diff 0x1fa, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x1f4, realtime 0x0, diff 0x1fb, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x1fe, realtime 0x0, diff 0x1fc, (null)
ortp-message-ms_ticer_run, sleep 0x2 MS
ortp-message-ms_ticker_run, s->time 0x1fe, realtime 0x0, diff 0x20e, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x208, realtime 0x0, diff 0x20f, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x212, realtime 0x0, diff 0x210, (null)
ortp-message-ms_ticer_run, sleep 0x2 MS
ortp-message-ms_ticker_run, s->time 0x212, realtime 0x0, diff 0x222, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x21c, realtime 0x0, diff 0x223, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x226, realtime 0x0, diff 0x224, (null)
ortp-message-ms_ticer_run, sleep 0x2 MS
ortp-message-ms_ticker_run, s->time 0x226, realtime 0x0, diff 0x236, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x230, realtime 0x0, diff 0x237, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x23a, realtime 0x0, diff 0x238, (null)
ortp-message-ms_ticer_run, sleep 0x2 MS
ortp-message-ms_ticker_run, s->time 0x23a, realtime 0x0, diff 0x24a, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x244, realtime 0x0, diff 0x24b, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x24e, realtime 0x0, diff 0x24c, (null)
ortp-message-ms_ticer_run, sleep 0x2 MS
ortp-message-ms_ticker_run, s->time 0x24e, realtime 0x0, diff 0x25e, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-ms_ticker_run, s->time 0x258, realtime 0x0, diff 0x25f, (null)
ortp-message-call_process, schedule filter MSFilePlayer
ortp-message-player_process, read 1764
ortp-message-call_process, schedule filter MSOssWrite
ortp-message-Filter MSFilePlayer is not scheduled; nothing to do.
ortp-message-ms_filter_unlink: MSFilePlayer:0x30dc8,0-->MSOssWrite:0x30ce8,0
ortp-error-pthread_join error: Resource deadlock avoided
ortp-message-Notifying all friends that we are in status 1
...............................................

If you have any suggestion,Please let me know!

Thank you very much!











reply via email to

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