**Describe the bug**
My Liquidsoap script is setup on a high level as follows:
radio_stream = input.alsa
radio_stream = strip_blank
output.icecast(
radio_stream,
fallible=true,
etc..
)
output.file(
%mp3,
radio_stream,fallible=true)
My issue is when strip blank brings up the input source during a network outage
(im using using 3G...) both icecast and output.file do not work. output.file
produces 0 byte files.
**To Reproduce**
Create an input from alsa and then link it to strip blank, i.e. only stream on
audio availability. Then create two outputs one icecast and one file.
Disconnect network cable( to simulate network issue) and play some audio to
bring up sorce, you will find that the file output is not working (making 0
byte files) as it seems to be linked to the connecting to icecast failure.
**Expected behavior**
Icecast should not stream as there is no network, but the file dump should be
full for the duration that audio source is available as per strip_blank
**Version details**
- OS: Ubuntu 16
- Version 1.3.3
**Install method**
apt-get
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/788
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users