CONFIDENTIAL
DOC-USR-0030-13
___________________________________________________________________________________________
Z3 Technology, LLC
♦
100 N 8
th
ST, STE 250
♦
Lincoln, NE 68508-1369 USA
♦
+1.402.323.0702
32
7.11
Tuning for Latency
For latency, the key parameters to work with are Video Delay and Number of B-frames.
Video Delay defines the number of milliseconds of buffering the encoder has to work with. The higher
this value, the more buffers it has to work with and the more time it has to “smooth things out” for
challenging content. However, a higher value also causes latency to increase accordingly. To minimize
latency, this value should be set to the lowest possible value. The lowest value Z3 recommends is 100.
B-frames improve the quality of the picture, but they also increase the latency by 1 frame time. To
minimize latency, B-frames should be disabled (done by setting “Number of B-frames” to 0).
In general, streaming using RTP will result in lower latency than streaming using TS. If low latency with
TS is desired, there is a special “TS lowlat mode” that can be activated. Setting this causes the TS
muxer to send packets out immediately rather than gathering data and sending packets once they
reach maximum network size. The tradeoff is less efficient use of the network and a TS stream that is
no longer perfectly smooth. Because of this less efficient use bitrates must be no larger than 5Mbps if
this is used. The user is encouraged to experiment with this to determine what tradeoff is best for
them.
The table below shows the suggested values for Video Delay and Number of B-frames for three common
use cases:
Video Delay
# of B-frames
Case 1: Highest Quality, Highest Latency
3000
2
Case 2: Good Quality, Standard Latency
2000
1
Case 3: Normal Quality, Lowest Latency
100
0
Figure 20 Tuning for Various Use Cases
If streaming to VLC, latency can be reduced on the decode side by adjusting the network caching
value. By default, this is set to 1000ms. You can lower this to as low as 200ms. To do this, go to the
following:
VLC
→
Tools
→
Preferences
→
Show Settings (ALL)
→
Input / Codecs
→
Network caching (ms)