linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] oRTP scheduler issue


From: Cornel Spinu
Subject: [Linphone-developers] oRTP scheduler issue
Date: Wed, 19 Jun 2013 16:27:44 +0300
User-agent: Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20120614 Thunderbird/13.0.1

Hi,

I have an application that transfers audio and I have the following problem.
For rtp send/recv I've created seperate threads. Those threads are created upon api call (establishing a phone call). First time it works ok. I exit the threads without any error. When exiting the threads I call ortp_exit(); After triggering another phone call, and starting the threads again, I get the following:

Jan 1 00:01:44 acuii-wrlinux daemon.info sysmgr[690]: ortp-error-Cannot use the scheduled mode: the scheduler is not started. Call ortp_scheduler_init() at the begginning of the application. Jan 1 00:01:44 acuii-wrlinux daemon.info sysmgr[690]: ortp-warning-rtp_session_set_scheduling_mode: Cannot use scheduled mode because the scheduler is not started. Use ortp_scheduler_init() before. Jan 1 00:01:44 acuii-wrlinux daemon.info sysmgr[690]: RTP_SEND: set_scheduling_mode: 1 Jan 1 00:01:44 acuii-wrlinux daemon.info sysmgr[690]: ortp-error-Cannot use the scheduled mode: the scheduler is not started. Call ortp_scheduler_init() at the begginning of the application. Jan 1 00:01:44 acuii-wrlinux daemon.info sysmgr[690]: ortp-warning-rtp_session_set_scheduling_mode: Cannot use scheduled mode because the scheduler is not started. Use ortp_scheduler_init() before.

Since ortp_exit() de-refferences the scheduler, why isnt he re-initialized when I call ortp_scheduler_init() ?
I'm using ortp 0.20.0.

Thank you,
Cornel




reply via email to

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