[Live-devel] Packet Loss simulation

smurthi3 at gatech.edu smurthi3 at gatech.edu
Sat Dec 19 10:57:34 PST 2009


Hi All,

I am trying to simulate various levels of packet loss in the live555 streaming server ranging from 5-50% in steps of 5. The change has to be done in MultiFramedRTPSource.cpp/MultiFramedRTPSink.cpp but it uses (our_random() % 10) to generate 10% packet loss. 

This method does not work for values other than 10%. The other possibility is to use fSeqNo instead of our_random. But this does not create a truly random scenario. Any ideas on this?



More information about the live-devel mailing list