As described here in ffmpeg's documentation: http://ffmpeg.org/ffmpeg-all.html#Icecast -- That Jack Elliott (541) 848 7021 KPOV 88.9 FM High Desert Community radio Host, The Sunday Classics
When you say as Source Client, means like listener? i'm using for push and pull the streaming. For push, we capture from SDR Dongle and LineIn audio card, encode and push to Icecast server with FFMPEG. And to play (and process, trascoding too) to multiple bitrate and others task too. What is your doubt? Regards Alejandro El mar., 27 de ago. de 2019 a la(s) 12:33, Jack Elliott ( that.jack.elliott at gmail.com) escribió:> As described here in ffmpeg's documentation: > > http://ffmpeg.org/ffmpeg-all.html#Icecast > > -- > That Jack Elliott > (541) 848 7021 > KPOV 88.9 FM High Desert Community radio > Host, The Sunday Classics > > _______________________________________________ > 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/20190827/613e2e22/attachment.html>
webmaster at berean-biblechurch.org
2019-Aug-28 00:25 UTC
[Icecast] Anyone using ffmpeg as a source-client?
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
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
Hi Yes and it works extremely well. I take an rtmp stream and output the audio to icecast: ffmpeg -i rtmp://localhost/live/acc-1024768 -vn -c:a libmp3lame -f mp3 icecast://username:password at icecastserver.com:8000/1024768.mp3 -hide_banner Hope it helps Sent from Mail for Windows 10 From: Jack Elliott Sent: Tuesday, August 27, 2019 5:33 PM To: icecast at xiph.org Subject: [Icecast] Anyone using ffmpeg as a source-client? As described here in ffmpeg's documentation: http://ffmpeg.org/ffmpeg-all.html#Icecast -- That Jack Elliott (541) 848 7021 KPOV 88.9 FM High Desert Community radio Host, The Sunday Classics _______________________________________________ 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/f6a7d254/attachment.html>
I'm just wondering if ffmpeg is a reliable Icecast source-client -- a "pusher" to send a stream to an Icecast server and runs 24/7/365 dependably. -- That Jack Elliott (541) 848 7021 KPOV 88.9 FM High Desert Community radio Host, The Sunday Classics On 8/27/2019 10:58 AM, Alejandro wrote:> When you say as Source Client, means like listener? > > i'm using for push and pull the streaming. > > For push, we capture from SDR Dongle and LineIn audio card, encode and > push to Icecast server with FFMPEG. > > And to play (and process, trascoding too) to multiple bitrate and > others task too. > > What is your doubt? > > Regards > Alejandro > > El mar., 27 de ago. de 2019 a la(s) 12:33, Jack Elliott > (that.jack.elliott at gmail.com <mailto:that.jack.elliott at gmail.com>) > escribió: > > As described here in ffmpeg's documentation: > > http://ffmpeg.org/ffmpeg-all.html#Icecast > > -- > That Jack Elliott > (541) 848 7021 > KPOV 88.9 FM High Desert Community radio > Host, The Sunday Classics > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org <mailto: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/9c86e8a0/attachment.html>