> Thanks Ross. But actually, I DO want to build it into the product. Because
> the product is portable, I want to be able to turn on the packet loss feature
> in the field, and for multiple installations. I also want to things like
> rearrange the packets so that they arrive in the wrong order
>> I would like to simulate packet loss of RTP packets on the network,
>> and I would like to use Live555 to do this. In fact, there already
>> is some code in MultiFramedRTPSink (in the
>> MultiFramedRTPSink::sendPacketIfNecessary() function) which is
>> contained in a "TEST_LOSS" macro, and is
Behalf Of Andy Stevens
Sent: Wednesday, September 05, 2012 9:25 PM
To: live-de...@ns.live555.com
Subject: [Live-devel] simulate RTP packet loss
Hi all,
I would like to simulate packet loss of RTP packets on the network, and
I would like to use Live555 to do this. In fact, there already is some
code
mmand line tool 'tc' which is part of the iproute2
package of tools. The tc command
uses shared libraries and data files in the /usr/lib/tc directory.
> Date: Wed, 5 Sep 2012 15:24:31 -0400
> From: stev...@electricalscience.com
> To: live-de...@ns.live555.com
> Subject: [Liv
> I would like to simulate packet loss of RTP packets on the network, and I
> would like to use Live555 to do this. In fact, there already is some code in
> MultiFramedRTPSink (in the MultiFramedRTPSink::sendPacketIfNecessary()
> function) which is contained in a "TEST_LOSS" macro, and is hardc
Hi all,
I would like to simulate packet loss of RTP packets on the network, and
I would like to use Live555 to do this. In fact, there already is some
code in MultiFramedRTPSink (in the
MultiFramedRTPSink::sendPacketIfNecessary() function) which is contained
in a "TEST_LOSS" macro, and is ha