By analyzing the inherent latency of H.264/AVC codec structure, we propose a noble slice-based low latency codec structure. In the new structure, there is no obvious I-frame and P-frame. Instead, we divide every frame into slices and decentralize the original I-frame. When a frame is being encoded, we make sure that each frame has a slice using intra predicted coding method and other slices of
... [Show full abstract] the frame using inter predicted coding method to encode. Therefore, the bitstreams of encoded frames are more smooth. During the transmission process, the slice is transmitted immediately when it finishes encoding. In our new codec structure the parallelism of encoding, transmission and decoding processes are enhanced, so the latency of the codec system can be reduced. Our experimental results illustrate that the proposed low latency codec structure can reduce the latency of the codec system at least 100 ms compared with the original codec structure, while the average PSNR only reduces about 0.06 dB.