Skip to main content

Module ts

Module ts 

Source
Expand description

TS packet helpers — scramble/descramble 188-byte MPEG-2 TS packets.

Handles adaptation-field offset and transport_scrambling_control bits per ISO/IEC 13818-1 §2.4.3.3/§2.4.3.4 (ETSI TS 100 289 scrambles the payload located this way, but does not itself redefine TS framing).

Functions§

descramble_ts_packet
Descramble the payload of a 188-byte TS packet in-place.
scramble_ts_packet
Scramble the payload of a 188-byte TS packet in-place.