[Live-devel] SDP file of a multiple destination session
Ramon Martin de Pozuelo Genis
tl11305 at salle.url.edu
Thu Jul 12 00:46:51 PDT 2007
Hi all,
I created a session with its respective rtpGroupsock & rtcpGroupsock and then
I added another destination using:
rtpPort= new Port(newPort);
rtcpPort= new Port(newPort+1);
destinationAddress.s_addr = inet_addr((char*)newIP);
rtpGroupsock->addDestination(destinationAddress,*rtpPort);
rtcpGroupsock->addDestination(destinationAddress,*rtcpPort);
Then, when I generated SDP file and it was created with the first destination
I used to create Groupsock's. There is some way to choose the second
destination appears in SDP file?
Thanks in advance,
Ramon
More information about the live-devel
mailing list