-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
I've created an ETI file mux with ODR-DabMux, it is a generated from a 48 KHz .wav file , and encoded 5 times at different modes and bitrates.
When I open it in Dablin, I can hear the 5 programes correctly, but the tooltips showing language, short label, program type... doesn't show until file has reached end.
When file ends...
If I record satellite .eti streams, they always show tooltips during all playing time.
What may be doing wrong ?
general {
dabmode 1
nbframes 8000
}
ensemble {
id 0xe123
ecc 0xe2 ; Extended Country Code
local-time-offset auto
international-table 1
label "TestMux DAB/DAB+"
shortlabel "TestMux"
}
services {
serv-1 { id 0xE2D1 pty 10 pty-sd static language 3 label "256 DAB Joint" shortlabel "256 DABJ"}
serv-2 { id 0xE2D2 pty 10 pty-sd static language 3 label "128 DAB Joint" shortlabel "128 DABJ"}
serv-3 { id 0xE2D3 pty 10 pty-sd static language 3 label "160 DAB+ AAC-LC" shortlabel "160 D+LC"}
serv-4 { id 0xE2D4 pty 10 pty-sd static language 3 label "96 DAB+ HE-AACv1" shortlabel "96 D+ v1"}
serv-5 { id 0xE2D5 pty 10 pty-sd static language 3 label "40 DAB+ HE-AACv2" shortlabel "40 D+ v2"}
}
subchannels {
sub-1 {
type audio
inputfile "prog1.mp2"
bitrate 256
id 4
protection 3
}
sub-2 {
type audio
inputfile "prog2.mp2"
bitrate 128
id 5
protection 3
}
sub-3 {
type dabplus
inputfile "prog3.dabp"
bitrate 160
id 6
protection 3
}
sub-4 {
type dabplus
inputfile "prog4.dabp"
bitrate 96
id 7
protection 3
}
sub-5 {
type dabplus
inputfile "prog5.dabp"
bitrate 40
id 8
protection 3
}
}
components {
comp-1 { service serv-1 subchannel sub-1 }
comp-2 { service serv-2 subchannel sub-2 }
comp-3 { service serv-3 subchannel sub-3 }
comp-4 { service serv-4 subchannel sub-4 }
comp-5 { service serv-5 subchannel sub-5 }
}
outputs { output1 "file://testmux.eti?type=raw" }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels