SIPp version v3.7.3 Video call scenario with two rtp streams. **RTP Stream** <nop> <action> <exec rtp_stream="apattern,1,0,PCMU/8000,pps=50" /> <exec rtp_stream="vpattern,2,99,H264/90000,pps=15" /> </action> </nop> Hi, During my verification of the audio/video rtp_stream, I observed the following issue: 1. The total number of packets sent for 60 seconds is ~ 750 packets. Expected ~3900 packets (3000 audio and 900 video packets) 2. Audio pps=50 and video pps=15 has not impact on the rtp_stream. It ends up sending ~6-7 packets for both audio and video stream 3. Total bandwidth is always around 8KB/s. Expected ~45KB/s Audio: 160 bytes × 50 pps = 8 KB/s Video: 2500 bytes × 15 pps = 37.5 KB/s Total: 45.5 KB/s I would greatly appreciate any help resolving the issue. Thanks, Deva