I build performance test example and I run it. Every thing is okay.
I want to simulat video streaming. Each frame has a diffrent size and of course each frame will be sent using multiple messages.
What type of modification should I make for such test?
Hello Alshaboti,
This document might help you (and it has source code and XML configuration you can use):
http://www.rti.com/resources/usecases/streaming-video.html
The IDL used in this example is below. It allocates large frames, but only sends the actual size of the frame.
Thank you!
Rose