Re: [Live-devel] simulate RTP packet loss

2012-09-07 Thread Andy Stevens
rrive in the wrong order, so I can be sure that they are being reordered properly. But I just wanted to be sure that there wasn't any C++ trick that I hadn't thought of that was preventing me from subclassing this properly so that I can overload the

[Live-devel] simulate RTP packet loss

2012-09-05 Thread Andy Stevens
ly I would subclass MultiFramedRTPSink and then override the sendPacketIfNecessary() function. But sendPacketIfNecessary() is declared as "private" and so I cannot override. How best to simulate the packet loss without modifying the Live555 code directly? Regards,