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




_______________________________________________
Linphone-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/linphone-users

Reply via email to