Searched refs:live_start_index (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | hls.c | 215 int live_start_index; member 1741 /* If this is a live stream, start live_start_index segments from the in select_cur_seq_no() 1743 if (c->live_start_index < 0) in select_cur_seq_no() 1745 c->live_start_index, 0); in select_cur_seq_no() 1747 seq_no = pls->start_seq_no + FFMIN(c->live_start_index, in select_cur_seq_no() 2532 {"live_start_index", "segment index to start live streams at (negative values are from the end)", 2533 OFFSET(live_start_index), AV_OPT_TYPE_INT, {.i64 = -3}, INT_MIN, INT_MAX, FLAGS}, 2534 {"prefer_x_start", "prefer to use #EXT-X-START if it's in playlist instead of live_start_index",
|
Completed in 4 milliseconds