Re: [Live-devel] How to handle RTP/RTCP connection to send audio using SIPClient

2020-10-28 Thread Antoine Lavier
Hi Ross, Too bad but I understand. We are currently using the RTSP client part of Live555 and would like to be able to use the SIP protocol (client/server) as well. Could we consider a contribution in the future? For the moment, this project is not yet planned on our side. Regards, Antoine

[Live-devel] How to handle RTP/RTCP connection to send audio using SIPClient

2020-10-28 Thread Antoine Lavier
192.168.5.91 a=sendrecv a=rtpmap:0 PCMU/8000 So I think I should create a RTP connection to 192.168.5.91:4004 and a RTCP one to 192.168.5.91:4005? How? Could you please help me by giving me informations based on playSIP.cpp? Thanks! Regards, Antoine Lavier ___