Home > hls.js > TSDemuxerConfig
TSDemuxerConfig type
Signature:
export type TSDemuxerConfig = {
forceKeyFrameOnDiscontinuity: boolean;
handleMpegTsVideoIntegrityErrors: 'process' | 'skip';
}; Home > hls.js > TSDemuxerConfig
Signature:
export type TSDemuxerConfig = {
forceKeyFrameOnDiscontinuity: boolean;
handleMpegTsVideoIntegrityErrors: 'process' | 'skip';
};