Opendigitalradio / ODR-DabMux

ODR-DabMux is a DAB (Digital Audio Broadcasting) multiplexer, part of the ODR-mmbTools.
https://www.opendigitalradio.org
Other
48 stars 35 forks source link

ODR-DabMux don't works with the "buffer-management timestamped" #65

Open chicco64 opened 2 years ago

chicco64 commented 2 years ago

I have installed your version v4.3.0 which works smoothly using the "buffer-management prebuffering" configuration. By changing it instead and using the other "buffer-management timestamped" mode, the multiplex does not works. This is part of my setup:

...... general { dabmode 1 nbframes 0 syslog false tist true managementport 12720 } .........

sub-P01 { type dabplus bitrate 64 id 1 protection-profile EEP_A protection 3 inputproto edi inputuri "tcp://*:9001" buffer-management timestamped buffer 500 tist-delay 10 .......

outputs { throttle "simul://"

edi {
    destinations {
        edi_tcp {
            protocol tcp
            listenport 13000
        }
    }

    enable_pft  false
    fec         0
    packet_spread 95
    dump        false
    verbose     false
}

zeromq {
    endpoint "tcp://*:9200"
    allowmetadata true
}

zmq  "zmq+tcp://*:19200"

}

If i set "tist false" it was not usable due to high delay (50sec). what is the correct configuration to start dabmux in "timestamp" mode (SFN compatibility)?