{"init_seg_name","DASH-templated name to used for the initialization segment",OFFSET(init_seg_name),AV_OPT_TYPE_STRING,{.str="init-stream$RepresentationID$.m4s"},0,0,E},
{"media_seg_name","DASH-templated name to used for the media segments",OFFSET(media_seg_name),AV_OPT_TYPE_STRING,{.str="chunk-stream$RepresentationID$-$Number%05d$.m4s"},0,0,E},
{"utc_timing_url","URL of the page that will return the UTC timestamp in ISO format",OFFSET(utc_timing_url),AV_OPT_TYPE_STRING,{0},0,0,E},
{"skip_to_segment","first segment number to actually write",OFFSET(skip_to_segment),AV_OPT_TYPE_INT,{.i64=1},1,INT_MAX,E},