Opendigitalradio / ODR-EncoderManager

Opendigitalradio Encoder Manager
https://www.opendigitalradio.org
Other
10 stars 11 forks source link

mot fifo file instead file #2

Closed YoannQueret closed 8 years ago

YoannQueret commented 9 years ago

mot pad file is currently a file created before mot-encoder start. Need to create a FIFO file with mkfifo instead.

mpbraendli commented 8 years ago

dabplus-enc will create the pad fifo (dabplus-enc.cpp +538) if it doesn't exist yet. mot-encoder fails if the fifo doesn't exist.

Maybe this can allow you to skip manual creation of the fifo.

YoannQueret commented 8 years ago

issue solved in next branch