Package org.codice.alliance.video.stream.mpegts.netty
package org.codice.alliance.video.stream.mpegts.netty
-
ClassDescriptionThe BitReader wraps a ByteBuf and provides bit-level tools for reading bits, skipping bits, and searching for MPEG-2 (h.262) start codes.Buffers raw MPEG-TS packet data and writes the data to a temporary file so that the data written is on a clean IDR boundary.This is a POJO that contains the result of a file rotation request.A start code is the byte sequence 0x00 0x00 0x01 0xXX, where XX is any byte value.