Hi all,

I seem to have a consistent problem with piping out audio to ffmpeg - the
problem is that after a random time (usually about 7-10 hours), something
along the pipe causes ffmpeg to crash - always with the same error:
"received 3 samples, 4 expected". I have the same issue on multiple servers
and different ffmpeg installations. (always on Liq 1.1.1 though).
The code for piping out is: 

output.external(
                %wav(stereo=true, channels=2, samplesize=16, header=true),
                fallible=true, flush=true, reopen_delay=30.,
reopen_when={0h0m0s},
                "ffmpeg -i - -y -c:a libfdk_aac etc etc",
                main_source)

Anyone has an idea what may be breaking the pipe?

Best regards,

Christo





------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to