Video Traffic Source
Generates realistic video streaming traffic patterns with frame-based timing and variable packet sizes mimicking video encoding characteristics. This specialized traffic generator simulates video codec behavior including I-frames, P-frames, and GOP (Group of Pictures) structures with configurable frame rates and encoding parameters. Essential for testing adaptive streaming protocols, evaluating video quality under network constraints, bandwidth adaptation algorithms, and quality of experience (QoE) measurements in video delivery systems.
Tags: EMULATION
Field | Type | Optional | Description | Default Value |
---|---|---|---|---|
Output | String | No | ||
Fps | Uint32 | No | Frames per second (FPS) of the video traffic. | 30 |
P Frames | Uint32 | No | Number of P frames (Predictive frames) per GOP (Group of Pictures). | 1 |
Total Packets | Uint32 | No | Total number of packets to be generated. | 5000 |
Min Packet Size | Uint32 | Yes | Minimum size of each generated packet in bytes. | 100 |
Max Packet Size | Uint32 | Yes | Maximum size of each generated packet in bytes. | 1400 |
Seed | Uint32 | Yes | Seed for generating random values. | 1337 |