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

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to