Re: [Live-devel] simulate RTP packet loss

2012-09-07 Thread Ross Finlayson
> 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

Re: [Live-devel] simulate RTP packet loss

2012-09-07 Thread Andy Stevens
>> 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

Re: [Live-devel] simulate RTP packet loss

2012-09-07 Thread Nikolai Vorontsov
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

Re: [Live-devel] simulate RTP packet loss

2012-09-06 Thread Joao Almeida
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

Re: [Live-devel] simulate RTP packet loss

2012-09-05 Thread Ross Finlayson
> 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

[Live-devel] simulate RTP packet loss

2012-09-05 Thread Andy Stevens
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