Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Config files

Torbjörn Einarsson edited this page Aug 18, 2015 · 3 revisions

Content Config Files

There is one config file for each VoD content resource. It can be used with multiple manifests, and should include all the representations that should be accessible (as a comma-separated list).

All representations for the same ContentType must have the same track_timescale in the init segments. This timescale should be in the config file, and is extracted automatically by the dashanalyzer.py tool.

The config-file testpic_2s.cfg for all the MPDs with testcontent in testpic_2s must include all the representations used in different MPDs in order for the segments to be properly processed. It currently (Aug. 18 2015) looks like:

[General]
version = 1.0

[Setup]
default_tsbd_secs = 300
segment_duration_s = 2
first_segment_in_loop = 1
nr_segments_in_loop = 1800

[audio]
representations = A48
timescale = 48000

[video]
representations = V300
timescale = 90000

[subtitles]
representations = S1,sub_eng,sub_swe,sub_eng_cap,S1_one_region,S1_two_regions
timescale = 1000

Clone this wiki locally