Configuration
How segmentation works
When segment recording is enabled, FFmpeg writes each segment to a numbered file using thesegment muxer:
_000.ts, _001.ts, _002.ts, and so on.
The same segmentation pattern applies to all video formats (TS, FLV, MKV, MP4). The FFmpeg segment format flag changes accordingly (flv, matroska, mp4, etc.).
Auto-convert with segments
When both segment recording and auto-convert to MP4 are enabled, each segment is converted to MP4 independently after the recording session ends. Segments are identified by their shared filename prefix, and a background conversion thread is started for each one.anchor_000.mp4, anchor_001.mp4, etc.
Timestamp subtitle files
The生成时间字幕文件 option generates an SRT subtitle file alongside the recording. Each subtitle entry contains the wall-clock timestamp, updated every second, so you can see exactly when any moment in the video occurred.
Timestamp subtitle file generation is automatically disabled when segment recording is active. The two features are mutually exclusive — segment recording resets timestamps at each segment boundary, which makes a continuous subtitle file meaningless.
Stopping a segmented recording
On Windows, runStopRecording.vbs or press Ctrl+C in the recording window.
To stop only one room without stopping others, prefix its URL with # in URL_config.ini. The recorder will finish writing the current segment, close the file cleanly, and exit that thread.