ALSA to IceCast?

This is a rebuild of the old GJukebox, but with YII2 on a Beaglebone Black
Post Reply
kylesands
Site Admin
Posts: 6
Joined: Fri Dec 08, 2023 6:00 pm

ALSA to IceCast?

Post by kylesands »

ffmpeg -f alsa -i hw:0,0 -acodec libmp3lame -ab 128k -ac 2 -metadata:s:a title="My Stream" -f icecast -icecast_server <icecast_server_address> -icecast_port <port> -icecast_mount /mystream -icecast_user <username> -icecast_password <password>


ffmpeg -ac 1 -f alsa -i hw:0,0 -acodec libmp3lame -ab 32k -ac 1
-content_type audio/mpeg -f mp3
icecast://source:str3am@35.237.210.58:8000/domlive
kylesands
Site Admin
Posts: 6
Joined: Fri Dec 08, 2023 6:00 pm

Re: ALSA to IceCast?

Post by kylesands »

icecast
darkice
liquidsoap
azuracast
icegenerator
Post Reply