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?

_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to