Hi,
I'm experiencing Encoder Manager on Debian 12, with a 10 services mux.
I got some fatal issues after intexisting streams inputs, and services don't restart however the stream is back :/
Here is one of the tail -f standart log :
"Starting encoding
[00007f1824006120] access stream error: HTTP 404 error
2023-04-25Z23:U00:14 Initialised TAI-UTC offset to 37s.
U[00007f1824006120] http stream error: error: HTTP/1.0 404 Not Available
[00005591d66483f0] main input error: Your input can't be opened
[00005591d66483f0] main input error: VLC is unable to open the MRL 'http://icepe....mp3'. Check the log for details.
VLC state is 6
Detected fault in input!"
And here is the part of the supervisor config file generated by encoder manager for this service :
"
[program:odr-audioencoder-224a7e9b-5f9b-4e39-a712-6b06aa6a0256]
command=/usr/bin/odr-audioenc
--vlc-uri=http://icep......92.mp3
--drift-comp
--silence=60
--bitrate=88
--rate=48000
--channels=2
--sbr
--pad=34
--pad-socket=224a7e9b-5f9b-4e39-a712-6b06aa6a0256
--write-icy-text=/var/tmp/metadata-224a7e9b-5f9b-4e39-a712-6b06aa6a0256.dls
-o tcp://127.0.0.1:9008
-e tcp://127.0.0.1:9008
--stats=/var/tmp/224a7e9b-5f9b-4e39-a712-6b06aa6a0256.stats
--identifier=8
autostart=true
autorestart=true
priority=10
user=odr
group=odr
redirect_stderr=true
stdout_logfile=/var/log/supervisor/odr-audioencoder-224a7e9b-5f9b-4e39-a712-6b0>
"
autostart et autorestart are true . I don't have any other idea of where could come the problem. Do you ?
The same trouble happens with others streams. Restarting seems to work, but not always ... humf
Thx for your help
Clement :)