Opendigitalradio / ODR-DabMod

ODR-DabMod is a DAB (Digital Audio Broadcasting) modulator, part of the ODR-mmbTools.
https://www.opendigitalradio.org
Other
49 stars 32 forks source link

DAB with protection level EEP_A #33

Closed KuntzeM closed 5 years ago

KuntzeM commented 5 years ago

Hi,

I try to create etis with different bitrates and codecs. Is DAB (audio, musicam) with protection EEP_A 1-4 supported? I created with DAB+ different etis. There are working fine. But with DAB, I got an eti without Audio.

Could it be that I did something wrong?

Thanks in advanced!

dab.mux:

general {
    dabmode 1
    nbframes 2500
    syslog false
    writescca false
    tist false
    managementport 0
}

remotecontrol {
    telnetport 0
}

ensemble {
    id 0x0001
    ecc 0xE0
    international-table 1
    local-time-offset auto
    label "CodecEnsemble"
    shortlabel "CodecEns"
}

services {
    Service1 {
        id 0xD001
        label "CodecService"
        shortlabel "CodecSer"
        language 0x00
        pty 0
    }
}

subchannels {
    Subchannel1 {
        id 1
        type audio
        inputfile "tcp://*:9001"
        bitrate 48
        protection-profile EEP_A
        protection 1
        zmq-buffer 40
        zmq-prebuffering 20
    }

}

components {
    Comp1 {
        service Service1
        subchannel Subchannel1
        type 0
    }
}

outputs {
    fifo "file:///home/mathias/DABc_48kHz_048kbit_MonoFull_EEP1A_SONG_V01.eti?type=raw"
    throttle "simul://"
}

created eti: DABc_48kHz_048kbit_MonoFull_EEP1A_SONG_V01.zip

KuntzeM commented 5 years ago

sry wrong project. I would add an issue to DabMux