Difference between revisions of "Icecast: instalasi"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: Instalasi sudo apt-get install icecast-server ==Referensi== * http://www.icecast.org/docs/icecast-2.3.2/ ==Pranala Menarik== * icecast * Multimedia di Linux [[Category: Li...) |
Onnowpurbo (talk | contribs) |
||
Line 2: | Line 2: | ||
sudo apt-get install icecast-server | sudo apt-get install icecast-server | ||
+ | |||
+ | |||
+ | ==Edit LiquidSoap== | ||
+ | |||
+ | vi /etc/airtime/liquidsoap.cfg | ||
+ | |||
+ | Default | ||
+ | |||
+ | ########################################### | ||
+ | #liquidsoap output settings # | ||
+ | ########################################### | ||
+ | output_sound_device = false | ||
+ | output_icecast_vorbis = true | ||
+ | output_icecast_mp3 = false | ||
+ | |||
+ | Jika dibutuhkan agar lagu keluar di sound card | ||
+ | |||
+ | ########################################### | ||
+ | #liquidsoap output settings # | ||
+ | ########################################### | ||
+ | output_sound_device = true | ||
+ | output_icecast_vorbis = true | ||
+ | output_icecast_mp3 = true | ||
Revision as of 07:25, 17 July 2011
Instalasi
sudo apt-get install icecast-server
Edit LiquidSoap
vi /etc/airtime/liquidsoap.cfg
Default
########################################### #liquidsoap output settings # ########################################### output_sound_device = false output_icecast_vorbis = true output_icecast_mp3 = false
Jika dibutuhkan agar lagu keluar di sound card
########################################### #liquidsoap output settings # ########################################### output_sound_device = true output_icecast_vorbis = true output_icecast_mp3 = true