[Live-devel] Problems with receiving reports on sender side
Martin
marthi at graphics.cs.uni-sb.de
Tue Nov 14 06:44:16 PST 2006
Hello Ross,
I have the following Problem:
If I access the the transmissionStatsDB on the sender side, I only get 0
for Jitter and so on. However, on the receiver side the access to the
receptionStatsDB works fine.
I searched the faq and the mailing-list archive and found that I have to
use changeDestinationParameters() on the receiver side after creating
the groupsocks:
Groupsock* rtcp_socket = new Groupsock(getUsageEnvironment(),
ip->getINetAddr(), rtcp_port,TTL)
rtcp_socket->changeDestinationParameters(ip->getINetAddr(), rtcp_port, 255);
Unfortunately the result is still the same. Might this problem somehow
be related to unicast or multicast streaming?
Thanks for helping in advance!
Martin
More information about the live-devel
mailing list