[Icecast] Anyone using ffmpeg as a source-client?

Alejandro cdgraff at gmail.com
Wed Aug 28 12:22:30 UTC 2019


This depend on your device, but almost in my case with audioinjector card
for rpi use:

/usr/bin/arecord -q -N -M -t raw -D hw:audioinjectorpi -c 2 -r 44100 -f
S16_LE | ffmpeg -re -f s16le -ac 2 -ar 44100 -i -
$PUBLIC_LINEIN_FFMPEG_CONFIG | grep -q Error

I try the native way from ffmpeg, without success :( and move to use PIPE
to capture and deliver to ffmpeg.

El mié., 28 de ago. de 2019 a la(s) 08:23, That Jack Elliott (
that.jack.elliott at gmail.com) escribió:

> How are you capturing the audio-in?
>
> Jack Elliott
>
> On 8/27/2019 5:25 PM, webmaster at berean-biblechurch.org wrote:
> > Yes, I'm using it to capture the audio-in and pushing to Icecast.
> >
> > On 2019-08-27 10:33, Jack Elliott wrote:
> >> As described here in ffmpeg's documentation:
> >>
> >> http://ffmpeg.org/ffmpeg-all.html#Icecast
> _______________________________________________
> Icecast mailing list
> Icecast at xiph.org
> http://lists.xiph.org/mailman/listinfo/icecast
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/icecast/attachments/20190828/b30c19f7/attachment.htm>


More information about the Icecast mailing list