<div dir="ltr">I'm using ffmpeg for an audio over ip stl project and where I run in to trouble is doing a stereo stream with a raspberry pi. Mono it works great but stereo just takes too much cpu.<div><br></div><div>With that said, I'm sending audio to an icecast server in a vm over the internet and its been solid for days, no problem.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Aug 28, 2019 at 10:21 PM <<a href="mailto:webmaster@berean-biblechurch.org">webmaster@berean-biblechurch.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Jack,<br>
I'm on a Windows box.  FFmpeg captures the raw audio-in stream from the <br>
audio card (we do live broadcasts).  This is the cmd line:<br>
<br>
c:\apps\ffmpeg\bin\ffmpeg.exe -f dshow -i audio="Line In (Realtek High <br>
Definition Audio)" -b:a 16k -ar 32000 -ac 1^<br>
  -ice_name "my name of stream" -ice_description "a nice description" <br>
-ice_genre "Christianity" -ice_url "<a href="https://server.org/live.mp3" rel="noreferrer" target="_blank">https://server.org/live.mp3</a>" <br>
-user_agent "as you like"^<br>
  icecast://source:IceCast.Source@localhost:8000/live.mp3<br>
<br>
<br>
Justin<br>
<br>
On 2019-08-27 19:38, That Jack Elliott wrote:<br>
> How are you capturing the audio-in?<br>
> <br>
> Jack Elliott<br>
> <br>
> On 8/27/2019 5:25 PM, <a href="mailto:webmaster@berean-biblechurch.org" target="_blank">webmaster@berean-biblechurch.org</a> wrote:<br>
>> Yes, I'm using it to capture the audio-in and pushing to Icecast.<br>
>> <br>
>> On 2019-08-27 10:33, Jack Elliott wrote:<br>
>>> As described here in ffmpeg's documentation:<br>
>>> <br>
>>> <a href="http://ffmpeg.org/ffmpeg-all.html#Icecast" rel="noreferrer" target="_blank">http://ffmpeg.org/ffmpeg-all.html#Icecast</a><br>
_______________________________________________<br>
Icecast mailing list<br>
<a href="mailto:Icecast@xiph.org" target="_blank">Icecast@xiph.org</a><br>
<a href="http://lists.xiph.org/mailman/listinfo/icecast" rel="noreferrer" target="_blank">http://lists.xiph.org/mailman/listinfo/icecast</a><br>
</blockquote></div>