I'm back on sox for testing... If I only use output.external, it lasted for 
more than 4 hours which was a first... so I added pipe_metadata from 
https://gist.github.com/gilou/43133d2619202791e153211471aff6a1#file-functions-liq-L115
 but it failed after 10+ hours...

Code was:
```
s = smart_crossfade(playlist("test.m3u"))
s = mksafe(amplify(1.0, s))


pipe_file = "test.pipe"

pipe_input = pipe_metadata("test.pipe", s)

ps = output.external(id='pipeout', %wav, "sox -t raw -b 16 -c 2 -r 44.1k -e 
unsigned - -t wav #{pipe_file} flanger 2>/tmp/stderr", fst(pipe_input))

output.icecast(%mp3.vbr(quality=0), mount="test_pipe", snd(pipe_input))

```

Backtrace once attached is here:
[gdb.txt](https://github.com/savonet/liquidsoap/files/2321538/gdb.txt)


-- 
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/609#issuecomment-416039968
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to