Configuration for {{version}}
General Options
Services
Subchannels
Components
General Multiplex Options
Number of frames to encode: {{g.nbframes}}
Statistics server port: {{g.statsserverport}}
Write SCCA field: {{g.writescca}}
Write TIST timestamp: {{g.tist}}
DAB Mode: {{g.dabmode}}
Log to syslog: {{g.syslog}}
Services
% for s in services:
{{s.name}}:
{{s.label}} ({{s.shortlabel}})
— id = {{s.id}}
% end
Subchannels
% for s in subchannels:
{{s.name}}:
{{s.type}}
— {{s.inputfile}}; {{s.bitrate}}kbps
% end
Components
% for s in components:
{{s.name}}:
{{s.label}} ({{s.shortlabel}})
— service {{s.service}}; subchannel {{s.subchannel}}; figtype {{s.figtype}}
% end