There is such a task:
- There is an application where the video from the camera is broadcast (on one machine the server, on the other the application itself)
- It is necessary to create a situation in which an uneven number of frames will arrive in the application. Those. 0.5 seconds of frames is not, and then immediately 25 frames comes
To reproduce this situation, colleagues advise to lower network bandwidth. But I can not understand how. I tried using powershel to reduce the speed of the trace. New-NetQosPolicy -Name "FileCopy" -SMB -ThrottleRateActionBitsPerSecond 10MB
command: New-NetQosPolicy -Name "FileCopy" -SMB -ThrottleRateActionBitsPerSecond 10MB
but this did not work. I also tried in the QoS Packet Scheduler to increase the limit on the reserved bandwidth. The result is also zero.