Skip to main content

AVFMT_TS_DISCONT

Constant AVFMT_TS_DISCONT 

Source
pub const AVFMT_TS_DISCONT: i32 = 0x0200;
Expand description

AVFMT_TS_DISCONTAVInputFormat flag indicating discontinuous timestamps.

Set for live/streaming formats such as HLS (live playlists), RTMP, RTSP, MPEG-TS (UDP/SRT), and similar sources. Used to detect live streams after avformat_find_stream_info has been called.