<div dir="ltr"><div dir="ltr"><div dir="ltr">I'm trying to learn how to use SIP with Live555 to give a SIP call.<div>This is my first time with Live555, also I spent hours in the testProgs section reading code and trying to understand how it works. Thanks for all this section's content.</div><div><br></div><div>I focused my attention on the playSIP program. To be honest, if this one could receive and send audio data (send from stdin or from a file like some other sample programs), it will be the perfect documentation to me.</div><div><br></div><div>Reading this code, I don't understand how to send (audio) data. Should I create an other MediaSession? An other MediaSubSession? Should I proceed like in the test*Streamer.cpp and only create and use a RTP stream? How to bind it to the current SIP session?</div><div><br></div><div>Reading SDP data from the SIP response, I can see some information like:</div><div><br></div><div><p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)">...</p><p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">m=audio 4004 RTP/AVP 0</span></p><p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">c=IN IP4 192.168.5.91</span></p><p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">b=TIAS:650000</span></p><p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">a=rtcp:4005 IN IP4 192.168.5.91</span></p><p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">a=sendrecv</span></p><p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">a=rtpmap:0 PCMU/8000</span></p></div><div><br></div><div>So I think I should create a RTP connection to <a href="http://192.168.5.91:4004">192.168.5.91:4004</a> and a RTCP one to <a href="http://192.168.5.91:4005">192.168.5.91:4005</a>? How?</div><div><br></div><div>Could you please help me by giving me informations based on playSIP.cpp? Thanks!</div><div><br></div><div>Regards,<br></div><div><br></div><div>Antoine Lavier</div></div></div></div>