Multi timeline export of a single camera

Hello.

I’m developing a exporting related software.

Before development, because smartclient support this, I might be able to use the same function.

It is multi-timeline export of a single camera.

I want to export a camera from A to B, and C to D,

A, B, C, D are time.

I added A to B, and then C to D to export list.

my result was C to D only.

I couldn’t find A to B timeline.

is this a bug, or intended.

is there any workaround or solution?

Please teach me lessons.

It is not possible the way the exporter class is designed.

Please see this page,

https://doc.developer.milestonesys.com/html/index.html?base=miphelp/class_video_o_s_1_1_platform_1_1_data_1_1_d_b_exporter.html&tree=tree_search.html?search=dbexporter

As you can see StartExport has only one start time and end time. So you can only have one timeline for exporting.