Page 1 of 1

RTP media streaming via H323Plus

Posted: Tue Jun 23, 2015 2:28 pm
by BananaBox
Hello!
Is it possible to start separate RTP session which would transfer audio from my app to some defined multicast endpoint (address+port)?
I mean that there shouldn't be a telephony connection.

I already have H323 telephony connection implemented. It just answers the calls and asks users for some actions to start transferring theirs announcement.
I need to implement RTP streaming from incoming audio channel to some remote multicast endpoint, But I don't know how to do this. Which methods (classes) I should override to have ability to create an RTP audio stream?

Could you help me please?