linphone-users
[Top][All Lists]
Advanced

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

Re: [Linphone-users] oRTP / mediastreamer : rtp stream ended?


From: Dimi
Subject: Re: [Linphone-users] oRTP / mediastreamer : rtp stream ended?
Date: Wed, 10 Jul 2013 11:43:08 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Edit:

Hope this is the right place for this question.
I feel like my question is not really clear, so let me explain:

I have 10 rtp streams opened, all on the same port with other multicast
addresses.

rtp_session = rtp_session_new(RTP_SESSION_RECVONLY);
rtp_session_set_recv_buf_size(rtp_session, 65535);
rtp_session_set_symmetric_rtp(rtp_session, FALSE);
rtp_session_set_scheduling_mode(rtp_session,0);
rtp_session_set_blocking_mode(rtp_session,0);
rtp_session_set_jitter_compensation(rtp_session,100);
rtp_session_enable_jitter_buffer(rtp_session,TRUE);
rtp_session_set_local_addr(rtp_session,"239.0.15.1",20000);

And now I want to know which of those 10 streams is active / is receiving
data. A parameter in RtpSession? Some kind of signal?

Thanks,
Dimi






reply via email to

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